pcsx2/unfree/fps2bios/intro/intro.c
Gregory Hainaut 30866833ef mv fps2bios to unfree
Code are likely free but don't have any copyright header :(
2015-11-07 15:42:47 +01:00

19 lines
208 B
C

#include <tamtypes.h>
#include <stdio.h>
#include <kernel.h>
#include <math.h>
#include "eedebug.h"
#include "romdir.h"
int main() {
__printf("INTRO start\n");
__printf("INTRO end\n");
return 0;
}