mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
14 lines
147 B
C
14 lines
147 B
C
|
|
#include <tamtypes.h>
|
|
#include <stdio.h>
|
|
#include <kernel.h>
|
|
|
|
#include "eedebug.h"
|
|
|
|
|
|
void main() {
|
|
__printf("LOADER start\n");
|
|
|
|
menuStart();
|
|
}
|
|
|