mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
use shitfucking stupid linebreaks so that our text files don't like stupid compact blobs in Notepad
(really, fuck Notepad)
This commit is contained in:
@ -173,9 +173,9 @@ void Save()
|
||||
}
|
||||
|
||||
if (entry->Type == 0)
|
||||
fprintf(f, "%s=%d\n", entry->Name, *(int*)entry->Value);
|
||||
fprintf(f, "%s=%d\r\n", entry->Name, *(int*)entry->Value);
|
||||
else
|
||||
fprintf(f, "%s=%s\n", entry->Name, (char*)entry->Value);
|
||||
fprintf(f, "%s=%s\r\n", entry->Name, (char*)entry->Value);
|
||||
|
||||
entry++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user