mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
Fix all -Wwrite-strings warnings
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
class Savestate
|
||||
{
|
||||
public:
|
||||
Savestate(char* filename, bool save);
|
||||
Savestate(const char* filename, bool save);
|
||||
~Savestate();
|
||||
|
||||
bool Error;
|
||||
@ -39,7 +39,7 @@ public:
|
||||
|
||||
u32 CurSection;
|
||||
|
||||
void Section(char* magic);
|
||||
void Section(const char* magic);
|
||||
|
||||
void Var8(u8* var);
|
||||
void Var16(u16* var);
|
||||
|
Reference in New Issue
Block a user