Explorar o código

hle: nvdrv: nvdata: Cleanup NvFence static assert.

bunnei %!s(int64=4) %!d(string=hai) anos
pai
achega
241ecae867
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/nvdrv/nvdata.h

+ 1 - 1
src/core/hle/service/nvdrv/nvdata.h

@@ -20,7 +20,7 @@ struct NvFence {
     s32 id;
     u32 value;
 };
-static_assert(sizeof(NvFence) == 8, "Fence has wrong size");
+static_assert(sizeof(NvFence) == 8, "NvFence has wrong size");
 
 enum class NvResult : u32 {
     Success = 0x0,