From dc4f706132dce07c6a394446157c6a46f5fd3c71 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 28 Feb 2015 13:06:15 +1000 Subject: GFILE was not being initialised properly. Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens. --- gfxconf.example.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index 4c94bb18..7c0424fd 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -41,6 +41,8 @@ // Options that (should where relevant) apply to all operating systems // #define GFX_NO_OS_INIT FALSE +// #define GFX_OS_EXTRA_INIT_FUNCTION myOSInitRoutine +// #define GFX_OS_EXTRA_DEINIT_FUNCTION myOSDeInitRoutine /////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3