mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Avoid loading extra drivers (#14959)
This commit is contained in:
parent
3a540f687c
commit
3d9c60be7c
@ -304,7 +304,7 @@ static void frontend_ps2_get_env(int *argc, char *argv[],
|
||||
|
||||
static void common_init_drivers(bool extra_drivers)
|
||||
{
|
||||
init_drivers(true);
|
||||
init_drivers(extra_drivers);
|
||||
|
||||
poweroffSetCallback(&poweroffHandler, NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user