PDA

View Full Version : Exiting Mupen with kill, Screen resize



jogibear9988
May 27th, 2005, 12:57
Hello,

I'm using mupen64_nogui with my patches included in a frontend (mythtv). this frontend is controlled with a remote controll via lirc. the problem now is, that i want use the remote controll also to exit mupen64 but that don't work because mupen is using the sdl input for keyboard command's and not x11. the if made it via killall -9, but the problem is now that mupen changes my resolution of the screen, and after exiting it with killall -9 the backchange to the old resolution is not done.

Can I fix that in anyway??? Is it possible to implement the normal ending with killall without -9, so that it can change back the resolution and then exit???

Thanks for help!

blight
May 27th, 2005, 22:04
Please try the attached patch

jogibear9988
May 28th, 2005, 20:36
Thanks, it works...

I'm including it in my changes to main.c and relsease one patch file!

Thanks!