mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-12 20:30:44 -05:00
Add Achievements submenu to Android settings
This commit is contained in:
@@ -48,6 +48,10 @@ static Config::Location GetLocation(JNIEnv* env, jstring file, jstring section,
|
||||
{
|
||||
system = Config::System::GameSettingsOnly;
|
||||
}
|
||||
else if (decoded_file == "RetroAchievements")
|
||||
{
|
||||
system = Config::System::Achievements;
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT(false);
|
||||
|
||||
Reference in New Issue
Block a user