project-slippi / Nintendont

A Wii Homebrew Project to play GC Games on Wii
42 stars 8 forks source link

[PR] Feature/widescreen melee code #21

Closed SendSlippi closed 3 years ago

SendSlippi commented 4 years ago

Adds a melee code line for widescreen, toggleable to 'Off' and 'Wide'. When toggled, the menu will also set the nintendont video width to 'Auto' or 720.

The melee widescreen binary code is from this PR.

SendSlippi commented 4 years ago

I don't know enough about writing gecko codes to fix the results screen. I think the textures on the left side of the result screen slide to the right based on the progression of the results screen (whether someone has pressed 'A' or not).

NikhilNarayana commented 4 years ago

I don't know enough about writing gecko codes to fix the results screen. I think the textures on the left side of the result screen slide to the right based on the progression of the results screen (whether someone has pressed 'A' or not).

I didn't mean to make it seem like I was asking you about that haha. It was meant for Fizzi/UnclePunch.

NikhilNarayana commented 3 years ago

Superseded by b3e1003