NX Bad Apple Switch
From GameBrew
More actions
| NX Bad Apple | |
|---|---|
| General | |
| Author | Meayua |
| Type | Demos |
| Version | 1.0 |
| License | MIT License |
| Last Updated | 2026/02/26 |
| Links | |
| Download | |
| Website | |
| Source | |
NX-Bad-Apple is Bad Apple for the Nintendo Switch.
Installation
The README provides compiling and building instructions.
Requirements:
- devkitpro with Switch libraries.
- Bad Apple MV converted to mpeg1video.
The README gives the following ffmpeg command to convert the video:
ffmpeg -i input.mp4 -vcodec mpeg1video -acodec mp2 -format mpeg -vf "scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720:(ow-iw)/2:(oh-ih)/2,setsar=1" output.mpg
Building:
- Place the converted MV in romfs, overwriting the one currently there.
- In the root of the project, run
make.
- The resulting
.nrois created in the root.
Changelog
v1.0
- First Release.
External links
- Github - https://github.com/Meayua/NX-Bad-Apple
- HB-app - https://hb-app.store/switch/NXBadApple