mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 20:30:36 +08:00
engine: platform: psvita: explicitly exported symbol rintf
This is required for cs16client port for PS Vita.
This commit is contained in:
committed by
Alibek Omarov
parent
b9072e4642
commit
185374f99f
@@ -75,6 +75,7 @@ static const vrtld_export_t aux_exports[] =
|
||||
VRTLD_EXPORT_SYMBOL( stpcpy ),
|
||||
VRTLD_EXPORT_SYMBOL( rand ),
|
||||
VRTLD_EXPORT_SYMBOL( srand ),
|
||||
VRTLD_EXPORT_SYMBOL( rintf ),
|
||||
VRTLD_EXPORT_SYMBOL( sceGxmMapMemory ), // needed by vgl_shim
|
||||
VRTLD_EXPORT( "dlopen", vrtld_dlopen ),
|
||||
VRTLD_EXPORT( "dlclose", vrtld_dlclose ),
|
||||
|
||||
Reference in New Issue
Block a user