mirror of
https://github.com/rafaelvcaetano/melonDS-android-lib.git
synced 2024-11-23 13:50:11 +00:00
Open files with Platform::OpenFile when exporting DSi NAND files
This commit is contained in:
parent
2de14f7cb5
commit
3960f4699b
@ -715,7 +715,7 @@ bool ExportFile(const char* path, const char* out)
|
||||
|
||||
u32 len = f_size(&file);
|
||||
|
||||
fout = fopen(out, "wb");
|
||||
fout = Platform::OpenFile(out, "wb");
|
||||
if (!fout)
|
||||
{
|
||||
f_close(&file);
|
||||
|
Loading…
Reference in New Issue
Block a user