RetroArch
input_remapping.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2011-2017 - Daniel De Matteis
3  * Copyright (C) 2016-2017 - Andrés Suárez
4  *
5  * RetroArch is free software: you can redistribute it and/or modify it under the terms
6  * of the GNU General Public License as published by the Free Software Found-
7  * ation, either version 3 of the License, or (at your option) any later version.
8  *
9  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  * PURPOSE. See the GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License along with RetroArch.
14  * If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #ifndef _INPUT_REMAPPING_H
18 #define _INPUT_REMAPPING_H
19 
20 #include <stdint.h>
21 #include <stddef.h>
22 
23 #include <boolean.h>
24 #include <retro_common_api.h>
25 
27 
36 bool input_remapping_load_file(void *data, const char *path);
37 
46 bool input_remapping_save_file(const char *path);
47 
48 bool input_remapping_remove_file(const char *path);
49 
51 
53 
54 #endif
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
GLsizei const GLchar ** path
Definition: glext.h:7901
bool input_remapping_remove_file(const char *path)
Definition: input_remapping.c:255
bool input_remapping_save_file(const char *path)
Definition: input_remapping.c:149
Definition: ibxm.h:9
RETRO_BEGIN_DECLS bool input_remapping_load_file(void *data, const char *path)
Definition: input_remapping.c:40
void input_remapping_set_defaults(bool deinit)
Definition: input_remapping.c:276
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
static void deinit(void)
Definition: hax2.c:35