mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
clang
This commit is contained in:
parent
81369755e4
commit
3d8e3b0429
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user