aboutsummaryrefslogtreecommitdiff
path: root/melonDS.cbp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-07 22:23:46 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-07 22:23:46 +0100
commit0562410de25266f70d16045987c9b39fd8366057 (patch)
tree73faccb584295ad32bb0bb044c634877a758619d /melonDS.cbp
parent86cdf283231fd4485c4731f6cbbe08e5cb4ae731 (diff)
* lay base for 3D engine
* add failure reporting to Init functions, and DeInit functions * GPU-related notes * readme update
Diffstat (limited to 'melonDS.cbp')
-rw-r--r--melonDS.cbp2
1 files changed, 2 insertions, 0 deletions
diff --git a/melonDS.cbp b/melonDS.cbp
index 7fd7889..702a9a8 100644
--- a/melonDS.cbp
+++ b/melonDS.cbp
@@ -57,6 +57,8 @@
<Unit filename="GPU.h" />
<Unit filename="GPU2D.cpp" />
<Unit filename="GPU2D.h" />
+ <Unit filename="GPU3D.cpp" />
+ <Unit filename="GPU3D.h" />
<Unit filename="NDS.cpp" />
<Unit filename="NDS.h" />
<Unit filename="NDSCart.cpp" />