Skip to content

[n64-jp-1.1] libu64/gfxprint - #1874

Open
hensldm wants to merge 1 commit into
zeldaret:mainfrom
hensldm:gfxprint
Open

[n64-jp-1.1] libu64/gfxprint#1874
hensldm wants to merge 1 commit into
zeldaret:mainfrom
hensldm:gfxprint

Conversation

@hensldm

@hensldm hensldm commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Comment on lines +12 to +18
#if MM_VERSION < N64_US || DEBUG_FEATURES
#define GFXPRINT_PRINTF osSyncPrintf
#elif IDO_PRINTF_WORKAROUND
#define GFXPRINT_PRINTF(args) (void)0
#else
#define GFXPRINT_PRINTF(format, ...) (void)0
#endif

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This seems to be becoming a pattern. Maybe we should move this to a header?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I wouldn't be opposed, though will admit not quite sure what to call it so as to not conflict with the original PRINTF that keeps the strings, but not the osSyncPrintf call. Would you have any suggestion?

@AngheloAlf AngheloAlf left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I don't have any.
I guess we can worry about it later

@AngheloAlf AngheloAlf removed the Needs-first-approval First approval label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants