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

Some cleanup and log messages silencing #7116

Merged
merged 2 commits into from
Dec 31, 2019
Merged

Commits on Dec 31, 2019

  1. Some cleanup

    * Prefer default initializer over std::memset 0 when possible and more readable.
    * Use std::format in trophy files name obtaining.
    * Use vm::ptr<>::operator bool() instead of comparing vm::ptr to vm::null or using addr().
    * Add a few std::memset calls in hle where it matters (or in some places just to document an actual firmware memcpy call).
    elad335 committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    3727033 View commit details
    Browse the repository at this point in the history
  2. Silence some log messages

    elad335 committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    fd114fd View commit details
    Browse the repository at this point in the history