configuration: Migrate controller settings to emulated controller

This commit is contained in:
german77 2021-10-20 17:53:14 -05:00 committed by Narr the Reg
parent 6c7814bc9c
commit 6774c7988b
12 changed files with 140 additions and 126 deletions

View file

@ -35,10 +35,16 @@ public:
void SetSupportedStyleTag(NpadStyleTag style_tag);
NpadStyleTag GetSupportedStyleTag() const;
// Reloads all input devices from settings
/// Counts the connected players from P1-P8
s8 GetPlayerCount() const;
/// Returns the first connected npad id
NpadIdType GetFirstNpadId() const;
/// Reloads all input devices from settings
void ReloadInputDevices();
// Removes all callbacks from input common
/// Removes all callbacks from input common
void UnloadInputDevices();
private: