X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=e5ce194170e3ac5c8041d512604265867c6162e5;hb=27cf7d3137fd718a1edca1a26b31c56954d771cf;hp=c4d61339b13e0733461adb7f79790e2250148626;hpb=b5197d0389fcbcb53290b89dbf2cbe88f758d29e;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index c4d61339..e5ce1941 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -1588,7 +1588,8 @@ static void update_variables(bool in_flight) dfinput_activate(); } - else{ + else + { //not yet running //bootlogo display hack @@ -1597,10 +1598,13 @@ static void update_variables(bool in_flight) var.key = "pcsx_rearmed_show_bios_bootlogo"; if (environ_cb(RETRO_ENVIRONMENT_GET_VARIABLE, &var) || var.value) { + Config.SlowBoot = 0; + rebootemu = 0; if (strcmp(var.value, "enabled") == 0) + { Config.SlowBoot = 1; - else - Config.SlowBoot = 0; + rebootemu = 1; + } } } #ifndef DRC_DISABLE