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

Android: Fix crash after process recreation #12364

Merged

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    11041e9 View commit details
    Browse the repository at this point in the history
  2. Android: Reload EmulationActivity settings on title change

    This way, we ensure that game INI settings are properly applied. I don't
    think we actually expose the affected settings on a per-game basis in
    the UI, but still.
    JosJuice committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5aa8060 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a31214b View commit details
    Browse the repository at this point in the history
  4. Android: Don't call Run before directory initialization

    Combined with the previous commits, this finally fixes the bug where
    Dolphin had a chance of crashing if you returned to it after Android
    killed the Dolphin process.
    JosJuice committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a4eff2a View commit details
    Browse the repository at this point in the history