Moved to 32 bit graphics mode. Things are looking better!
This commit is contained in:
parent
f0e9d7b8c3
commit
cd6cb7ae11
1 changed files with 2 additions and 2 deletions
|
|
@ -29,10 +29,10 @@
|
||||||
#define VER_DATE "2004-11-23"
|
#define VER_DATE "2004-11-23"
|
||||||
|
|
||||||
|
|
||||||
#define VIDEO_BPP 15 // saves memory
|
//#define VIDEO_BPP 15 // saves memory
|
||||||
//#define VIDEO_BPP 16 // causes discoloration
|
//#define VIDEO_BPP 16 // causes discoloration
|
||||||
//#define VIDEO_BPP 24 // compromise
|
//#define VIDEO_BPP 24 // compromise
|
||||||
//#define VIDEO_BPP 32 // might be fastest, if conversion funcs removed
|
#define VIDEO_BPP 32 // might be fastest, if conversion funcs removed
|
||||||
|
|
||||||
|
|
||||||
/* #define DEBUG */
|
/* #define DEBUG */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue