Search found 3 matches
- 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...
- Thu Apr 29, 2010 1:06 am
- Forum: Snes9x Tech Support and Bug Tracking
- Topic: Quit Without Pause?
- Replies: 3
- Views: 12780
- 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 ...