Search
lxdream.org :: lxdream/src/dcload.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dcload.c
changeset 671:a530ea88eebd
prev669:ab344e42bca9
next736:a02d1475ccfd
author nkeynes
date Sat Jun 14 10:19:35 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add an application icon (ie the existing dcemu.gif)
file annotate diff log raw
1.1 --- a/src/dcload.c Mon May 12 10:00:13 2008 +0000
1.2 +++ b/src/dcload.c Sat Jun 14 10:19:35 2008 +0000
1.3 @@ -145,6 +145,7 @@
1.4 break;
1.5 case SYS_EXIT:
1.6 if( dcload_allow_unsafe ) {
1.7 + dreamcast_shutdown();
1.8 exit( sh4r.r[5] );
1.9 } else {
1.10 dreamcast_stop();
.