Search found 3 matches

by Krues8dr
Thu Apr 29, 2010 2:08 am
Forum: Snes9x Tech Support and Bug Tracking
Topic: Quit Without Pause?
Replies: 3
Views: 12780

Ok, here's what I did to get it to work. (Sorry if my noob hacking is a mess.) In mac-os.cpp, OSStatus SubEventHandler(), I added a case in the cmd.commandID switch that looks like: case 'quit': // Quit SNES9X running = false; while (s9xthreadrunning) sleep(0); SNES9X_Quit(); break; And then I comme...
by Krues8dr
Thu Apr 29, 2010 1:06 am
Forum: Snes9x Tech Support and Bug Tracking
Topic: Quit Without Pause?
Replies: 3
Views: 12780

Great, so there's no technical challenge to removing it then? I'll start hacking on the source you posted with the 1.52 links. Thanks!
by Krues8dr
Wed Apr 28, 2010 7:39 pm
Forum: Snes9x Tech Support and Bug Tracking
Topic: Quit Without Pause?
Replies: 3
Views: 12780

Quit Without Pause?

Hi everybody, I've been using SNES9X for years, but I'm new to the forums, so I apologize if I'm not posting this in the right place. I'm running 1.52 for Mac 10.5.8 (2Ghz Core 2 Duo / 3Gb RAM), but I've experienced this issue with every version I've used. I've recently started playing with XBMC as ...