mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
ams_mitm: add titles dir compat shim (to remove in 0.10.1)
This commit is contained in:
parent
16c638756c
commit
90367aea0d
8 changed files with 69 additions and 16 deletions
|
@ -38,6 +38,9 @@ namespace ams::mitm::fs {
|
|||
Result OpenAtmosphereSdRomfsDirectory(FsDir *out, ncm::ProgramId program_id, const char *path, u32 mode);
|
||||
Result OpenAtmosphereRomfsDirectory(FsDir *out, ncm::ProgramId program_id, const char *path, u32 mode, FsFileSystem *fs);
|
||||
|
||||
/* TODO: Remove this in Atmosphere 0.10.1. */
|
||||
Result RenameProgramDirectoryForCompatibility(const char *dir_name);
|
||||
|
||||
bool HasSdRomfsContent(ncm::ProgramId program_id);
|
||||
|
||||
Result SaveAtmosphereSdFile(FsFile *out, ncm::ProgramId program_id, const char *path, void *data, size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue