From e874f6b97eb3410bb33be74520cb8927bd02b786 Mon Sep 17 00:00:00 2001 From: CTurt Date: Sun, 23 Nov 2014 22:06:52 +0000 Subject: [PATCH] DSGM --- dsgmLib/DSGM.html | 31 +++++++++++++++++++++++++++++++ dsgmLib/index.html | 2 ++ 2 files changed, 33 insertions(+) diff --git a/dsgmLib/DSGM.html b/dsgmLib/DSGM.html index e69de29..e879b87 100644 --- a/dsgmLib/DSGM.html +++ b/dsgmLib/DSGM.html @@ -0,0 +1,31 @@ + + + +dsgmLib - DSGM + + +

DSGM

+ +
+

void DSGM_Log(bool wait, char *text, ...)

+
+Sends a debug message to the emulator. Will only be visible if you are using the developer version of your emulator, such as DeSmuME developer or NO$GBA debug. +
+ +
+ +
+

void DSGM_InitGFX(void)

+
+Initialises standard DS 2D graphics hardware. +
+ +
+ + + diff --git a/dsgmLib/index.html b/dsgmLib/index.html index 35a9620..7861f54 100644 --- a/dsgmLib/index.html +++ b/dsgmLib/index.html @@ -1,6 +1,7 @@ +dsgmLib documentation