mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-14 22:12:26 -05:00
Migrate game INI profile setting to new config system
This commit is contained in:
@@ -43,6 +43,10 @@ static Config::Location GetLocation(JNIEnv* env, jstring file, jstring section,
|
||||
{
|
||||
system = Config::System::WiiPad;
|
||||
}
|
||||
else if (decoded_file == "GameSettingsOnly")
|
||||
{
|
||||
system = Config::System::GameSettingsOnly;
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT(false);
|
||||
|
||||
Reference in New Issue
Block a user