mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
subsystem: set the subsystem correctly
This commit is contained in:
parent
fd1c354811
commit
aa35b9da46
@ -1768,7 +1768,7 @@ void content_set_subsystem(unsigned idx)
|
|||||||
{
|
{
|
||||||
rarch_system_info_t *system = runloop_get_system_info();
|
rarch_system_info_t *system = runloop_get_system_info();
|
||||||
const struct retro_subsystem_info *subsystem = system ?
|
const struct retro_subsystem_info *subsystem = system ?
|
||||||
system->subsystem.data + pending_subsystem_id : NULL;
|
system->subsystem.data + idx : NULL;
|
||||||
|
|
||||||
pending_subsystem_id = idx;
|
pending_subsystem_id = idx;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user