pcsx2/unfree/fps2bios/loader/loader.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

14 lines
147 B
C

#include <tamtypes.h>
#include <stdio.h>
#include <kernel.h>
#include "eedebug.h"
void main() {
__printf("LOADER start\n");
menuStart();
}