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

This commit is contained in:
Narr the Reg 2023-02-26 14:39:13 -06:00 committed by GitHub
parent 26c1edf2f0
commit ff11fdb07e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 38 additions and 104 deletions

View file

@ -250,14 +250,9 @@ public:
/// Reload all input devices
void ReloadInput();
/// Overrides current mapped devices with the stored configuration and reloads all input
/// callbacks
/// Overrides current mapped devices with the stored configuration and reloads all input devices
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();