This commit is contained in:
Dmugetsu 2025-02-21 16:13:39 -06:00
parent 81369755e4
commit 3d8e3b0429

View File

@ -102,7 +102,7 @@ Emulator::~Emulator() {
}
void Emulator::Run(const std::filesystem::path& file, const std::vector<std::string> args) {
is_running= true;
is_running = true;
const auto eboot_name = file.filename().string();
auto game_folder = file.parent_path();
if (const auto game_folder_name = game_folder.filename().string();