mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 16:31:19 +12:00
coreinit+nn_save: Cleanup some legacy code
This commit is contained in:
parent
e7c6862e19
commit
379950d185
12 changed files with 282 additions and 449 deletions
|
@ -136,16 +136,10 @@ public:
|
|||
C* GetPtr() const { return (C*)(GetPtr()); }
|
||||
|
||||
constexpr uint32 GetMPTR() const { return m_value.value(); }
|
||||
constexpr uint32 GetRawValue() const { return m_value.bevalue(); } // accesses value using host-endianness
|
||||
|
||||
constexpr const uint32be& GetBEValue() const { return m_value; }
|
||||
|
||||
constexpr bool IsNull() const { return m_value == 0; }
|
||||
|
||||
constexpr uint32 GetMPTRBE() const { return m_value.bevalue(); }
|
||||
|
||||
uint32be* GetBEPtr() { return &m_value; }
|
||||
|
||||
private:
|
||||
uint32be m_value;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue