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

Replaces uses of doubles with floats #7455

Merged
merged 1 commit into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. Replaces uses of doubles with floats

    Looks like the KallistiOS Dreamcast SDK disables double support
    by default: https://github.com/KallistiOS/KallistiOS/blob/495e77fd60d5b09a1ad52a26cd4a7e73cd0d9d51/environ_dreamcast.sh#L16
    
    We don't really need doubles in this code.
    
    The one place where we might have needed them is the SMK video
    decoder, handled in a separate PR.
    glebm committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a25020d View commit details
    Browse the repository at this point in the history