mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-02 12:00:01 -06:00
as a test, convert EmuSettingsDialog to the new config shito
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user