mirror of
https://github.com/Radfordhound/dsgamemaker.github.io.git
synced 2025-06-18 08:45:34 -04:00
32 lines
761 B
HTML
32 lines
761 B
HTML
<!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>
|