mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-02-02 07:33:36 +00:00
yuzu: config: Remove player 8 and 9 from config file
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user