Skip to content

Commit

Permalink
fix button display string
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvita committed Mar 16, 2022
1 parent 0f900f7 commit e3f1dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/guis/gui_cheats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,7 @@ void GuiCheats::drawEditRAMMenu()
// WIP edit ram
std::string GuiCheats::buttonStr(u32 buttoncode)
{
if ((buttoncode & 0xFF000000) != 0x80000000) return "";
std::stringstream buttonstring;
for (u32 i = 0; i < buttonCodes.size(); i++)
{
Expand Down

0 comments on commit e3f1dbb

Please sign in to comment.