mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: platform: psvita: fixed vrtld error reporting
This commit is contained in:
committed by
Alibek Omarov
parent
e3103249f4
commit
e024a67436
@@ -156,7 +156,7 @@ void PSVita_Init( void )
|
||||
|
||||
if( vrtld_init( 0 ) < 0 )
|
||||
{
|
||||
Sys_Error( "Could not init vrtld: %s\n", vrtld_dlerror( ) );
|
||||
Sys_Error( "Could not init vrtld:\n%s\n", vrtld_dlerror() );
|
||||
}
|
||||
|
||||
// init vitaGL, leaving some memory for DLL mapping
|
||||
|
||||
Reference in New Issue
Block a user