mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +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
|
||||
if ((file[channel] =
|
||||
#if defined(GEKKO)
|
||||
fopen("/apps/frodo/tmp/a", "w+")
|
||||
fopen("/frodo/tmp/a", "w+")
|
||||
#else
|
||||
tmpfile()
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user