mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
Some windowed graphics drawing methods cause the snapshot code to fail
if you have changed the depth since boot (seems to be something strange with the parameters that I still haven't worked out). If this happens, we now put a suggested workaround in the warning message.
This commit is contained in:
parent
7ef09b90bb
commit
c5c748f7e2
@ -232,7 +232,7 @@ static int prevFlags;
|
||||
|
||||
if ( ! b )
|
||||
{
|
||||
ErrorAlert("Could not allocate an NSBitmapImageRep for the TIFF");
|
||||
ErrorAlert("Could not allocate an NSBitmapImageRep for the TIFF\nTry setting the emulation to millions of colours?");
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user