Remove last remains of DirectDraw renderer
SDL2 patch replaced it with output=texture renderer=direct3d
This commit is contained in:
parent
1a58ccb14f
commit
7a415e3b8d
3 changed files with 0 additions and 31 deletions
|
@ -99,14 +99,6 @@ extern char** environ;
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#if C_DDRAW
|
||||
#include <ddraw.h>
|
||||
struct private_hwdata {
|
||||
LPDIRECTDRAWSURFACE3 dd_surface;
|
||||
LPDIRECTDRAWSURFACE3 dd_writebuf;
|
||||
};
|
||||
#endif
|
||||
|
||||
#define STDOUT_FILE TEXT("stdout.txt")
|
||||
#define STDERR_FILE TEXT("stderr.txt")
|
||||
#define DEFAULT_CONFIG_FILE "/dosbox.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue