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

Lots of fixes and small improvements #217

Merged
merged 8 commits into from
Sep 18, 2019

Commits on Sep 8, 2019

  1. Revert "CDVDFSV: Fixed pointer incorrectly getting incremented, when …

    …alignment correction is performed."
    
    This reverts commit cd100a2.
    rickgaiser committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    4c9260f View commit details
    Browse the repository at this point in the history
  2. CDVDFSV: Fix buffer overrun

    Due to alignment the buffer can be overrun by the alignment size (64
    bytes).
    rickgaiser committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    c6c342f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04cd087 View commit details
    Browse the repository at this point in the history
  4. Replace printf with LOG

    rickgaiser committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    5ecdd86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    842bef8 View commit details
    Browse the repository at this point in the history
  6. Merge Rules.make files and speed up compilation

    Some iop modules would always be rebuilt (like cdvdman* and mcemu*).
    Slowing down compilation times.
    rickgaiser committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    2c43035 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54bce08 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Fix loading theme from "manual" device

    The theme was activated before it was fully loaded. This fix activates
    the theme at the end of the loading.
    rickgaiser committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ab0319c View commit details
    Browse the repository at this point in the history