mirror of
https://github.com/Radfordhound/dsgamemaker.github.io.git
synced 2025-06-18 08:45:34 -04:00
DSGM
This commit is contained in:
parent
fdfdb5ea45
commit
e874f6b97e
@ -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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user