mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 04:07:56 -05: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