Skip to content

Added a warning for homebrew using an outdated ABI#183

Merged
fincs merged 3 commits intoswitchbrew:masterfrom
Adubbz:master
Nov 15, 2025
Merged

Added a warning for homebrew using an outdated ABI#183
fincs merged 3 commits intoswitchbrew:masterfrom
Adubbz:master

Conversation

@Adubbz
Copy link
Copy Markdown
Contributor

@Adubbz Adubbz commented Nov 14, 2025

As per title

return me->icon_gfx && me->icon_gfx_small;
}

static bool menuEntryLoadABIRevision(menuEntry_s* me) {
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 will break the pc-build. Move into nx_main/nx_launch.c, with a stub for pc_main/pc_launch.c.

common/menu.c Outdated
if (layoutobj->visible) DrawText(layoutobj->font, layoutobj->posStart[0], layoutobj->posStart[1], themeCurrent.textColor, tmpstr);

if (me->abi_revision < NRO_ABI_CURRENT_REVISION) {
memset(tmpstr, 0, sizeof(tmpstr));
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.

Use strptr.

@fincs fincs merged commit 06306d6 into switchbrew:master Nov 15, 2025
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.

4 participants