add all sorts of shit

This commit is contained in:
Arisotura
2019-06-13 14:41:54 +02:00
parent b03c727fb9
commit 0e421ccebd
13 changed files with 1141 additions and 16 deletions

View File

@ -15,3 +15,17 @@
You should have received a copy of the GNU General Public License along
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
#ifndef DSI_H
#define DSI_H
#include "types.h"
namespace DSi
{
bool LoadNAND();
}
#endif // DSI_H