(Android Java) Apply setCoreTitle even when per-core configs is not enabled
This commit is contained in:
parent
fa32fca53d
commit
8f72a8aa46
|
@ -634,6 +634,9 @@ public class MainMenuActivity extends PreferenceActivity {
|
||||||
|
|
||||||
if (usePerCoreConfig())
|
if (usePerCoreConfig())
|
||||||
refreshPreferenceScreen();
|
refreshPreferenceScreen();
|
||||||
|
else {
|
||||||
|
setCoreTitle(libretro_name); // this still needs to be applied
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setCoreTitle(String core_name) {
|
public void setCoreTitle(String core_name) {
|
||||||
|
|
Loading…
Reference in New Issue