mirror of https://github.com/PCSX2/pcsx2.git
21 lines
214 B
C
21 lines
214 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;
|
||
|
}
|
||
|
|