YANBForwarder / YANBF

Yet another nds-bootstrap forwarder. Runs from 3DS-mode!
GNU General Public License v2.0
161 stars 4 forks source link

Add support for widescreen #3

Closed Epicpkmn11 closed 2 years ago

Epicpkmn11 commented 2 years ago

Adds support for RocketRobz/NTR_Forwarder#7's widescreen, which requires the title ID of the installed app passed as ARGV, don't merge until that's merged.

I also changed it slightly to match the cleanup I did to the twlnand side of NTR_Forwarder, just removed the requirement of std::string and std::vector since a normal C array works fine.

Epicpkmn11 commented 2 years ago

RocketRobz/NTR_Forwarder#7 has been merged so this should be good to merge if it looks good to you.