mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 05:17:56 -05:00
Address feedback
This commit is contained in:
@ -19,7 +19,7 @@ public:
|
||||
State();
|
||||
~State();
|
||||
void ReloadUDPClient();
|
||||
std::vector<Common::ParamPackage> GetInputDevices();
|
||||
std::vector<Common::ParamPackage> GetInputDevices() const;
|
||||
|
||||
private:
|
||||
std::unique_ptr<Client> client;
|
||||
|
Reference in New Issue
Block a user