mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 09:37:53 -04:00
tabs vs spaces
This commit is contained in:
parent
a20a08c630
commit
37912df085
2 changed files with 11 additions and 11 deletions
|
@ -68,7 +68,7 @@ int app_settings::load(std::string application, AppSettings* settings) {
|
|||
|
||||
int app_settings::save(std::string application, AppSettings* settings) {
|
||||
|
||||
if (portapack::persistent_memory::save_app_settings()) {
|
||||
if (portapack::persistent_memory::save_app_settings()) {
|
||||
file_path = folder+"/"+application+".ini";
|
||||
make_new_directory(folder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue