mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
pointless micro optimisations
This commit is contained in:
@ -49,7 +49,7 @@ using Platform::LogLevel;
|
||||
// TODO: buffering system! or something of that sort
|
||||
// repeated fread/fwrite is slow on Switch
|
||||
|
||||
Savestate::Savestate(std::string filename, bool save)
|
||||
Savestate::Savestate(const std::string& filename, bool save)
|
||||
{
|
||||
const char* magic = "MELN";
|
||||
|
||||
|
Reference in New Issue
Block a user