Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Video Modes #23

Open
wants to merge 3 commits into
base: enhanced
Choose a base branch
from
Open

Conversation

RetraCarteR
Copy link

@RetraCarteR RetraCarteR commented Jan 9, 2023

  • Renamed most video modes to be more descriptive.
  • Added PAL 288p50, PAL 240p60, and NTSC 240p60 as force-able video modes.
  • Added warning prompts when accessing the newly-added video modes to inform users that they are still experimental and do not work with all games.
  • Updated all language files to reflect these changes, though additional translation work is still needed in all languages other than English.

- Renamed most video modes to be more descriptive.
- Added PAL 288p50, PAL 240p60, and NTSC 240p60 as force-able video modes.
- Added a warning prompt when accessing the newly-added video modes to inform users that they are still experimental and do not work with all games.
- Updated all language files to reflect these changes, though additional translation work is still needed in all languages other than English.
- Added additional warning prompts when selecting the 240p/288p forced video modes.
- Implemented DDinghoya's updates to "korean.lang".
- Updated "Force PAL 288p50" video mode to use "&TVPal264Ds" as defined in the Revolution SDK rather than in libogc 2.0.0.
- Changed all Revolution SDK video modes listed in source/patches/gamepatches.c from static functions to extern functions and added them to source/patches/gamepatches.h.
@HMPoweredMan
Copy link

Can this be merged? I really want 240p!

@riggles1
Copy link

Does this make Megaman 9+10 as well as the Rebirth games finally 240p? (they were 480i)
Retro City Rampage is another game that would benefit from 240p forced if it's possible! :D

@HMPoweredMan
Copy link

HMPoweredMan commented Apr 16, 2023

Does this make Megaman 9+10 as well as the Rebirth games finally 240p? (they were 480i) Retro City Rampage is another game that would benefit from 240p forced if it's possible! :D

I just tested this out by compiling this version of usbloader. Unfortunately it doesn't seem to work with MM9 and MM10 which is all I was after as well. It's possible I'm missing something but maybe more needs to be done for this to work.

In fact I couldn't find any game this works with. Seemingly doing nothing. If there are any examples of this working I'd like to try it.

@RetraCarteR
Copy link
Author

RetraCarteR commented Apr 16, 2023

Yeah, this feature doesn't currently work with most games that don't have a 240p video mode to begin with. The main purpose of this feature was to get around having to mess with the Wii's system settings to play 240p games (for people who primarily use the Wii's 480p mode). You can find more information here, along with a download link to a pre-compiled build containing this feature (sorry for not mentioning that before you compiled it yourself).

I'm not currently interested in working on this code any further, but anyone who wants to iterate on it and try to improve it is more than welcome to.

@riggles1
Copy link

Appreciate the reply and the feature regardless of the limits. With Swiss on Gamecube the 240p forced mode works with everything on that system, I do wonder what differences there are with the Wii that makes it a big hurdle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants