mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
really, Arisotura?
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user