|
RetroArch
|
Go to the source code of this file.
Functions | |
| RETRO_BEGIN_DECLS bool | input_remapping_load_file (void *data, const char *path) |
| bool | input_remapping_save_file (const char *path) |
| bool | input_remapping_remove_file (const char *path) |
| void | input_remapping_set_defaults (bool deinit) |
| RETRO_BEGIN_DECLS bool input_remapping_load_file | ( | void * | data, |
| const char * | path | ||
| ) |
input_remapping_load_file: : Path to config file.
Loads a remap file from disk to memory.
Returns: true (1) if successful, otherwise false (0).
input_remapping_save_file: : Path to remapping file (relative path).
Saves remapping values to file.
Returns: true (1) if successful, otherwise false (0).
1.8.15