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 32b loads to set print strings #7545

Merged
merged 4 commits into from
Oct 16, 2020

Commits on Aug 23, 2020

  1. Use 32b loads to set print strings

    Instead of using either a series of etc_putc or setting a series of bytes
    one by one, use a simple macro to define 32b constants to build up strings.
    
    Saves ~30 bytes of program code in eboot
    earlephilhower committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    46b221d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    88c9452 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    268f29a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    14c5303 View commit details
    Browse the repository at this point in the history