about summary refs log tree commit diff stats
path: root/src/include/dynarec_native.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-07-08 14:26:07 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-07-08 14:26:07 +0200
commitaa39a923ed05ac9851e954508b34c202b099f37e (patch)
tree265007381afe7c3405592100be6dec5f4e71569b /src/include/dynarec_native.h
parent57b7729ea7ed8da819865cbfd9c5a52815ae627f (diff)
downloadbox64-aa39a923ed05ac9851e954508b34c202b099f37e.tar.gz
box64-aa39a923ed05ac9851e954508b34c202b099f37e.zip
Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & heroic and other libcef based software)
Diffstat (limited to 'src/include/dynarec_native.h')
-rwxr-xr-xsrc/include/dynarec_native.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/dynarec_native.h b/src/include/dynarec_native.h
index a956f1cc..42366858 100755
--- a/src/include/dynarec_native.h
+++ b/src/include/dynarec_native.h
@@ -21,6 +21,6 @@ typedef struct instsize_s instsize_t;
 void addInst(instsize_t* insts, size_t* size, int x64_size, int native_size);
 
 void CancelBlock64(int need_lock);
-void* FillBlock64(dynablock_t* block, uintptr_t addr, int is32bits);
+void* FillBlock64(dynablock_t* block, uintptr_t addr, int alternate, int is32bits);
 
 #endif //__DYNAREC_ARM_H_
\ No newline at end of file