diff --git a/macosx/Snes9x/AppDelegate.m b/macosx/Snes9x/AppDelegate.m index ccc206a6..a49991e1 100644 --- a/macosx/Snes9x/AppDelegate.m +++ b/macosx/Snes9x/AppDelegate.m @@ -51,6 +51,7 @@ static NSWindowFrameAutosaveName const kMainWindowIdentifier = @"s9xMainWindow"; window.restorationClass = [self class]; window.frameAutosaveName = kMainWindowIdentifier; window.releasedWhenClosed = NO; + window.backgroundColor = NSColor.clearColor; if ( ![window setFrameUsingName:kMainWindowIdentifier] ) {