about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-13 10:06:12 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-13 10:06:12 +0100
commitca345d7f55135ac698106b8a9a835ddc8ea10d1b (patch)
tree3e1706015409886cbf8cbb767ab37da181eb7742 /src/wrapped/wrappedlibc.c
parent066410a31de7893e1c96a167e1f7d9a9350997f9 (diff)
downloadbox64-ca345d7f55135ac698106b8a9a835ddc8ea10d1b.tar.gz
box64-ca345d7f55135ac698106b8a9a835ddc8ea10d1b.zip
Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few more libc wrapped functions
Diffstat (limited to 'src/wrapped/wrappedlibc.c')
-rwxr-xr-xsrc/wrapped/wrappedlibc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c
index 6ac5f32c..4910c6ab 100755
--- a/src/wrapped/wrappedlibc.c
+++ b/src/wrapped/wrappedlibc.c
@@ -1281,6 +1281,7 @@ EXPORT int32_t my_open(x64emu_t* emu, void* pathname, int32_t flags, uint32_t mo
         return tmp;
     }
     #endif
+if(!strcmp(pathname, "data.zip")) trace_end=0;
     int ret = open(pathname, flags, mode);
     return ret;
 }