mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 13:02:09 +00:00
defaults
This commit is contained in:
parent
228a0b4390
commit
625c26c1b3
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ const Info<bool> MAIN_GCI_FOLDER_CURRENT_GAME_ONLY{
|
|||
{System::Main, "Core", "GCIFolderCurrentGameOnly"}, false};
|
||||
const Info<bool> MAIN_CODE_SYNC_OVERRIDE{{System::Main, "Core", "CheatSyncOverride"}, false};
|
||||
const Info<int> MAIN_SLOT_A{{System::Main, "Core", "SlotA"},
|
||||
ExpansionInterface::EXIDEVICE_MEMORYCARDFOLDER};
|
||||
const Info<int> MAIN_SLOT_B{{System::Main, "Core", "SlotB"}, ExpansionInterface::EXIDEVICE_NONE};
|
||||
ExpansionInterface::EXIDEVICE_NONE};
|
||||
const Info<int> MAIN_SLOT_B{{System::Main, "Core", "SlotB"}, ExpansionInterface::EXIDEVICE_SLIPPI};
|
||||
const Info<int> MAIN_SERIAL_PORT_1{{System::Main, "Core", "SerialPort1"},
|
||||
ExpansionInterface::EXIDEVICE_NONE};
|
||||
const Info<std::string> MAIN_BBA_MAC{{System::Main, "Core", "BBA_MAC"}, ""};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue