mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Pad: GBA config
This commit is contained in:
parent
d2353c79ea
commit
8ee21acf34
15 changed files with 291 additions and 21 deletions
|
@ -24,7 +24,14 @@ public:
|
|||
|
||||
~InputConfig();
|
||||
|
||||
bool LoadConfig(bool isGC);
|
||||
enum class InputClass
|
||||
{
|
||||
GC,
|
||||
Wii,
|
||||
GBA,
|
||||
};
|
||||
|
||||
bool LoadConfig(InputClass type);
|
||||
void SaveConfig();
|
||||
|
||||
template <typename T, typename... Args>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue