1
0
Fork 0
mirror of https://github.com/oMaN-Rod/nxDumpFuse.git synced 2024-09-19 13:33:26 +01:00
nxDumpFuse/README.md

55 lines
1.4 KiB
Markdown
Raw Normal View History

2023-03-23 17:02:59 +00:00
# nxDumpFuse
Cross platform tool used to fuse/merge Nintendo Switch dumps (e.g. dumped using [nxDumpTool](https://github.com/DarkMatterCore/nxdumptool)).
## Tested on
- Windows 10/11
- Linux (Ubuntu/Debian/Fedora)
Will most likely also work on MacOS however I only have an old MBP running 10.10.5 which isn't compatible, if anyone tests successfully let me know.
## Supported filename formats
- `file.ns#`
- `file.nsp.##`
- `file.xc#`
- `file.xci.##`
- `folder/##`
## Usage
Instructions on how to use this tool can be found [here](https://yuzu-emu.org/help/quickstart/#merging-split-game-dumps).
If you run into issues running on Ubuntu try [this](https://github.com/oMaN-Rod/nxDumpFuse/wiki/Launching).
2024-02-13 15:25:18 +00:00
If you are receiving a libssl error similar to the following you will need to manually install the package, refer to these issues for guidance
```
No usable version of libssl was found
Aborted (core dumped)
```
2024-02-13 15:27:07 +00:00
- [Linux Support](https://github.com/oMaN-Rod/nxDumpFuse/issues/4)
- [No usable version of libssl was found](https://github.com/oMaN-Rod/nxDumpFuse/issues/2)
2024-02-13 15:25:18 +00:00
2023-03-23 17:02:59 +00:00
## Screenshots
### Windows
<p align="center">
<img src="assets/Windows.png">
</p>
### Ubuntu
<p align="center">
<img src="assets/Ubuntu-18.04.png">
</p>
### Fedora 34
<p align="center">
<img src="assets/Fedora-34.png">
</p>