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

Use Shared Memory Access Method on Linux #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2021

  1. Update Linux Version

    Now uses shared memory, with the added benefit of being faster and not requiring sudo permission.
    However, due to Dolphin immediately unlinking the shared memory after its created on Linux, the library now has to run before a game is started while constantly attempting to access the shared memory object. A bug with Python also causes the object to be deleted after the process ends.
    The only superficial effect of this update on Linux is that a warning is posted after the library finishes its test.
    NerduMiner committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    3eb14b3 View commit details
    Browse the repository at this point in the history
  2. Remove old file

    NerduMiner committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    ed790c8 View commit details
    Browse the repository at this point in the history