mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
This commit is contained in:
parent
530e028c13
commit
2a62f816d5
@ -784,8 +784,8 @@ class GuiKeyboard : public GuiWindow
|
||||
|
||||
typedef struct _optionlist {
|
||||
int length;
|
||||
char name[MAX_OPTIONS][150];
|
||||
char value[MAX_OPTIONS][150];
|
||||
char name[MAX_OPTIONS][50];
|
||||
char value[MAX_OPTIONS][50];
|
||||
} OptionList;
|
||||
|
||||
//!Display a list of menu options
|
||||
|
Loading…
Reference in New Issue
Block a user