mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Use CGIMAGEREF drawing strategy on i386 too; the NSBITMAP one appears
to be broken.
This commit is contained in:
parent
702db1dfec
commit
7e23caf00a
@ -25,8 +25,8 @@
|
||||
/* Set the strategy for drawing the bitmap in the Mac OS X window */
|
||||
//#define CGDRAWBITMAP
|
||||
#if defined __i386__
|
||||
//#define CGIMAGEREF
|
||||
#define NSBITMAP
|
||||
#define CGIMAGEREF
|
||||
//#define NSBITMAP
|
||||
#else
|
||||
#define CGIMAGEREF
|
||||
//#define NSBITMAP
|
||||
|
Loading…
Reference in New Issue
Block a user