Enable C_OPENGL for visualc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1614
This commit is contained in:
parent
69845fdb29
commit
cb3ee0f0c0
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
/* Define to 1 to enable screenshots, requires libpng */
|
||||
#define C_SSHOT 1
|
||||
|
||||
/* Define to 1 to use opengl display output support */
|
||||
#define C_OPENGL 1
|
||||
|
||||
/* Define to 1 to enable internal modem support, requires SDL_net */
|
||||
#define C_MODEM 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue