mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Add more TODO/FIXME notes
This commit is contained in:
parent
0c91d77ae3
commit
fca38419f5
@ -630,8 +630,8 @@ struct ozone_handle
|
||||
* has a hard-coded size of 8192...
|
||||
* (the extra space here is required to silence compiler
|
||||
* warnings...) */
|
||||
char savestate_thumbnail_file_path[8204];
|
||||
char prev_savestate_thumbnail_file_path[8204];
|
||||
char savestate_thumbnail_file_path[8204]; /* TODO/FIXME - check size */
|
||||
char prev_savestate_thumbnail_file_path[8204]; /* TODO/FIXME - check size */
|
||||
|
||||
char selection_core_name[NAME_MAX_LENGTH];
|
||||
char selection_playtime[NAME_MAX_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user