libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.32k stars 1.84k forks source link

GBA cheat code not work. #11509

Open goddade opened 4 years ago

goddade commented 4 years ago

Description

I tried to use cheat codes on Android RetroArch.

The same cheat code works on VBA-M, but it did not work on RetroArch.

Expected behavior

The cheat code is 0201326E:03E7. It works on VBA-M.

I added the following cht to RetroArch:

cheats = 1 
cheat0_desc = "HP"
cheat0_code = "0201326E:03E7"
cheat0_enable = true

I also tried:

cheats = 1 
cheat0_desc = "HP"
cheat0_code = "0201326E+03E7"
cheat0_enable = true

Actual behavior

Neither works.

Version/Commit

Environment information

negativeExponent commented 4 years ago

posted in wrong repo, unless other cheats do not work as well.

-its unclear what cheat this is for -its unclear if you meant vba-m as in upstream or core. in anycase this should be on the vbam repo. i only see foreign language for this cheat, so dunno whats thats about