yuzu: config: Remove player 8 and 9 from config file

This commit is contained in:
Narr the Reg 2023-02-16 19:39:51 -06:00 committed by german77
parent 361dd62847
commit f6531fb17c
8 changed files with 104 additions and 38 deletions

View file

@ -250,9 +250,14 @@ public:
/// Reload all input devices
void ReloadInput();
/// Overrides current mapped devices with the stored configuration and reloads all input devices
/// Overrides current mapped devices with the stored configuration and reloads all input
/// callbacks
void ReloadFromSettings();
/// Overrides current mapped debug pad with the stored configuration and reloads all input
/// callbacks
void ReloadDebugPadFromSettings();
/// Saves the current mapped configuration
void SaveCurrentConfig();