mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00: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:
parent
0c78167404
commit
1b76171a27
6 changed files with 35 additions and 84 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue