Prevent automatic placeholder creation on open

This commit is contained in:
Adubbz
2019-08-06 14:13:15 +10:00
parent f080f6793b
commit 6e5c0bde51
7 changed files with 55 additions and 24 deletions

View File

@@ -23,6 +23,7 @@
namespace sts::ncm {
Result OpenFile(FILE** out, const char* path, u32 mode);
Result HasFile(bool* out, const char* path);
Result HasDirectory(bool* out, const char* path);