mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Fix t64 loading on the Wii
This commit is contained in:
parent
0ffcf6263a
commit
ee1a80bdf4
@ -224,7 +224,7 @@ uint8 ArchDrive::open_file(int channel, const uint8 *name, int name_len)
|
|||||||
// Open temporary file
|
// Open temporary file
|
||||||
if ((file[channel] =
|
if ((file[channel] =
|
||||||
#if defined(GEKKO)
|
#if defined(GEKKO)
|
||||||
fopen("/apps/frodo/tmp/a", "w+")
|
fopen("/frodo/tmp/a", "w+")
|
||||||
#else
|
#else
|
||||||
tmpfile()
|
tmpfile()
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user