mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +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
|
||||
if ((file[channel] =
|
||||
#if defined(GEKKO)
|
||||
fopen("/apps/frodo/t64tmp", "rw")
|
||||
fopen("/apps/frodo/t64tmp", "w+")
|
||||
#else
|
||||
tmpfile()
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user