engine: platform: psvita: fixed vrtld error reporting
This commit is contained in:
parent
e3103249f4
commit
e024a67436
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue