engine: platform: psvita: fixed vrtld error reporting

This commit is contained in:
SNMetamorph
2023-03-27 03:52:51 +03:00
committed by Alibek Omarov
parent e3103249f4
commit e024a67436
+1 -1
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