RetroArch
Functions | Variables
input_remapping.c File Reference
#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"
Include dependency graph for input_remapping.c:
This graph shows which files directly or indirectly include this file:

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]
 

Function Documentation

◆ input_remapping_load_file()

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).

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

◆ input_remapping_remove_file()

bool input_remapping_remove_file ( const char *  path)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ input_remapping_save_file()

bool input_remapping_save_file ( const char *  path)

input_remapping_save_file: : Path to remapping file (relative path).

Saves remapping values to file.

Returns: true (1) if successful, otherwise false (0).

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

◆ input_remapping_set_defaults()

void input_remapping_set_defaults ( bool  deinit)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ old_analog_dpad_mode

unsigned old_analog_dpad_mode[MAX_USERS]
static

◆ old_libretro_device

unsigned old_libretro_device[MAX_USERS]
static