mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
really, Arisotura?
This commit is contained in:
parent
44757a8323
commit
3300cc8f15
@ -103,7 +103,6 @@ bool FATStorage::InjectFile(std::string path, u8* data, u32 len)
|
|||||||
u32 nwrite;
|
u32 nwrite;
|
||||||
f_write(&file, data, len, &nwrite);
|
f_write(&file, data, len, &nwrite);
|
||||||
f_close(&file);
|
f_close(&file);
|
||||||
printf("burped hard: %d/%d\n", nwrite, len);
|
|
||||||
|
|
||||||
f_unmount("0:");
|
f_unmount("0:");
|
||||||
ff_disk_close();
|
ff_disk_close();
|
||||||
|
Loading…
Reference in New Issue
Block a user