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

Fix Homebrew region inconsistency exposed by #2596. #2622

Merged
merged 2 commits into from
Jun 20, 2015

Commits on Jun 19, 2015

  1. ConfigManager: Set homebrew video mode based on Dolphin's PAL60 confi…

    …g instead of always using 50Hz.
    
    This is a bit indirect, but since homebrew always boots in a European environment the framerate depends on the bPAL60 flag, which is always auto turned off if bNTSC is set to true as of 2e5e724. By actually indicating that we're PAL on homebrew boot, the rest just falls into place.
    AdmiralCurtiss committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    1b8b99e View commit details
    Browse the repository at this point in the history
  2. Boot: Decide setting.txt's country settings based on the game's video…

    … mode when no valid country code is found rather than defaulting to Europe.
    AdmiralCurtiss committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    7276d80 View commit details
    Browse the repository at this point in the history