mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Migrate game INI profile setting to new config system
This commit is contained in:
parent
62ff2f1030
commit
53e7090f55
10 changed files with 16 additions and 69 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue