From a6c411853cf5393e02f49ba9307137c4a13c4ceb Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Sat, 28 Apr 2001 16:44:31 +0000 Subject: [PATCH] Removed an int 0x10 call, window people may want to get rid of this too --- zsnes/src/init.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index feede275..ff7fc15d 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -3775,8 +3775,10 @@ ZipDeleteRecurse: cmp byte[tempzip],3 jne .notone +%ifndef __LINUX__ mov ax,03h int 10h +%endif jmp DosExit .notone