mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix incorrect lines in .cht files for 'cheat10' and above (#14436)
This commit is contained in:
parent
403eaef516
commit
440264778d
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ bool cheat_manager_save(
|
|||
char desc_key[128];
|
||||
char code_key[128];
|
||||
char enable_key[128];
|
||||
char formatted_number[8];
|
||||
char formatted_number[12];
|
||||
|
||||
formatted_number[0] = '\0';
|
||||
snprintf(formatted_number, sizeof(formatted_number), "cheat%u_", i);
|
||||
|
|
Loading…
Add table
Reference in a new issue