1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-03 01:21:10 +00:00

(D3D8) Buildfix 2

This commit is contained in:
twinaphex 2018-03-02 17:44:48 +01:00
parent ed67653086
commit 3f1ae25713

@ -65,6 +65,8 @@ static LPDIRECT3D8 g_pD3D8;
static bool d3d8_widescreen_mode = false;
#endif
void *dinput;
typedef struct d3d8_renderchain
{
unsigned pixel_size;