frontend: do all bpp handling in plugin_lib
[pcsx_rearmed.git] / plugins / gpulib / vout_pl.c
index 5af0762..7f031fe 100644 (file)
@@ -50,8 +50,7 @@ static void check_mode_change(int force)
     old_status = gpu.status.reg;
     old_h = h;
 
-    cbs->pl_vout_set_mode(w_out, h_out, w, h,
-      (gpu.status.rgb24 && !cbs->only_16bpp) ? 24 : 16);
+    cbs->pl_vout_set_mode(w_out, h_out, w, h, gpu.status.rgb24 ? 24 : 16);
   }
 }