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

Add changes for baseline 16.0.0 support #603

Merged
merged 3 commits into from
Mar 7, 2023

Conversation

SciresM
Copy link
Contributor

@SciresM SciresM commented Feb 21, 2023

This PR shouldn't be merged yet, and is for getting in anything libnx needs for 16.0.0 support.

@ghost
Copy link

ghost commented Feb 24, 2023

pdm commands 4 and 5 also changed

@@ -520,7 +535,7 @@ Result fsIsSignedSystemPartitionOnSdCardValid(bool *out) {
}

Result fsGetRightsIdByPath(const char* path, FsRightsId* out_rights_id) {
if (hosversionBefore(2,0,0))
if (hosversionBefore(2,0,0) || hosversionAtLeast(16,0,0))
Copy link
Contributor

Choose a reason for hiding this comment

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

hosversionBetween

ncm: update bindings for 16.0.0 changes

ncm: fix missing rename on GetPatchContentMetaId

ncm: they broke serialization ordering by changing type alignment

ncm: remove alignment on content id/placeholder id
fs: add new ContentAttributes enum

fs: add version check

fs: use hosversionBetween
vi: fix duplicate decl of Indirect service

vi: fix style

vi: use s32 over int

vi: fix argument names for FatalDrawRectangle
@fincs fincs merged commit ee873e3 into switchbrew:master Mar 7, 2023
@fincs fincs deleted the 1600_support branch March 7, 2023 22:36
@dcvz
Copy link

dcvz commented Mar 7, 2023

Great work on this! Will a docker image be provided soon as well?

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.

None yet

4 participants