Hello dud
this kind of cheats code that you have in the post I mean this one bellow:
cheats = 1
cheat0_desc = "description "
cheat0_code = “8006DBE4+0001”
cheat0_enable = “false”
this kind of cheat coding works with Epsxe Emulator perfectly, I don’t know if it’s working with another emulators but I’m sure it’s not working with the Retroarch Emulator so:
in order to make it working with Retroarch Emulator you have to change the cheats writing but not like the way that “Arviel” in his reply so:
You have to replace the “+” with “:” for E.g.
In mortal Kombat Trilogy (USA) (v1.1) (Serial: SLUS-00330)
cheats = 1
cheat0_desc = “Infinite Health P1”
cheat0_code = “80032146:00A6”
cheat0_enable = false
this one above is single code cheat as you can see, you may ask what about the multi codes cheats for E.g.
cheat11_desc = “50% Energy P1”
cheat11_code = “D0032146+00A6+80032146+0053”
cheat11_enable = false
you have to change it to this format:
cheat11_desc = “50% Energy P1”
cheat11_code = “D0032146:00A6”
cheat11_enable = false
cheat12_desc = “50% Energy P1”
cheat12_code = “80032146:0053”
cheat12_enable = false
as you can see the cheat divided into two parts “the parts depends on how many codes in the cheat for E.g. if there are 3 codes so the cheat have to be in 3 parts”
I know it’s messy or expanded but at least it can do the job for now until we find another way to write it.
Thanx a lot.
don’t forget to pay attention to the game region, version and serial cause if you don’t it’ll never works with you.