mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-22 21:55:37 +01:00
hle: nvdrv: nvdata: Cleanup NvFence static assert.
This commit is contained in:
parent
81eefcaa76
commit
241ecae867
@ -20,7 +20,7 @@ struct NvFence {
|
|||||||
s32 id;
|
s32 id;
|
||||||
u32 value;
|
u32 value;
|
||||||
};
|
};
|
||||||
static_assert(sizeof(NvFence) == 8, "Fence has wrong size");
|
static_assert(sizeof(NvFence) == 8, "NvFence has wrong size");
|
||||||
|
|
||||||
enum class NvResult : u32 {
|
enum class NvResult : u32 {
|
||||||
Success = 0x0,
|
Success = 0x0,
|
||||||
|
Loading…
Reference in New Issue
Block a user