mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Remove 32-bit core dynarec
This commit is contained in:
@@ -48,13 +48,8 @@
|
||||
#define gs_error_Quit -101
|
||||
|
||||
#ifdef _WIN32
|
||||
# if (!(defined __amd64__ || defined _M_X64 || defined __aarch64__ || defined _M_ARM64))
|
||||
# define PATH_GHOSTSCRIPT_DLL "gsdll32.dll"
|
||||
# define PATH_GHOSTPCL_DLL "gpcl6dll32.dll"
|
||||
# else
|
||||
# define PATH_GHOSTSCRIPT_DLL "gsdll64.dll"
|
||||
# define PATH_GHOSTPCL_DLL "gpcl6dll64.dll"
|
||||
# endif
|
||||
# define PATH_GHOSTSCRIPT_DLL "gsdll64.dll"
|
||||
# define PATH_GHOSTPCL_DLL "gpcl6dll64.dll"
|
||||
#elif defined __APPLE__
|
||||
# define PATH_GHOSTSCRIPT_DLL "libgs.dylib"
|
||||
# define PATH_GHOSTPCL_DLL "libgpcl6.9.54.dylib"
|
||||
|
||||
Reference in New Issue
Block a user