mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
-fixed cheats usage ("*&" instead of "*", learned sth new today)
This commit is contained in:
parent
c08a0710ce
commit
484b8f3909
@ -2409,7 +2409,7 @@ void CMenu::_stopSounds(void)
|
||||
m_gameSound.Stop();
|
||||
}
|
||||
|
||||
bool CMenu::_loadFile(u8 *buffer, u32 &size, const char *path, const char *file)
|
||||
bool CMenu::_loadFile(u8 * &buffer, u32 &size, const char *path, const char *file)
|
||||
{
|
||||
size = 0;
|
||||
FILE *fp = fopen(file == NULL ? path : fmt("%s/%s", path, file), "rb");
|
||||
|
@ -972,7 +972,7 @@ public:
|
||||
private:
|
||||
bool m_use_wifi_gecko;
|
||||
void _reload_wifi_gecko();
|
||||
bool _loadFile(u8 *buffer, u32 &size, const char *path, const char *file);
|
||||
bool _loadFile(u8 * &buffer, u32 &size, const char *path, const char *file);
|
||||
int _loadIOS(u8 ios, int userIOS, string id);
|
||||
void _launch(dir_discHdr *hdr);
|
||||
void _launchGame(dir_discHdr *hdr, bool dvd);
|
||||
|
Loading…
Reference in New Issue
Block a user