summaryrefslogtreecommitdiff
path: root/shell/menu/config.h
blob: b0c0711f5c722fe4a54bdfe3424f0d324eb2fa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CONFIG_H__
#define CONFIG_H__

typedef struct {
	int32_t fullscreen;
	/* For input remapping */
	uint32_t config_buttons[6][19];
	uint32_t showfps;
} t_config;
extern t_config option;

#endif