From fb59d0ad43ccf9c9ed973be51663c15bc78744f9 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 26 Oct 2021 01:51:59 -0700 Subject: [PATCH] Unfuck emummc to not corrupt remote on subrepo push. subrepo: subdir: "emummc" merged: "a9d569594" upstream: origin: "https://github.com/m4xw/emuMMC" branch: "develop" commit: "a9d569594" git-subrepo: version: "0.4.1" origin: "???" commit: "???" --- emummc/.gitrepo | 6 +++--- emummc/README.md | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/emummc/.gitrepo b/emummc/.gitrepo index 2ef5a7545..d3b4fd24a 100644 --- a/emummc/.gitrepo +++ b/emummc/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://github.com/m4xw/emuMMC branch = develop - commit = f11d22d7402c35246e0fcba34fdd10d3502c8270 - parent = 24143d88137639ae7cbe707305ae6c0954146f10 - method = rebase + commit = a9d56959460fc794ce2cb6405402c25a3e89c47f + parent = ff719641396c635b735873fb2b020c910f768a04 + method = merge cmdver = 0.4.1 diff --git a/emummc/README.md b/emummc/README.md index b9844b0a8..af22061a0 100644 --- a/emummc/README.md +++ b/emummc/README.md @@ -1,21 +1,21 @@ # emuMMC -*A SDMMC driver replacement for Nintendo's Filesystem Services, by **m4xw*** +*A SDMMC driver replacement for Nintendo's Filesystem Services, by **m4xw*** ### Supported Horizon Versions **1.0.0 - 13.1.0** ## Features -* Arbitrary SDMMC backend selection +* Arbitrary SDMMC backend selection **This allows loading eMMC from SD or even SD from eMMC** -* On the fly hooking / patching, fully self-infesting +* On the fly hooking / patching, fully self-infesting **Only one payload required for all versions!** -* File-based SDMMC backend support (from SD) +* File-based SDMMC backend support (from SD) **This allows loading eMMC images from hekate-backups (split or not)** -* SDMMC device based sector offset (*currently eMMC only*) +* SDMMC device based sector offset (*currently eMMC only*) **Raw partition support for eMMC from SD with less performance overhead** -* Full support for `/Nintendo` folder redirection to a arbitrary path +* Full support for `/Nintendo` folder redirection to a arbitrary path **No 8 char length restriction!** -* exosphere based context configuration +* exosphere based context configuration **This includes full support for multiple emuMMC images** ## Compiling