Bump version to 0.10.1
This commit is contained in:
@@ -154,7 +154,7 @@ namespace ams::mitm::fs {
|
||||
return fsFsOpenDirectory(fs, fixed_path, mode, out);
|
||||
}
|
||||
|
||||
/* TODO: Remove this in Atmosphere 0.10.1. */
|
||||
/* TODO: Remove this in Atmosphere 0.10.2. */
|
||||
Result RenameProgramDirectoryForCompatibility(const char *dir_name) {
|
||||
R_TRY(EnsureSdInitialized());
|
||||
char titles_fixed_path[ams::fs::EntryNameLengthMax + 1];
|
||||
|
||||
@@ -38,7 +38,7 @@ 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. */
|
||||
/* TODO: Remove this in Atmosphere 0.10.2. */
|
||||
Result RenameProgramDirectoryForCompatibility(const char *dir_name);
|
||||
|
||||
bool HasSdRomfsContent(ncm::ProgramId program_id);
|
||||
|
||||
@@ -211,7 +211,7 @@ namespace ams::mitm {
|
||||
CreateAutomaticBackups();
|
||||
|
||||
/* Rename program folders in the titles directory. */
|
||||
/* TODO: Remove this in Atmosphere 0.10.1. */
|
||||
/* TODO: Remove this in Atmosphere 0.10.2. */
|
||||
RenameTitlesDirectoryProgramFoldersForCompatibility();
|
||||
|
||||
/* If we're emummc, persist a write-handle to prevent other processes from touching the image. */
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace ams::mitm::hid {
|
||||
};
|
||||
public:
|
||||
static bool ShouldMitm(const sm::MitmProcessInfo &client_info) {
|
||||
/* TODO: Remove in Atmosphere 0.10.1. */
|
||||
/* TODO: Remove in Atmosphere 0.10.2. */
|
||||
/* We will mitm:
|
||||
* - hbl, to help homebrew not need to be recompiled.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user