mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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