mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Fix all -Wwrite-strings warnings
This commit is contained in:
@ -30,7 +30,7 @@ typedef struct
|
||||
int Type;
|
||||
void* Value;
|
||||
int DefaultInt;
|
||||
char* DefaultStr;
|
||||
const char* DefaultStr;
|
||||
int StrLength; // should be set to actual array length minus one
|
||||
|
||||
} ConfigEntry;
|
||||
|
Reference in New Issue
Block a user