mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-13 09:19:32 -06:00
Fix loading GBA configurations
This commit is contained in:
@ -208,8 +208,9 @@ private:
|
|||||||
if (m_id == "00000000")
|
if (m_id == "00000000")
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const std::array<std::tuple<std::string, std::string, Config::System>, 2> profile_info = {{
|
const std::array<std::tuple<std::string, std::string, Config::System>, 3> profile_info = {{
|
||||||
std::make_tuple("Pad", "GCPad", Config::System::GCPad),
|
std::make_tuple("Pad", "GCPad", Config::System::GCPad),
|
||||||
|
std::make_tuple("GBA", "GBA", Config::System::GCPad),
|
||||||
std::make_tuple("Wiimote", "Wiimote", Config::System::WiiPad),
|
std::make_tuple("Wiimote", "Wiimote", Config::System::WiiPad),
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user