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

Go to the source code of this file.

Typedefs

typedef typedefRETRO_BEGIN_DECLS struct state_manager state_manager_t
 

Functions

bool state_manager_frame_is_reversed (void)
 
void state_manager_event_deinit (void)
 
void state_manager_event_init (unsigned rewind_buffer_size)
 
bool state_manager_check_rewind (bool pressed, unsigned rewind_granularity, bool is_paused, char *s, size_t len, unsigned *time)
 

Typedef Documentation

◆ state_manager_t

typedef typedefRETRO_BEGIN_DECLS struct state_manager state_manager_t

Function Documentation

◆ state_manager_check_rewind()

bool state_manager_check_rewind ( bool  pressed,
unsigned  rewind_granularity,
bool  is_paused,
char *  s,
size_t  len,
unsigned *  time 
)

check_rewind: : was rewind key pressed or held?

Checks if rewind toggle/hold was being pressed and/or held.

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

◆ state_manager_event_deinit()

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

◆ state_manager_event_init()

void state_manager_event_init ( unsigned  rewind_buffer_size)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ state_manager_frame_is_reversed()

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