Formatting fix

This commit is contained in:
Robyn Dressler 2024-10-11 17:39:55 -05:00
parent c51307377f
commit b1bbfa1146

View File

@ -232,7 +232,7 @@ void Emulator::Run(const std::filesystem::path& file) {
}
void Emulator::Run(int& argc, char* argv[]) {
//Load config options from arguments
// Load config options from arguments
Config::loadArgs(argc, argv);
MemoryPatcher::patchFile = Config::getPatchFile();