Skip to content

Commit

Permalink
GB: Fixed game shark support
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Jun 16, 2024
1 parent 08a6046 commit 8270b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Shared/CheatManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ optional<InternalCheatCode> CheatManager::TryConvertCode(CheatCode code)
case CheatType::SnesProActionReplay: return ConvertFromSnesProActionReplay(code.Code);
case CheatType::SnesGameGenie: return ConvertFromSnesGameGenie(code.Code);
case CheatType::GbGameGenie: return ConvertFromGbGameGenie(code.Code);
case CheatType::GbGameShark: return ConvertFromGbGameShark(code.Code);
case CheatType::PceRaw: return ConvertFromPceRaw(code.Code);
case CheatType::PceAddress: return ConvertFromPceAddress(code.Code);
case CheatType::SmsGameGenie: return ConvertFromSmsGameGenie(code.Code);
Expand Down

0 comments on commit 8270b57

Please sign in to comment.