3 |
|
* |
4 |
|
* $Id$ |
5 |
|
* |
6 |
< |
* Basilisk II (C) 1997-2005 Christian Bauer |
6 |
> |
* Basilisk II (C) 1997-2008 Christian Bauer |
7 |
|
* |
8 |
|
* This program is free software; you can redistribute it and/or modify |
9 |
|
* it under the terms of the GNU General Public License as published by |
24 |
|
|
25 |
|
/* Set the strategy for drawing the bitmap in the Mac OS X window */ |
26 |
|
//#define CGDRAWBITMAP |
27 |
+ |
#if defined __i386__ |
28 |
+ |
//#define CGIMAGEREF |
29 |
+ |
#define NSBITMAP |
30 |
+ |
#else |
31 |
|
#define CGIMAGEREF |
32 |
|
//#define NSBITMAP |
33 |
+ |
#endif |
34 |
|
|
35 |
|
// Using Core Graphics is fastest when rendering 32bit data. |
36 |
|
// Using CGImageRefs allows us to use all the bitmaps that BasiliskII supports. |