mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
12 lines
131 B
C++
12 lines
131 B
C++
#include <stdio.h>
|
|
#include "NDS.h"
|
|
|
|
|
|
int main()
|
|
{
|
|
printf("melonDS version uh... 0.1??\n");
|
|
|
|
NDS::Init();
|
|
|
|
return 0;
|
|
}
|