mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Formatting fix
This commit is contained in:
parent
c51307377f
commit
b1bbfa1146
@ -232,7 +232,7 @@ void Emulator::Run(const std::filesystem::path& file) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Emulator::Run(int& argc, char* argv[]) {
|
void Emulator::Run(int& argc, char* argv[]) {
|
||||||
//Load config options from arguments
|
// Load config options from arguments
|
||||||
Config::loadArgs(argc, argv);
|
Config::loadArgs(argc, argv);
|
||||||
MemoryPatcher::patchFile = Config::getPatchFile();
|
MemoryPatcher::patchFile = Config::getPatchFile();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user