X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=e48069a9ee426d7b390853fcb8e3cb7eb034c37f;hb=51fd6b0ed8b7583d86a3023bc313290cfb4d5dfe;hp=45c4c9c4f5f5d773578400420f7cfa513bc27297;hpb=d3a9aef4e092ad71f3d042e2f8159d27a0ed414d;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index 45c4c9c4..e48069a9 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -191,8 +191,6 @@ static void vout_set_mode(int w, int h, int raw_w, int raw_h, int bpp) previous_width = vout_width; previous_height = vout_height; - SysPrintf("setting mode width: %d height %d\n", vout_width, vout_height); - struct retro_system_av_info info; retro_get_system_av_info(&info); environ_cb(RETRO_ENVIRONMENT_SET_GEOMETRY, &info.geometry); @@ -1633,7 +1631,7 @@ static void update_variables(bool in_flight) } #endif -#ifdef DRC_DISABLE +#ifdef GPU_PEOPS var.value = "NULL"; var.key = "pcsx_rearmed_gpu_peops_fix_0";