mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
pointless micro optimisations
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
class Savestate
|
||||
{
|
||||
public:
|
||||
Savestate(std::string filename, bool save);
|
||||
Savestate(const std::string& filename, bool save);
|
||||
~Savestate();
|
||||
|
||||
bool Error;
|
||||
|
Reference in New Issue
Block a user