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

@ -30,6 +30,11 @@ void Controller::SetAxisState(s32 axis_code, float value) {}
void Controller::SetButtonState(s32 button_code, bool pressed) {}
u32 Controller::GetButtonStateBits() const
{
return 0;
}
u32 Controller::GetVibrationMotorCount() const
{
return 0;