|
RetroArch
|
#include <compat/strl.h>#include <file/config_file.h>#include <file/file_path.h>#include <streams/file_stream.h>#include <string/stdstring.h>#include "input_driver.h"#include "input_remapping.h"#include "../configuration.h"#include "../retroarch.h"#include "../verbosity.h"Functions | |
| 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) |
Variables | |
| static unsigned | old_analog_dpad_mode [MAX_USERS] |
| static unsigned | old_libretro_device [MAX_USERS] |
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).
|
static |
|
static |
1.8.15