From e7a0893d7f26c6ce2f23fb66b85ed4be27b59540 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Mon, 8 Jan 2018 23:09:06 +0100 Subject: [PATCH] Also credit ChaN for the FATFS library. --- README.md | 1 + source/arm11/menu/menu_func.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b99e311..992119da 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ You may use this under the terms of the GNU General Public License GPL v3 or und * **Luma 3DS devs** (for fmt.c/gfx code) * **mtheall** (for LZ11 decompress code) * **devkitPro** (for the toolchain/makefiles) +* **ChaN** (for the FATFS library) * **fincs**, **Al3x_10m**, **Wolfvak**, **Shadowhand**, **Lilith Valentine**, **Crimson**, **Ordim3n** (closed beta testing) * ...everyone who contributed to **3dbrew.org** diff --git a/source/arm11/menu/menu_func.c b/source/arm11/menu/menu_func.c index 899d17de..4730ddac 100644 --- a/source/arm11/menu/menu_func.c +++ b/source/arm11/menu/menu_func.c @@ -836,7 +836,7 @@ u32 menuShowCredits(PrintConsole* term_con, PrintConsole* menu_con, u32 param) ee_printf_line_center("Luma 3DS devs (for fmt.c/gfx code)"); ee_printf_line_center("mtheall (for LZ11 decompress code)"); ee_printf_line_center("devkitPro (for the toolchain/makefiles)"); - ee_printf_line_center(""); + ee_printf_line_center("ChaN (for the FATFS library)"); ee_printf_line_center("... everyone who contributed to 3dbrew.org"); updateScreens();