mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
retroarch: Fix core type detection when cores are excplicitely set
This commit is contained in:
parent
eea287d156
commit
95ad02e742
@ -1658,8 +1658,9 @@ void retroarch_set_current_core_type(enum rarch_core_type type, bool explicitly_
|
||||
{
|
||||
current_core_explicitly_set = true;
|
||||
explicit_current_core_type = type;
|
||||
current_core_type = type;
|
||||
}
|
||||
else
|
||||
else if (!current_core_explicitly_set)
|
||||
current_core_type = type;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user