From 3374b0ffde7a35a4c58e6cad4ad668f088b8f9df Mon Sep 17 00:00:00 2001 From: Alcaro Date: Fri, 29 Sep 2017 04:04:51 +0200 Subject: [PATCH] Add why we're doing this --- libretro-common/file/config_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-common/file/config_file.c b/libretro-common/file/config_file.c index 78c5c12919..3c75d929c2 100644 --- a/libretro-common/file/config_file.c +++ b/libretro-common/file/config_file.c @@ -908,6 +908,7 @@ bool config_file_write(config_file_t *conf, const char *path) if (!file) return false; #ifdef WIIU + /* TODO: use FBF everywhere once https://i.imgur.com/muVhNeF.jpg is fixed */ setvbuf(file, NULL, _IONBF, 0x4000); #else setvbuf(file, NULL, _IOFBF, 0x4000);