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

Make compatible with newlib #261

Merged
merged 7 commits into from
May 11, 2020

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    4c00bcb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    0d550c9 View commit details
    Browse the repository at this point in the history
  2. Fix freeing texture clut

    rickgaiser committed May 7, 2020
    Configuration menu
    Copy the full SHA
    6cc28cd View commit details
    Browse the repository at this point in the history
  3. Always reload theme when changing video modes

    Also when reverting to the previous video mode. applyConfig will check
    if it's needed to reload or not.
    rickgaiser committed May 7, 2020
    Configuration menu
    Copy the full SHA
    ff170c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    619c0e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de1ade8 View commit details
    Browse the repository at this point in the history
  6. Simplify timeout in guiConfirmVideoMode

    It was causing problems when compiling OPL with the -O3 flag. Not sure
    why though, but it's simpler like this.
    rickgaiser committed May 7, 2020
    Configuration menu
    Copy the full SHA
    51f402d View commit details
    Browse the repository at this point in the history