Use log_cb instead of printing directly
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ int pre_main(const char *argv)
|
||||
for (i = 0; i < PARAMCOUNT; i++)
|
||||
{
|
||||
xargv_cmd[i] = (char*)(XARGV[i]);
|
||||
LOGI("%2d %s\n",i,XARGV[i]);
|
||||
log_cb(RETRO_LOG_INFO, "%2d %s\n",i,XARGV[i]);
|
||||
}
|
||||
|
||||
skel_main(PARAMCOUNT,( char **)xargv_cmd);
|
||||
|
||||
Reference in New Issue
Block a user