engine: platform: psvita: fixed vrtld error reporting

This commit is contained in:
SNMetamorph 2023-03-23 20:08:59 +04:00 committed by Alibek Omarov
parent e3103249f4
commit e024a67436
1 changed files with 1 additions and 1 deletions

View File

@ -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