mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
comment
This commit is contained in:
parent
eac3ca770a
commit
18290ae777
1 changed files with 2 additions and 1 deletions
|
@ -924,7 +924,8 @@ static void content_load_and_save_state_cb(void *task_data,
|
|||
* @size : the total size of the save state
|
||||
* @load_to_backup_buffer : If true, the state will be loaded into undo_save_buf.
|
||||
*
|
||||
* Create a new task to both load and save the content state.
|
||||
* Create a new task to load current state first into a backup buffer (for undo)
|
||||
* and then save the content state.
|
||||
**/
|
||||
static void task_push_load_and_save_state(const char *path, void *data, size_t size, bool load_to_backup_buffer)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue