mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-20 15:53:28 +00:00
Fix incorrect lines in .cht files for 'cheat10' and above (#14436)
This commit is contained in:
parent
403eaef516
commit
440264778d
@ -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…
x
Reference in New Issue
Block a user