mirror of https://github.com/stella-emu/stella.git
GP2X exit wrapper script, used to prevent a nasty hang on exit.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1007 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
c8d00c9810
commit
efd1f16353
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
#########################################################################
|
||||
# Stella Exit Wrapper for GP2X
|
||||
# Questions, comments, or suggestions:
|
||||
# Email me at azaballa@users.sourceforge.net
|
||||
# Thanx to remowilliams, once again, for the help
|
||||
# and for this script.
|
||||
# Do not edit this file... that is unless you know what you are doing. ;)
|
||||
#########################################################################
|
||||
|
||||
./stella
|
||||
sync
|
||||
|
||||
cd /usr/gp2x/
|
||||
exec /usr/gp2x/gp2xmenu
|
Loading…
Reference in New Issue