mirror of https://github.com/PCSX2/pcsx2.git
15 lines
162 B
C
15 lines
162 B
C
|
|
||
|
#include <tamtypes.h>
|
||
|
#include <stdio.h>
|
||
|
#include <kernel.h>
|
||
|
|
||
|
#include "eedebug.h"
|
||
|
|
||
|
|
||
|
void main() {
|
||
|
__printf("LOADER start\n");
|
||
|
|
||
|
menuStart();
|
||
|
}
|
||
|
|