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

Add CTR_ prefix to ALIGN,PACKED,DEPRECATED macros #532

Merged
merged 2 commits into from
Oct 11, 2023

Commits on Sep 12, 2023

  1. Prefix macros: LIBCTRU_{ALIGN,PACKED,DEPRECATED}

    The mitigates compatibility issues with other libraries, such as the one seen in devkitPro#530.
    
    The `BIT` macro is kept because it is commonly used, so renaming it
    would be too breaking of a change (see
    devkitPro#531 (comment))
    
    Fixes devkitPro#530
    glebm committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e797c69 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Rename LIBCTRU_ to CTR_

    fincs committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    75f003d View commit details
    Browse the repository at this point in the history