mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Config: Port EXI device settings to new config system.
This commit is contained in:
@ -664,7 +664,9 @@ void GameList::OpenGCSaveFolder()
|
||||
for (int i = 0; i < 2; i++)
|
||||
{
|
||||
QUrl url;
|
||||
switch (SConfig::GetInstance().m_EXIDevice[i])
|
||||
const ExpansionInterface::TEXIDevices current_exi_device =
|
||||
Config::Get(Config::GetInfoForEXIDevice(i));
|
||||
switch (current_exi_device)
|
||||
{
|
||||
case ExpansionInterface::EXIDEVICE_MEMORYCARDFOLDER:
|
||||
{
|
||||
|
Reference in New Issue
Block a user