mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Merge pull request #1072 from lioncash/arm
ARM64: Make getters within ArithOption const.
This commit is contained in:
commit
c9a7175418
@ -241,11 +241,11 @@ public:
|
||||
else
|
||||
m_width = WIDTH_32BIT;
|
||||
}
|
||||
TypeSpecifier GetType()
|
||||
TypeSpecifier GetType() const
|
||||
{
|
||||
return m_type;
|
||||
}
|
||||
u32 GetData()
|
||||
u32 GetData() const
|
||||
{
|
||||
switch (m_type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user