mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(RMenu) Don't use item struct anymore
This commit is contained in:
parent
5a7f6b4471
commit
a4ae3f0679
File diff suppressed because it is too large
Load Diff
@ -35,15 +35,6 @@
|
||||
#define DEVICE_CAST xdk_d3d_video_t*
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
unsigned char enum_id;
|
||||
char text[64];
|
||||
char setting_text[64];
|
||||
char comment[192];
|
||||
unsigned char page;
|
||||
} item;
|
||||
|
||||
enum
|
||||
{
|
||||
CONFIG_FILE = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user