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

Fix 5.13 and 5.15 #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on May 25, 2024

  1. Update bus.c

    doubtful
    pallaswept authored and dlundqvist committed May 25, 2024
    Configuration menu
    Copy the full SHA
    3fac3af View commit details
    Browse the repository at this point in the history
  2. Remove superflous return

    Remove superfluous, implied, return statement
    pallaswept authored and dlundqvist committed May 25, 2024
    Configuration menu
    Copy the full SHA
    1e0208e View commit details
    Browse the repository at this point in the history
  3. Support for 5.13 and 5.15

    SavageCore authored and dlundqvist committed May 25, 2024
    Configuration menu
    Copy the full SHA
    b0a811e View commit details
    Browse the repository at this point in the history
  4. bus: Remove unnecessary compatibility remove callback for 5.15.

    Since 5.15 it seems the callback returns void, which the compatibilty
    callback for 5.15 returned. So just drop it.
    dlundqvist committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5c6981a View commit details
    Browse the repository at this point in the history