EmuMMC Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|description=A SDMMC driver replacement for Nintendo Filesystem Services. | |description=A SDMMC driver replacement for Nintendo Filesystem Services. | ||
|author=m4xw | |author=m4xw | ||
|lastupdated= | |lastupdated=2025/05/15 | ||
|type=System Tools | |type=System Tools | ||
|version= | |version=2025 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|website=https://github.com/m4xw/emuMMC | |website=https://github.com/m4xw/emuMMC | ||
| Line 12: | Line 12: | ||
|donation=https://www.patreon.com/m4xwdev | |donation=https://www.patreon.com/m4xwdev | ||
}} | }} | ||
<!--emummcnx.7z--> | |||
A SDMMC driver replacement for Nintendo's Filesystem Services, by m4xw. | A SDMMC driver replacement for Nintendo's Filesystem Services, by m4xw. | ||
| Line 54: | Line 55: | ||
Supported Horizon Versions: | Supported Horizon Versions: | ||
1.0.0 - | 1.0.0 - 20.0.0 | ||
== Credits == | == Credits == | ||
Latest revision as of 01:21, 11 May 2025
| emuMMC | |
|---|---|
| General | |
| Author | m4xw |
| Type | System Tools |
| Version | 2025 |
| License | GPL-2.0 |
| Last Updated | 2025/05/15 |
| Links | |
| Website | |
| Source | |
| Support Author | |
A SDMMC driver replacement for Nintendo's Filesystem Services, by m4xw.
Features
- Arbitrary SDMMC backend selection.
- This allows loading eMMC from SD or even SD from eMMC.
- On the fly hooking / patching, fully self-infesting.
- Only one payload required for all versions.
- 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).
- Raw partition support for eMMC from SD with less performance overhead.
- Full support for /Nintendo folder redirection to a arbitrary path.
- No 8 char length restriction.
- exosphere based context configuration.
- This includes full support for multiple emuMMC images.
User guide
Tutorials:
Screenshots
Creating emuMMC with hekate
Media
Whats an Emunand/ Emummc and Should you use one? (Jonny Troche)
Compatibility
Supported Horizon Versions:
1.0.0 - 20.0.0
Credits
- CTCaer - The CTCaer hekate fork, file-based emuMMC support, SDMMC driver fixes among other things.
- SciresM, hexkyz - The Atmosphere project, FS offsets, additional research related to newer FS versions.
- naehrwert - The hekate project, its SDMMC driver and being very helpful in the early research phase.
- jakibaki - KIP Inject PoC, used in the early dev phase.
- switchbrew/devkitPro - devkitA64 and libnx sources.