mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-12-02 16:14:15 +01:00
10 lines
299 B
C
10 lines
299 B
C
|
#include <gccore.h>
|
||
|
#include "util.h"
|
||
|
#include "disc.h"
|
||
|
|
||
|
char *get_channel_name(u64 titleid, FILE *fp);
|
||
|
int CHANNEL_Banner(struct discHdr *hdr, SoundInfo *snd);
|
||
|
u64 getChannelSize(struct discHdr *hdr);
|
||
|
u64 getChannelReqIos(struct discHdr *hdr);
|
||
|
s32 Channel_RemoveGame(struct discHdr *hdr);
|