X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpulib%2Fgpu.h;h=ab1d23a7a598d4f76ffc83a43dc6789c6c82ef85;hp=bf3d28a924dd80bb399446a3901410ce4577855e;hb=9ed80467762a5024f7ba04e9fb384faceca35c29;hpb=44e76f8ad4944acfc109baf89beda7b723f8a209 diff --git a/plugins/gpulib/gpu.h b/plugins/gpulib/gpu.h index bf3d28a9..ab1d23a7 100644 --- a/plugins/gpulib/gpu.h +++ b/plugins/gpulib/gpu.h @@ -89,7 +89,8 @@ struct psx_gpu { } last_list; uint32_t last_vram_read_frame; uint32_t w_out_old, h_out_old, status_vo_old; - int screen_centering_type; // 0 - auto, 1 - game conrolled, 2 - manual + short screen_centering_type; + short screen_centering_type_default; int screen_centering_x; int screen_centering_y; } state;