git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 2925ae2fd8f7c0c348a85260d207debf3fd2bf12
parent 672c8d9ecb417ee5b31ea9a3b0bccabbfb62e835
Author: Toxa <untoxa@mail.ru>
Date:   Sat, 11 Sep 2021 00:14:24 +0300

GB: NONBANKED is not needed here

Diffstat:
Mgbdk-lib/include/gb/bgb_emu.h2+-
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 @@ -139,7 +139,7 @@ void BGB_profiler_message(); be explicitly re-cast as such when calling the function. See @ref docs_chars_varargs for more details. */ -void BGB_printf(const char *format, ...) NONBANKED; +void BGB_printf(const char *format, ...); static void * __BGB_PROFILER_INIT = &BGB_profiler_message;

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.