mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 20:45:07 +01:00
de2fbe11fa
IF YOU USE RETURN TO OPTION THEN THE UNEO TITLE MUST BE ON EMU NAND AS WELL FOR PARTIAL AND FULL EMULATION. *Added back our old font as fallback font in case the wii system font can't be loaded. Also the use of the Wii System Font can be disabled in the settings (don't forget to set font scale back to 1.0 for old font)
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
|