mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 10:27:55 -05:00
AC_U: Stub functions, used if EULA agreed
This commit is contained in:
@ -16,6 +16,7 @@ namespace AC_U {
|
||||
class Interface : public Service::Interface {
|
||||
public:
|
||||
Interface();
|
||||
~Interface();
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "ac:u";
|
||||
|
Reference in New Issue
Block a user