mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +00:00
Fixed: New debugger font WIP - off by default until done
This commit is contained in:
parent
1a132ef3b5
commit
4a75d56c78
@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include <assert.h>
|
||||
|
||||
// NEW UI debugging
|
||||
#define DEBUG_FORCE_DISPLAY 1
|
||||
#define DEBUG_FORCE_DISPLAY 0
|
||||
#define DEBUG_FONT_NO_BACKGROUND_CHAR 0
|
||||
#define DEBUG_FONT_NO_BACKGROUND_TEXT 1
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
// Test Colors & Glyphs
|
||||
#define DEBUG_APPLE_FONT 0
|
||||
// Re-route all debugger text to new font
|
||||
#define USE_APPLE_FONT 1
|
||||
#define USE_APPLE_FONT 0
|
||||
|
||||
// Win32 Debugger Font
|
||||
// 1 = Use Debugger_Font_7x8.BMP
|
||||
|
Loading…
Reference in New Issue
Block a user