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

Misc Egg #37

Merged
merged 16 commits into from
Oct 2, 2024
Merged

Misc Egg #37

merged 16 commits into from
Oct 2, 2024

Conversation

elijah-thomas774
Copy link
Collaborator

No description provided.

@elijah-thomas774 elijah-thomas774 marked this pull request as ready for review September 30, 2024 00:30
@@ -22,7 +22,7 @@
#define DONT_INLINE __attribute__((never_inline))

// TODO - Fix MSL (stddef.h)
#define offsetof(ST, M) ((size_t) & (((ST*)0)->M))
#define offsetof(ST, M) ((size_t) & (((ST *)0)->M))
Copy link
Collaborator

Choose a reason for hiding this comment

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

After this is merged we can try to use this macro in the various List users.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Gladly xD

include/egg/core/eggDecomp.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@robojumper robojumper left a comment

Choose a reason for hiding this comment

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

Looks great!

include/rvl/CX/cx.h Outdated Show resolved Hide resolved
src/egg/core/eggDvdRipper.cpp Outdated Show resolved Hide resolved
@elijah-thomas774 elijah-thomas774 merged commit dc221b4 into zeldaret:main Oct 2, 2024
1 check passed
@elijah-thomas774 elijah-thomas774 deleted the egg-splits branch October 2, 2024 15:26
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.

2 participants