mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 19:15:07 +01:00
10 lines
192 B
C
10 lines
192 B
C
|
#ifndef SAVEPATH_H_
|
||
|
#define SAVEPATH_H_
|
||
|
|
||
|
#include "usbloader/disc.h"
|
||
|
|
||
|
void CreateTitleTMD(const char *path, const struct discHdr *hdr);
|
||
|
void CreateSavePath(const struct discHdr *hdr);
|
||
|
|
||
|
#endif
|