mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
20 lines
194 B
C
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;
|
|
}
|
|
|