X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_unai%2Fgpu.h;h=f5eb69b4b63210760bc6ce36883f8b806e3b5a97;hb=43047988e507799d7d5bbcd926c5d0b5b94fcdc1;hp=eade2a8e0668c2d5027ec87c96818eb7a1dd8a11;hpb=e989dfc6d5e44b0c61c481399e40833ffce6942a;p=pcsx_rearmed.git diff --git a/plugins/gpu_unai/gpu.h b/plugins/gpu_unai/gpu.h index eade2a8e..f5eb69b4 100644 --- a/plugins/gpu_unai/gpu.h +++ b/plugins/gpu_unai/gpu.h @@ -38,6 +38,10 @@ struct gpu_unai_config_t { // Normally 0. Value '1' will skip rendering // odd lines. + uint8_t scale_hires:1; // If 1, will scale hi-res output to + // 320x240 when gpulib reads the frame. + // Implies pixel_skip and ilace_force + // (when height > 240). uint8_t lighting:1; uint8_t fast_lighting:1; uint8_t blending:1;