mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 04:51:26 +12:00
Fix u32 compile error on clang-cl
This commit is contained in:
parent
bfd2adab5e
commit
c7c206ecdc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace vk
|
|||
{
|
||||
struct fence;
|
||||
|
||||
enum // callback commands
|
||||
enum rctrl_command : u32 // callback commands
|
||||
{
|
||||
rctrl_queue_submit = 0x80000000,
|
||||
rctrl_run_gc = 0x80000001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue