aboutsummaryrefslogtreecommitdiff
path: root/src/DSi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSi.cpp')
-rw-r--r--src/DSi.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/DSi.cpp b/src/DSi.cpp
index 6a524dd..376e6a0 100644
--- a/src/DSi.cpp
+++ b/src/DSi.cpp
@@ -15,3 +15,19 @@
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
+
+#include "DSi.h"
+#include "tiny-AES-c/aes.hpp"
+#include "sha1/sha1.h"
+
+namespace DSi
+{
+
+bool LoadNAND()
+{
+ //
+
+ return true;
+}
+
+}