remove bpp setting
This commit is contained in:
parent
81294dbecf
commit
cddf2524d2
5 changed files with 3 additions and 20 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -81,7 +81,6 @@ typedef struct CNCDDRAW
|
|||
DWORD minfps_tick_len;
|
||||
int width;
|
||||
int height;
|
||||
int bpp;
|
||||
int opengl_y_align;
|
||||
|
||||
HDC hdc;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue