mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
(task_save.c) Miscellaneous cleanups:
* Remove unused return type of one function * Remove some TODO/FIXME notes * Small style nits
This commit is contained in:
parent
6226d0442f
commit
2463a63c78
@ -100,7 +100,7 @@ void content_deinit(void);
|
|||||||
bool content_init(void);
|
bool content_init(void);
|
||||||
|
|
||||||
/* Resets the state and savefile backup buffers */
|
/* Resets the state and savefile backup buffers */
|
||||||
bool content_reset_savestate_backups(void);
|
void content_reset_savestate_backups(void);
|
||||||
|
|
||||||
/* Checks if the buffers are empty */
|
/* Checks if the buffers are empty */
|
||||||
bool content_undo_load_buf_is_empty(void);
|
bool content_undo_load_buf_is_empty(void);
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user