Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jul 16, 2024
1 parent 68ae0a7 commit 4210d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/iop/UsbBuzzerDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace Iop
const char* GetLldName() const override;

void SaveState(CRegisterState&) const override;
void LoadState(const CRegisterState&);
void LoadState(const CRegisterState&) override;

void CountTicks(uint32) override;

Expand All @@ -36,7 +36,7 @@ namespace Iop
int32 TransferPipe(uint32, uint32, uint32, uint32, uint32, uint32) override;

//CPadInterface
void SetButtonState(unsigned int, PS2::CControllerInfo::BUTTON, bool, uint8*);
void SetButtonState(unsigned int, PS2::CControllerInfo::BUTTON, bool, uint8*) override;
void SetAxisState(unsigned int, PS2::CControllerInfo::BUTTON, uint8, uint8*) override{};
void GetVibration(unsigned int, uint8& largeMotor, uint8& smallMotor) override{};

Expand Down

0 comments on commit 4210d0a

Please sign in to comment.