From c7c206ecdca0afbd6c454711597ff77d83d02c17 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Thu, 26 Jun 2025 20:02:08 +0200 Subject: [PATCH] Fix u32 compile error on clang-cl --- rpcs3/Emu/RSX/VK/VKCommandStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/VK/VKCommandStream.h b/rpcs3/Emu/RSX/VK/VKCommandStream.h index 4ee4d00e19..8287094dbd 100644 --- a/rpcs3/Emu/RSX/VK/VKCommandStream.h +++ b/rpcs3/Emu/RSX/VK/VKCommandStream.h @@ -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,