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...
|
* has a hard-coded size of 8192...
|
||||||
* (the extra space here is required to silence compiler
|
* (the extra space here is required to silence compiler
|
||||||
* warnings...) */
|
* warnings...) */
|
||||||
char savestate_thumbnail_file_path[8204];
|
char savestate_thumbnail_file_path[8204]; /* TODO/FIXME - check size */
|
||||||
char prev_savestate_thumbnail_file_path[8204];
|
char prev_savestate_thumbnail_file_path[8204]; /* TODO/FIXME - check size */
|
||||||
|
|
||||||
char selection_core_name[NAME_MAX_LENGTH];
|
char selection_core_name[NAME_MAX_LENGTH];
|
||||||
char selection_playtime[NAME_MAX_LENGTH];
|
char selection_playtime[NAME_MAX_LENGTH];
|
||||||
|
|
Loading…
Reference in New Issue