Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cheat bugfix and new A8 cheat type #3328

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Cheat bugfix and new A8 cheat type #3328

merged 3 commits into from
Nov 11, 2024

Commits on Nov 9, 2024

  1. Bugfix for import and entering new cheats

    Added needed g_emu_thread->reloadCheats calls after the reloadList() calls on entering a new code or importing new codes.
    
    Without it I had to import new codes and then manually edit one of them for it to show up in the cheat counts and possibly even work
    PugsyMAME authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0b10344 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Added Cheat Type A8

    Added cheat type A8 which is the byte equivalent of the A7 cheat type as there will be a need of this type.
    PugsyMAME authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b691388 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Changed boolean parameters in last PR

    Changed boolean parameters in last PR as per discord
    PugsyMAME authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e0fa361 View commit details
    Browse the repository at this point in the history