mirror of
https://github.com/Brawl345/rgnsel_booter.git
synced 2024-11-23 08:39:16 +01:00
Shorten includes (#1)
This commit is contained in:
parent
c5fb654638
commit
645fbf1963
@ -1,17 +1,12 @@
|
||||
#include <gccore.h>
|
||||
#include <wiiuse/wpad.h>
|
||||
#include <ogc/ios.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#define TITLE_ID(x,y) (((u64)(x) << 32) | (y))
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
int main(void) {
|
||||
VIDEO_Init();
|
||||
WII_LaunchTitle(TITLE_ID(0x00010008,0x48414C45)); // USA
|
||||
WII_LaunchTitle(TITLE_ID(0x00010008,0x48414C50)); // Europe
|
||||
WII_LaunchTitle(TITLE_ID(0x00010008,0x48414C4A)); // Japan
|
||||
WII_LaunchTitle(TITLE_ID(0x00010008,0x48414C4B)); // Korea
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user