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

match func_80099AEC and fix some warnings #699

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

sonicdcer
Copy link
Contributor

No description provided.

src/menu_items.c Outdated
size_t segment = (uintptr_t) addr >> 24;
size_t offset = (uintptr_t) addr & 0x00FFFFFF;
ssize_t segment = (uintptr_t) addr >> 24;
ssize_t offset = (uintptr_t) addr & 0x00FFFFFF;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah nvm im stupid

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea how that happened

src/menu_items.c Show resolved Hide resolved
src/menu_items.c Outdated Show resolved Hide resolved
src/menu_items.c Outdated Show resolved Hide resolved
src/menu_items.c Outdated Show resolved Hide resolved
src/render_objects.c Show resolved Hide resolved
@MegaMech MegaMech merged commit 8094505 into n64decomp:master Jan 24, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants