Re-implement software renderer in GDI
This commit is contained in:
parent
a0c80f3e83
commit
84acbbc0c3
4 changed files with 115 additions and 3 deletions
1
main.h
1
main.h
|
@ -78,6 +78,7 @@ typedef struct IDirectDrawImpl
|
|||
BOOL vsync;
|
||||
float sensitivity;
|
||||
BOOL vhack;
|
||||
DWORD WINAPI (*renderer)(void);
|
||||
|
||||
} IDirectDrawImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue