mirror of
https://github.com/dolphin-emu/fifoplayer.git
synced 2026-01-31 01:05:16 +01:00
create /dff before writing file. So empty sd card would work
This commit is contained in:
@@ -393,6 +393,7 @@ void ReadStreamedDff(int socket)
|
||||
int32_t size = ntohl(n_size);
|
||||
printf("About to read %d bytes of dff data!", size);
|
||||
|
||||
mkdir("sd:/dff", 0777);
|
||||
FILE* file = fopen("sd:/dff/test.dff", "wb"); // TODO: Change!
|
||||
|
||||
if (file == NULL)
|
||||
|
||||
Reference in New Issue
Block a user