Add why we're doing this
This commit is contained in:
parent
8eb28eaae9
commit
3374b0ffde
|
@ -908,6 +908,7 @@ bool config_file_write(config_file_t *conf, const char *path)
|
||||||
if (!file)
|
if (!file)
|
||||||
return false;
|
return false;
|
||||||
#ifdef WIIU
|
#ifdef WIIU
|
||||||
|
/* TODO: use FBF everywhere once https://i.imgur.com/muVhNeF.jpg is fixed */
|
||||||
setvbuf(file, NULL, _IONBF, 0x4000);
|
setvbuf(file, NULL, _IONBF, 0x4000);
|
||||||
#else
|
#else
|
||||||
setvbuf(file, NULL, _IOFBF, 0x4000);
|
setvbuf(file, NULL, _IOFBF, 0x4000);
|
||||||
|
|
Loading…
Reference in New Issue