[App] Don't redirect stdout/stderr as the default debug arguments.

This commit is contained in:
gibbed 2019-04-18 15:00:25 -05:00
parent 3d56d6c46c
commit a296e17f06
1 changed files with 0 additions and 2 deletions

View File

@ -86,7 +86,5 @@ project("xenia-app")
debugdir(project_root)
debugargs({
"--flagfile=scratch/flags.txt",
"2>&1",
"1>scratch/stdout.txt",
})
end