mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
pointless micro optimisations
This commit is contained in:
@ -34,11 +34,11 @@ class SaveManager : public QThread
|
||||
void run() override;
|
||||
|
||||
public:
|
||||
SaveManager(std::string path);
|
||||
SaveManager(const std::string& path);
|
||||
~SaveManager();
|
||||
|
||||
std::string GetPath();
|
||||
void SetPath(std::string path, bool reload);
|
||||
void SetPath(const std::string& path, bool reload);
|
||||
|
||||
void RequestFlush(const u8* savedata, u32 savelen, u32 writeoffset, u32 writelen);
|
||||
void CheckFlush();
|
||||
|
Reference in New Issue
Block a user