mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Fix u32 compile error on clang-cl
This commit is contained in:
parent
bfd2adab5e
commit
c7c206ecdc
|
|
@ -6,7 +6,7 @@ namespace vk
|
||||||
{
|
{
|
||||||
struct fence;
|
struct fence;
|
||||||
|
|
||||||
enum // callback commands
|
enum rctrl_command : u32 // callback commands
|
||||||
{
|
{
|
||||||
rctrl_queue_submit = 0x80000000,
|
rctrl_queue_submit = 0x80000000,
|
||||||
rctrl_run_gc = 0x80000001,
|
rctrl_run_gc = 0x80000001,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue