Played with making xenia-run a Win32 app, but then logging stops working...
This commit is contained in:
@@ -88,3 +88,4 @@ XECLEANUP:
|
||||
return result_code;
|
||||
}
|
||||
XE_MAIN_THUNK(xenia_run, "xenia-run some.xex");
|
||||
//XE_MAIN_WINDOW_THUNK(xenia_run, XETEXT("xenia-run"), "xenia-run some.xex");
|
||||
|
||||
@@ -5,6 +5,12 @@
|
||||
'target_name': 'xenia-run',
|
||||
'type': 'executable',
|
||||
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
#'SubSystem': '2'
|
||||
}
|
||||
},
|
||||
|
||||
'dependencies': [
|
||||
'xenia',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user