mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
Fix suggestion
This commit is contained in:
parent
199c3cb4b5
commit
bb0cd42b42
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ struct RSP {
|
|||
bool divdp;
|
||||
} vpu;
|
||||
|
||||
static constexpr r128 zero{0};
|
||||
static constexpr r128 invert{(uint64_t)-1, (uint64_t)-1};
|
||||
static constexpr r128 zero{{0}};
|
||||
static constexpr r128 invert{{(uint64_t)-1, (uint64_t)-1}};
|
||||
|
||||
inline auto accumulatorGet(u32 index) const -> u64;
|
||||
inline auto accumulatorSet(u32 index, u64 value) -> void;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue