Browse Source

engine: platform: psvita: fixed vrtld error reporting

pull/2/head
SNMetamorph 2 years ago committed by Alibek Omarov
parent
commit
e024a67436
  1. 2
      engine/platform/psvita/sys_psvita.c

2
engine/platform/psvita/sys_psvita.c

@ -156,7 +156,7 @@ void PSVita_Init( void )
if( vrtld_init( 0 ) < 0 ) 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 // init vitaGL, leaving some memory for DLL mapping

Loading…
Cancel
Save