remove bpp setting

This commit is contained in:
FunkyFr3sh 2023-08-01 03:06:09 +02:00
parent 81294dbecf
commit cddf2524d2
5 changed files with 3 additions and 20 deletions

View file

@ -23,7 +23,6 @@ typedef struct D3D9RENDERER
IDirect3DPixelShader9* pixel_shader_upscale;
float scale_w;
float scale_h;
int bits_per_pixel;
int tex_width;
int tex_height;
} D3D9RENDERER;