mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
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…
x
Reference in New Issue
Block a user