remove GetCurrentModule() functions in HLE Services

This commit is contained in:
B3n30
2018-10-11 11:12:07 +02:00
parent 4ee914c7a8
commit 9d53136f20
14 changed files with 99 additions and 69 deletions

View File

@@ -208,6 +208,8 @@ public:
public:
Interface(std::shared_ptr<Module> hid, const char* name, u32 max_session);
std::shared_ptr<Module> GetModule() const;
protected:
/**
* HID::GetIPCHandles service function
@@ -336,7 +338,4 @@ private:
};
void InstallInterfaces(Core::System& system);
/// Reload input devices. Used when input configuration changed
void ReloadInputDevices();
} // namespace Service::HID