mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-16 17:50:45 -04:00
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent with style guide
This commit is contained in:
@@ -82,6 +82,6 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
ARMul_State* m_state;
|
||||
ARMul_State* state;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user