mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 10:49:02 +00:00
Cleanups
This commit is contained in:
parent
dd68a2a927
commit
32bbf71bbb
@ -21,7 +21,6 @@
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "menu_input.h"
|
||||
#include "menu_animation.h"
|
||||
#include "menu_display.h"
|
||||
#include "menu_displaylist.h"
|
||||
@ -110,7 +109,7 @@ typedef struct
|
||||
char default_cgp[PATH_MAX_LENGTH];
|
||||
struct video_shader *shader;
|
||||
|
||||
menu_input_t *input;
|
||||
void *input;
|
||||
|
||||
content_playlist_t *playlist;
|
||||
char db_playlist_file[PATH_MAX_LENGTH];
|
||||
|
@ -93,8 +93,6 @@ enum menu_input_bind_mode
|
||||
MENU_INPUT_BIND_ALL
|
||||
};
|
||||
|
||||
typedef struct menu_input menu_input_t;
|
||||
|
||||
void menu_input_key_event(bool down, unsigned keycode, uint32_t character,
|
||||
uint16_t key_modifiers);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user