mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-19 22:02:41 +01:00
Really fix tape lojding
This commit is contained in:
parent
5122ef60cc
commit
03f2589dc4
@ -313,7 +313,7 @@ uint8 T64Drive::open_file(int channel, char *filename)
|
|||||||
// Open temporary file
|
// Open temporary file
|
||||||
if ((file[channel] =
|
if ((file[channel] =
|
||||||
#if defined(GEKKO)
|
#if defined(GEKKO)
|
||||||
fopen("/apps/frodo/t64tmp", "rw")
|
fopen("/apps/frodo/t64tmp", "w+")
|
||||||
#else
|
#else
|
||||||
tmpfile()
|
tmpfile()
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user