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

Refactor ADPCM audio decoding and BGM sound callbacks #76

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Commits on Sep 14, 2024

  1. Refactor ADPCM audio decoding and BGM sound callbacks

    - Improved consistency in variable and function naming for better readability
    - Refactored error handling logic to reduce redundancy and centralize cleanup
    - Enhanced comments for better explanation of key functions and logic
    - Extracted repeated and complex logic into smaller, more focused functions
    - Removed unnecessary and unused code to streamline the implementation
    dogo committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b9153ae View commit details
    Browse the repository at this point in the history