From de7baa0b410185710411f38d51bb29cbc0ebd92a Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 14 Sep 2024 10:26:38 +0200 Subject: [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and zsnes works) --- src/include/gltools.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/gltools.h') diff --git a/src/include/gltools.h b/src/include/gltools.h index 07bd74f7..94a245b0 100644 --- a/src/include/gltools.h +++ b/src/include/gltools.h @@ -9,4 +9,8 @@ void freeGLProcWrapper(box64context_t* context); void* getGLProcAddress(x64emu_t* emu, glprocaddress_t procaddr, const char* rname); +#ifdef BOX32 +void* getGLProcAddress32(x64emu_t* emu, glprocaddress_t procaddr, const char* rname); +#endif + #endif //__GL_TOOLS_H__ \ No newline at end of file -- cgit 1.4.1