X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=frontend%2Flibretro.c;h=024ea7a50ab9d84198db942f36aa3467d1002e81;hb=a69536d7f28f096b5bc9075abcb18821524ebdd8;hp=8b67f17fef56f044f778e8fde8ec668b38d84bf7;hpb=9f5a28d9d0f0a294e72ab6ae61a1dc18adbe8aaa;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index 8b67f17f..024ea7a5 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -237,7 +237,9 @@ void retro_set_environment(retro_environment_t cb) { "region", "Region; Auto|NTSC|PAL" }, #ifdef __ARM_NEON__ { "neon_interlace_enable", "Enable interlacing mode(s); disabled|enabled" }, +#if 0 { "neon_enhancement_enable", "Enhanced resolution (slow); disabled|enabled" }, +#endif #endif { NULL, NULL }, }; @@ -761,7 +763,7 @@ static void update_variables(void) pl_rearmed_cbs.gpu_neon.allow_interlace = 1; } - +#if 0 var.value = NULL; var.key = "neon_enhancement_enable"; @@ -773,6 +775,7 @@ static void update_variables(void) pl_rearmed_cbs.gpu_neon.enhancement_enable = 1; } #endif +#endif } void retro_run(void) @@ -839,7 +842,11 @@ void retro_init(void) fclose(f); } else + { SysPrintf("no BIOS files found.\n"); + const char *str = "no BIOS found, expect bugs!"; + environ_cb(RETRO_ENVIRONMENT_SET_MESSAGE, (void*)&str); + } level = 1; environ_cb(RETRO_ENVIRONMENT_SET_PERFORMANCE_LEVEL, &level);