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

[Emus] Ports launch refactoring + Fix controls #91

Merged
merged 2 commits into from
Jul 14, 2024

Commits on Jul 14, 2024

  1. [Emus] Ports launch script rewrite (#88)

    * Include crossmix libs in port launch script
    * Rework launch script
    * 1.8ghz maxfreq performance governor for performance profile
    * Ignore case when grepping
    * 1.2ghz maxfreq powersave
    cobaltgit authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    4de1faf View commit details
    Browse the repository at this point in the history
  2. Workaround for ports controls problems

    This is really a strange behavior from the stock firmware: Input devices are not "hotplug": I have remarked that if you plug any input device when an app is already running, the input device will not be detected.
    For example on MainUI (or any other app like a port), plug an USB keyboard: it doesn't work until you restart MainUI. The problem is not here on Knulli.  gptokeyb creates virtual input devices often after the launch of the port so it's the same problem.
    cizia64 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    5c4ea87 View commit details
    Browse the repository at this point in the history