spacemeowx2 / ldn_mitm

Play local wireless supported games online
GNU General Public License v2.0
713 stars 103 forks source link

submodule: bump Atmosphere-libs from `b223289` to `af0d008` #144

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Atmosphere-libs from b223289 to af0d008.

Commits
  • af0d008 ncm: alignment was changed for PlaceHolderId/ContentId in 16.0.0
  • 7a77f2a ncm: fix inversion in activation skipping
  • f4a976c ncm: Add IntegratedContent*Impl
  • a203daa ncm: first pass at ContentManagerImpl refactor (missing the IntegratedImpls, ...
  • 8ccd359 kern: 16.x web applet crashes on exit with 48 MB stolen (rip)
  • 8cdda02 ncm: fix copy/paste error in switch case
  • d152978 strat: fix sysmodule building, bump version so I don't forget later
  • 1465b14 libstrat: make build with new ncm/fs api changes (sysmodules probably fail to...
  • c93b437 erpt: update for new ids
  • 3cba51b boot2: update for 16.0.0
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
marysaka commented 1 year ago

Requires https://github.com/Atmosphere-NX/libnx/tree/1600_support

PewnyPL commented 1 year ago

Requires https://github.com/Atmosphere-NX/libnx/tree/1600_support

Can confirm, after setting up devkitpro, cloning the 1600 branch of libnx and running make install, then cloning ldn_mitm and checking out master of Atmosphere-libs, running make succeeds and resulting build works on Atmosphere 1.5.0 Prerelease

TheExpertNoob commented 1 year ago

Requires https://github.com/Atmosphere-NX/libnx/tree/1600_support

Can confirm, after setting up devkitpro, cloning the 1600 branch of libnx and running make install, then cloning ldn_mitm and checking out master of Atmosphere-libs, running make succeeds and resulting build works on Atmosphere 1.5.0 Prerelease

Can also confirm this.

Nalo-DO-IT commented 1 year ago

What is necessary to compile this and for it to work, to be able to put it on the 16.0.0 consoles, I see in the logs that it fails when trying to insert the linux library

TheExpertNoob commented 1 year ago

What is necessary to compile this and for it to work, to be able to put it on the 16.0.0 consoles, I see in the logs that it fails when trying to insert the linux library

Reading for one. PewnyPL literally says what to do. It's followable, cause I was able to follow it and compile it just fine. You can also save yourself the trouble and download the compiled binaries here for HOS 16.0.0 and ATM 1.5.0.

Nalo-DO-IT commented 1 year ago

What is necessary to compile this and for it to work, to be able to put it on the 16.0.0 consoles, I see in the logs that it fails when trying to insert the linux library

Reading for one. PewnyPL literally says what to do. It's followable, cause I was able to follow it and compile it just fine. You can also save yourself the trouble and download the compiled binaries here for HOS 16.0.0 and ATM 1.5.0.

That version worked on 16.0.0 thx for it :) @TheExpertNoob here****

dependabot[bot] commented 1 year ago

Superseded by #147.