Skip to content

Commit

Permalink
--fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 14, 2024
1 parent 3bc7b72 commit 044cdce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burn/drv/snes/snes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ static void snes_remove_cheat(char *code)

static void snes_init_fbn_cheat_subsys()
{
cheats_active = 0;
nes_init_cheat_functions(snes_add_cheat, snes_remove_cheat);
}

Expand Down

1 comment on commit 044cdce

@dinkc64
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rule #1: always test before push

Please sign in to comment.