Fix t64 loading on the Wii

This commit is contained in:
simon.kagstrom 2010-03-14 07:37:37 +00:00
parent 0ffcf6263a
commit ee1a80bdf4

View File

@ -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