aboutsummaryrefslogtreecommitdiff
path: root/melonDS.cbp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2018-12-11 19:10:57 +0100
committerStapleButter <thetotalworm@gmail.com>2018-12-11 19:10:57 +0100
commit0579a1cd2e63fe882aed1ac9562a82308cbd1c56 (patch)
tree5bb091b1e14e36889a096fa8e9d7d7a8c5255292 /melonDS.cbp
parent4aafdee14d67c0f0732a72442b90c69c599ee667 (diff)
add CRC32 shit
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 e0bf873..a93b225 100644
--- a/melonDS.cbp
+++ b/melonDS.cbp
@@ -113,6 +113,8 @@
<Unit filename="src/ARMInterpreter_LoadStore.h" />
<Unit filename="src/ARM_InstrTable.h" />
<Unit filename="src/CP15.cpp" />
+ <Unit filename="src/CRC32.cpp" />
+ <Unit filename="src/CRC32.h" />
<Unit filename="src/Config.cpp" />
<Unit filename="src/Config.h" />
<Unit filename="src/DMA.cpp" />