From a0c92e30ce3d0178f25385ed90440d22cea125cf Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sat, 3 Aug 2019 17:16:52 +0300 Subject: [PATCH] [Main] Add --gpu=d3d12 hint --- src/xenia/app/xenia_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/app/xenia_main.cc b/src/xenia/app/xenia_main.cc index af1597790..887f1cb4f 100644 --- a/src/xenia/app/xenia_main.cc +++ b/src/xenia/app/xenia_main.cc @@ -44,7 +44,7 @@ #include "third_party/xbyak/xbyak/xbyak_util.h" DEFINE_string(apu, "any", "Audio system. Use: [any, nop, xaudio2]", "General"); -DEFINE_string(gpu, "any", "Graphics system. Use: [any, vulkan, null]", +DEFINE_string(gpu, "any", "Graphics system. Use: [any, d3d12, vulkan, null]", "General"); DEFINE_string(hid, "any", "Input system. Use: [any, nop, winkey, xinput]", "General");