mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 13:55:46 +00:00
hle: nvdrv: nvdata: Cleanup NvFence static assert.
This commit is contained in:
parent
1299876ebe
commit
f496aa102d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue