Add support for game folder and fail early if eboot.bin is missing or corrupt (#3027)

This commit is contained in:
Fire Cube
2025-06-03 12:34:29 +02:00
committed by GitHub
parent ca0f458505
commit c09d1c3cff
2 changed files with 18 additions and 3 deletions

View File

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