mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +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 */
|
/* Set the strategy for drawing the bitmap in the Mac OS X window */
|
||||||
//#define CGDRAWBITMAP
|
//#define CGDRAWBITMAP
|
||||||
#if defined __i386__
|
#if defined __i386__
|
||||||
//#define CGIMAGEREF
|
#define CGIMAGEREF
|
||||||
#define NSBITMAP
|
//#define NSBITMAP
|
||||||
#else
|
#else
|
||||||
#define CGIMAGEREF
|
#define CGIMAGEREF
|
||||||
//#define NSBITMAP
|
//#define NSBITMAP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user