as a test, convert EmuSettingsDialog to the new config shito

This commit is contained in:
Arisotura
2024-04-18 16:52:18 +02:00
parent 92d1614b45
commit f93937e88b
2 changed files with 104 additions and 141 deletions

View File

@ -1113,7 +1113,7 @@ printf("save\n");
//toml::serializer<std::string> vorp(RootTable);
//toml::serializer<toml::string> zarp;
std::cout << RootTable;
//std::cout << RootTable;
printf("blarg\n");
std::ofstream file;
file.open(cfgpath, std::ofstream::out | std::ofstream::trunc);