mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Android: Get rid of LegacyIntSetting
The only settings that were using LegacyIntSetting are now in the new config system, so there's no reason to have LegacyIntSetting anymore.
This commit is contained in:
@ -38,6 +38,10 @@ static Config::Location GetLocation(JNIEnv* env, jstring file, jstring section,
|
||||
{
|
||||
system = Config::System::Logger;
|
||||
}
|
||||
else if (decoded_file == "WiimoteNew")
|
||||
{
|
||||
system = Config::System::WiiPad;
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT(false);
|
||||
|
Reference in New Issue
Block a user