mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 13:52:55 +02:00
Shut up, annoying log message
This commit is contained in:
@@ -1005,7 +1005,7 @@ static void audioCallback(GB_gameboy_t *gb, GB_sample_t *sample)
|
|||||||
{
|
{
|
||||||
CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef) data);
|
CGDataProviderRef provider = CGDataProviderCreateWithCFData((CFDataRef) data);
|
||||||
CGColorSpaceRef colorSpaceRef = CGColorSpaceCreateDeviceRGB();
|
CGColorSpaceRef colorSpaceRef = CGColorSpaceCreateDeviceRGB();
|
||||||
CGBitmapInfo bitmapInfo = kCGBitmapByteOrderDefault;
|
CGBitmapInfo bitmapInfo = kCGBitmapByteOrderDefault | kCGImageAlphaNoneSkipLast;
|
||||||
CGColorRenderingIntent renderingIntent = kCGRenderingIntentDefault;
|
CGColorRenderingIntent renderingIntent = kCGRenderingIntentDefault;
|
||||||
|
|
||||||
CGImageRef iref = CGImageCreate(width,
|
CGImageRef iref = CGImageCreate(width,
|
||||||
|
Reference in New Issue
Block a user