aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-06-13 13:59:11 +0200
committerArisotura <thetotalworm@gmail.com>2019-06-13 13:59:11 +0200
commitb03c727fb9525b90163472962bb59713ed535da5 (patch)
tree14ae0e69f222d4caceb6ec9e615faa1e348e6446
parent29fb71cab865b76a2a0700e6e8382c100491c456 (diff)
blarg
-rw-r--r--melonDS.cbp4
-rw-r--r--src/DSi.cpp17
-rw-r--r--src/DSi.h17
-rw-r--r--src/DSiCrypto.cpp17
-rw-r--r--src/DSiCrypto.h17
5 files changed, 72 insertions, 0 deletions
diff --git a/melonDS.cbp b/melonDS.cbp
index 0af2f4a..59df311 100644
--- a/melonDS.cbp
+++ b/melonDS.cbp
@@ -100,6 +100,10 @@
<Unit filename="src/Config.h" />
<Unit filename="src/DMA.cpp" />
<Unit filename="src/DMA.h" />
+ <Unit filename="src/DSi.cpp" />
+ <Unit filename="src/DSi.h" />
+ <Unit filename="src/DSiCrypto.cpp" />
+ <Unit filename="src/DSiCrypto.h" />
<Unit filename="src/FIFO.h" />
<Unit filename="src/GPU.cpp" />
<Unit filename="src/GPU.h" />
diff --git a/src/DSi.cpp b/src/DSi.cpp
new file mode 100644
index 0000000..6a524dd
--- /dev/null
+++ b/src/DSi.cpp
@@ -0,0 +1,17 @@
+/*
+ Copyright 2016-2019 Arisotura
+
+ This file is part of melonDS.
+
+ melonDS is free software: you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free
+ Software Foundation, either version 3 of the License, or (at your option)
+ any later version.
+
+ melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with melonDS. If not, see http://www.gnu.org/licenses/.
+*/
diff --git a/src/DSi.h b/src/DSi.h
new file mode 100644
index 0000000..6a524dd
--- /dev/null
+++ b/src/DSi.h
@@ -0,0 +1,17 @@
+/*
+ Copyright 2016-2019 Arisotura
+
+ This file is part of melonDS.
+
+ melonDS is free software: you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free
+ Software Foundation, either version 3 of the License, or (at your option)
+ any later version.
+
+ melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with melonDS. If not, see http://www.gnu.org/licenses/.
+*/
diff --git a/src/DSiCrypto.cpp b/src/DSiCrypto.cpp
new file mode 100644
index 0000000..6a524dd
--- /dev/null
+++ b/src/DSiCrypto.cpp
@@ -0,0 +1,17 @@
+/*
+ Copyright 2016-2019 Arisotura
+
+ This file is part of melonDS.
+
+ melonDS is free software: you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free
+ Software Foundation, either version 3 of the License, or (at your option)
+ any later version.
+
+ melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with melonDS. If not, see http://www.gnu.org/licenses/.
+*/
diff --git a/src/DSiCrypto.h b/src/DSiCrypto.h
new file mode 100644
index 0000000..6a524dd
--- /dev/null
+++ b/src/DSiCrypto.h
@@ -0,0 +1,17 @@
+/*
+ Copyright 2016-2019 Arisotura
+
+ This file is part of melonDS.
+
+ melonDS is free software: you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free
+ Software Foundation, either version 3 of the License, or (at your option)
+ any later version.
+
+ melonDS is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with melonDS. If not, see http://www.gnu.org/licenses/.
+*/