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

20 lines
194 B
C

#include <tamtypes.h>
#include <stdio.h>
#include <kernel.h>
#include <math.h>
#include "eedebug.h"
#include "romdir.h"
int menuStart() {
__printf("%s\n", __FUNCTION__);
return 0;
}