gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 71fb1dcdd5918bec06edf755c28f0e896a708a3c parent 7b94d3fe4553f9ef8e6d635edec22e381588c321 Author: Toxa <untoxa@mail.ru> Date: Sat, 24 Jul 2021 17:34:15 +0300 correct the BGB_printf() function description Diffstat:
| M | gbdk-lib/include/gb/bgb_emu.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/include/gb/bgb_emu.h b/gbdk-lib/include/gb/bgb_emu.h @@ -123,7 +123,7 @@ void BGB_profiler_message(); @param format The format string as per printf Does not return the number of characters printed. - Result string MUST BE LESS THAN 64 BYTES LONG, INCLUDING THE TRAILIG ZERO BYTE! + Result string MUST BE LESS OR EQUAL THAN 128 BYTES LONG, INCLUDING THE TRAILIG ZERO BYTE! Currently supported: \li \%hx (char as hex)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.