mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
clang +
This commit is contained in:
parent
6d70be9561
commit
fe4a718722
@ -63,8 +63,7 @@ Emulator::~Emulator() {
|
|||||||
Config::saveMainWindow(config_dir / "config.toml");
|
Config::saveMainWindow(config_dir / "config.toml");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Emulator::Run(std::filesystem::path file, const std::vector<std::string> args
|
void Emulator::Run(std::filesystem::path file, const std::vector<std::string> args) {
|
||||||
) {
|
|
||||||
if (std::filesystem::is_directory(file)) {
|
if (std::filesystem::is_directory(file)) {
|
||||||
file /= "eboot.bin";
|
file /= "eboot.bin";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user