LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.58k stars 206 forks source link

macOS: Do not hide panels when app focus is lost #620

Closed pickx closed 1 month ago

pickx commented 1 month ago

in macOS, tool windows (Debug Console, Memory, VRAM Viewer) all disappear when focus of SameBoy.app is lost. I believe that this is because they're panel windows, but I am not familiar with Cocoa.

anyway, this makes it quite hard to use SameBoy as a debugging tool. for example, I have the console open to debug my GameBoy emulator, and focusing the IDE immediately makes the console disappear.