mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
Merge pull request #4670 from lioncash/initializer
arm_dynarmic_cp15: Initialize member variables
This commit is contained in:
commit
53fc5d0190
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ public:
|
|||
std::optional<u8> option) override;
|
||||
|
||||
ARM_Dynarmic_32& parent;
|
||||
u32 uprw;
|
||||
u32 uro;
|
||||
u32 uprw = 0;
|
||||
u32 uro = 0;
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
|
Loading…
Reference in a new issue