|
static void | get_first_valid_core (char *path_return) |
|
static void | frontend_ctr_get_environment_settings (int *argc, char *argv[], void *args, void *params_data) |
|
static void | frontend_ctr_deinit (void *data) |
|
static void | frontend_ctr_exec (const char *path, bool should_load_game) |
|
static bool | frontend_ctr_set_fork (enum frontend_fork fork_mode) |
|
static void | frontend_ctr_exitspawn (char *s, size_t len) |
|
static void | frontend_ctr_shutdown (bool unused) |
|
static void | ctr_check_dspfirm (void) |
|
| __attribute__ ((weak)) |
|
static int | frontend_ctr_get_rating (void) |
|
enum frontend_architecture | frontend_ctr_get_architecture (void) |
|
static int | frontend_ctr_parse_drive_list (void *data, bool load_content) |
|
static uint64_t | frontend_ctr_get_mem_total (void) |
|
static uint64_t | frontend_ctr_get_mem_used (void) |
|
static enum frontend_powerstate | frontend_ctr_get_powerstate (int *seconds, int *percent) |
|
static void | frontend_ctr_get_os (char *s, size_t len, int *major, int *minor) |
|
static void | frontend_ctr_get_name (char *s, size_t len) |
|