This commit is contained in:
kalaposfos13 2025-01-18 11:13:40 +01:00
parent 0063fcbc03
commit e6412af4ad

View File

@ -25,8 +25,7 @@ public:
Emulator();
~Emulator();
void Run(const std::filesystem::path& file,
const std::vector<std::string> args = {});
void Run(const std::filesystem::path& file, const std::vector<std::string> args = {});
void UpdatePlayTime(const std::string& serial);
private: