RetroArch
Functions
autosave.h File Reference
#include <stddef.h>
#include <retro_common_api.h>
Include dependency graph for autosave.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RETRO_BEGIN_DECLS void autosave_lock (void)
 
void autosave_unlock (void)
 
bool autosave_init (void)
 
void autosave_deinit (void)
 

Function Documentation

◆ autosave_deinit()

void autosave_deinit ( void  )
Here is the caller graph for this function:

◆ autosave_init()

bool autosave_init ( void  )
Here is the caller graph for this function:

◆ autosave_lock()

RETRO_BEGIN_DECLS void autosave_lock ( void  )

autosave_lock:

Lock autosave.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ autosave_unlock()

void autosave_unlock ( void  )

autosave_unlock:

Unlocks autosave.

Here is the call graph for this function:
Here is the caller graph for this function: