Updated screen update comment. 10.3 can achieve over 600fps!

This commit is contained in:
nigel 2004-01-20 23:44:13 +00:00
parent 4f566d62b4
commit 69a30f4c8e

View File

@ -27,9 +27,10 @@
#define CGIMAGEREF
//#define NSBITMAP
// Using Core Graphics is fastest when rendering 32bit data. Rendering CGImageRefs
// allows us to use all the bitmaps that BasiliskII supports. When both Basilisk II
// and OS X are set to 'Thousands', it can achieve over 500fps in a 312x342 window!
// Using Core Graphics is fastest when rendering 32bit data.
// Using CGImageRefs allows us to use all the bitmaps that BasiliskII supports.
// When both Basilisk II and OS X are set to 'Thousands', updating a 312x342
// window happens at over 500fps under 10.2, and over 600fps on 10.3!
/* When the BasiliskII video driver respects the alpha bits, set this to let us use */
/* kCGImageAlphaPremultipliedFirst, and to have nice rounded corners on the screen. */