mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-13 23:32:55 +00:00
Updated screen update comment. 10.3 can achieve over 600fps!
This commit is contained in:
parent
4f566d62b4
commit
69a30f4c8e
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user