Cheats: Implement D4/D5/D6 code types

This commit is contained in:
Connor McLaughlin
2020-12-06 15:47:00 +10:00
parent fd6462263f
commit ea9829946d
10 changed files with 103 additions and 3 deletions

View File

@ -51,6 +51,9 @@ public:
/// Changes the specified button state.
virtual void SetButtonState(s32 button_code, bool pressed);
/// Returns a bitmask of the current button states, 1 = on.
virtual u32 GetButtonStateBits() const;
/// Returns the number of vibration motors.
virtual u32 GetVibrationMotorCount() const;