mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
Fix/remove OpenGL leftovers
This commit is contained in:
@@ -44,7 +44,7 @@ def main():
|
||||
description='Run and diff GPU traces.')
|
||||
parser.add_argument(
|
||||
'-x', '--executable',
|
||||
default='build/bin/Windows/Debug/xenia-gpu-gl4-trace-dump.exe')
|
||||
default='build/bin/Windows/Debug/xenia-gpu-vulkan-trace-dump.exe')
|
||||
parser.add_argument('-t', '--trace_file', action='append')
|
||||
parser.add_argument('-p', '--trace_path')
|
||||
parser.add_argument('-o', '--output_path', default='')
|
||||
|
||||
Reference in New Issue
Block a user