mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ARM64: Make getters within ArithOption const.
This commit is contained in:
@ -241,11 +241,11 @@ public:
|
|||||||
else
|
else
|
||||||
m_width = WIDTH_32BIT;
|
m_width = WIDTH_32BIT;
|
||||||
}
|
}
|
||||||
TypeSpecifier GetType()
|
TypeSpecifier GetType() const
|
||||||
{
|
{
|
||||||
return m_type;
|
return m_type;
|
||||||
}
|
}
|
||||||
u32 GetData()
|
u32 GetData() const
|
||||||
{
|
{
|
||||||
switch (m_type)
|
switch (m_type)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user