mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Main] Add --gpu=d3d12 hint
This commit is contained in:
parent
cc7f26ada8
commit
a0c92e30ce
|
|
@ -44,7 +44,7 @@
|
||||||
#include "third_party/xbyak/xbyak/xbyak_util.h"
|
#include "third_party/xbyak/xbyak/xbyak_util.h"
|
||||||
|
|
||||||
DEFINE_string(apu, "any", "Audio system. Use: [any, nop, xaudio2]", "General");
|
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");
|
"General");
|
||||||
DEFINE_string(hid, "any", "Input system. Use: [any, nop, winkey, xinput]",
|
DEFINE_string(hid, "any", "Input system. Use: [any, nop, winkey, xinput]",
|
||||||
"General");
|
"General");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue