Skip to content

Commit

Permalink
Fixed multiline cheats
Browse files Browse the repository at this point in the history
  • Loading branch information
leiradel committed May 19, 2019
1 parent 43d01de commit ed4fc30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libretro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,8 @@ void retro_cheat_set(unsigned index, bool b, const char* code)

if (*code != '\\' || code[1] != 'n')
break;

code += 2;
}
while (1);
}
Expand Down

0 comments on commit ed4fc30

Please sign in to comment.