Skip to content

Commit e7a0893

Browse files
committed
Also credit ChaN for the FATFS library.
1 parent b51af4c commit e7a0893

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You may use this under the terms of the GNU General Public License GPL v3 or und
4040
* **Luma 3DS devs** (for fmt.c/gfx code)
4141
* **mtheall** (for LZ11 decompress code)
4242
* **devkitPro** (for the toolchain/makefiles)
43+
* **ChaN** (for the FATFS library)
4344
* **fincs**, **Al3x_10m**, **Wolfvak**, **Shadowhand**, **Lilith Valentine**, **Crimson**, **Ordim3n** (closed beta testing)
4445
* ...everyone who contributed to **3dbrew.org**
4546

source/arm11/menu/menu_func.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ u32 menuShowCredits(PrintConsole* term_con, PrintConsole* menu_con, u32 param)
836836
ee_printf_line_center("Luma 3DS devs (for fmt.c/gfx code)");
837837
ee_printf_line_center("mtheall (for LZ11 decompress code)");
838838
ee_printf_line_center("devkitPro (for the toolchain/makefiles)");
839-
ee_printf_line_center("");
839+
ee_printf_line_center("ChaN (for the FATFS library)");
840840
ee_printf_line_center("... everyone who contributed to 3dbrew.org");
841841
updateScreens();
842842

0 commit comments

Comments
 (0)