This commit is contained in:
CTurt 2014-11-23 22:06:52 +00:00
parent fdfdb5ea45
commit e874f6b97e
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>dsgmLib - DSGM</title>
</head>
<body>
<h1>DSGM</h1>
<div class="function">
<h2>void DSGM_Log(bool wait, char *text, ...)</h2>
<div class="description">
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.
</div>
<ul class="parameters">
<li>wait - whether to wait for Start to be pressed before continuing</li>
<li>text - the text to be shown</li>
<li>... - additional values to be passed for the text format</li>
</ul>
</div>
<div class="function">
<h2>void DSGM_InitGFX(void)</h2>
<div class="description">
Initialises standard DS 2D graphics hardware.
</div>
<ul class="parameters">
</ul>
</div>
</body>
</html>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>dsgmLib documentation</title>
</head>
<body>
<ul>
@ -26,5 +27,6 @@
<li><a href="DSGM_text.html">DSGM_text</a></li>
<li><a href="DSGM_texture.html">DSGM_texture</a></li>
<li><a href="DSGM_wireless.html">DSGM_wireless</a></li>
</ul>
</body>
</html>