NX Bad Apple Switch: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Switch Homebrews |title=NX Bad Apple |image=NXBadAppleSwitch.png |description=Bad Apple, On your Switch. |author=Meayua |lastupdated=2026/02/26 |type=Demos |version=1.0 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/NXBadAppleSwitch.7z |website=https://github.com/Meayua/NX-Bad-Apple |source=https://github.com/Meayua/NX-Bad-Apple |donation= }} {{#seo: |title=Switch Homebrew Apps (Demos) - GameBrew |title_mode=append |image=NXBadAppleSwitch.png..." |
|||
| Line 21: | Line 21: | ||
NX-Bad-Apple is Bad Apple for the Nintendo Switch. | NX-Bad-Apple is Bad Apple for the Nintendo Switch. | ||
== | ==Building Instructions== | ||
The README provides compiling and building instructions. | The README provides compiling and building instructions. | ||
Revision as of 04:32, 24 May 2026
| 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.
Building Instructions
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