mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 14:58:03 +03:00
Pad: GBA config
This commit is contained in:
parent
d2353c79ea
commit
8ee21acf34
15 changed files with 291 additions and 21 deletions
|
@ -309,12 +309,12 @@ void Initialize()
|
|||
|
||||
FreeLook::GetConfig().Refresh();
|
||||
|
||||
s_config.LoadConfig(true);
|
||||
s_config.LoadConfig(InputConfig::InputClass::GC);
|
||||
}
|
||||
|
||||
void LoadInputConfig()
|
||||
{
|
||||
s_config.LoadConfig(true);
|
||||
s_config.LoadConfig(InputConfig::InputClass::GC);
|
||||
}
|
||||
|
||||
bool IsInitialized()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue