This commit is contained in:
wheremyfoodat 2024-03-26 18:13:32 +02:00
commit dd213d0b12

View file

@ -137,4 +137,4 @@ void EmulatorConfig::save() {
std::ofstream file(path, std::ios::out);
file << data;
file.close();
}
}