Recent content by ZachyCatGames

  1. ZachyCatGames

    Hacking Hardware Homebrew Booting into internal QA/diag environment (⁠/rom:/inspection config⁠)

    If it's like NX, they use retail keys and could decrypt retail software, but basically everything of interest is probably identical to retail fw so being able to pwn anything interesting is unlikely
  2. ZachyCatGames

    Firmware 23.0.0 released for Switch and Switch 2, brings docked VRR to Switch 2

    the behind the scenes changes seem to be in-line with the usual, so I don't think that's the case, also it'd cause a bunch of confusion on the sdk / dev end (both use the same core sdk/tooling that's derived from the HOS tree).It's more or less free to keep them in version parity on both...
  3. ZachyCatGames

    How we cover AI-assisted projects - GBAtemp community check-in

    I'd never use it myself, but idc if people use it as an assist. Fully vibecoding shit is kinda cringe though.
  4. ZachyCatGames

    GTA V port?

    does it use a homebrew toolchain or the official sdk?
  5. ZachyCatGames

    Let me save you the suspense; the Switch 2 won't get hacked

    yeah, they use RiscV in a bunch of places. They started replacing their old Falcon-based cores used in misc places (nvenc, tsec, vic, etc) with RiscV-based cores starting with ~Turing.
  6. ZachyCatGames

    Hardware Help with Kiosk Switch

    My fork is up to date with upstream (1.6.2 at time of writing). It sounds like you may have downloaded a source zip? You want to download the atmosphere-x.x.x... zip and fusee.bin for the latest release on the releases page: https://github.com/ZachyCatGames/Atmosphere/releases Extract the zip...
  7. ZachyCatGames

    Homebrew Question nintendo switch demo mode

    There (probably) isn't a button combo to get out of it, if your console is unpatched or you're able to install a modchip I maintain a modified version of atmosphere to get out of it here https://github.com/ZachyCatGames/Atmosphere/releases (and I post updates in this thread...
  8. ZachyCatGames

    Misc Oled with 12.0.2 firmware

    The first batch of OLED consoles shipped on (modified builds of) 12.0.x & 12.1.0, so it's possible for one to be running 12.0.2, yes.
  9. ZachyCatGames

    Hardware A weird Switch demo unit

    Update or remove mission control https://github.com/ndeadly/MissionControl/releases
  10. ZachyCatGames

    Hardware A weird Switch demo unit

    Finally got around to making a proper fork: https://github.com/ZachyCatGames/Atmosphere/releases
  11. ZachyCatGames

    Hardware A weird Switch demo unit

    Updated for 1.5.0 pre1. Moved shit back to exosphere for simplicity. Remove sd:/atmosphere/kips/ams_mitm.kip1 and put exosphere.bin at sd:/atmosphere/exosphere.bin, use stock Atmosphere v1.5.0 otherwise. If using hekate to boot add 'secmon=atmosphere/exosphere.bin' to your config. This binary...
  12. ZachyCatGames

    Nintendo Switch firmware update 16.0.0 released, Atmosphere update coming soon

    Quite the contrary, they actually changed a ton: https://switchbrew.org/wiki/16.0.0 Any changes or removals of IPC commands alone mandate a bump to the major version, as they're api breakages. User facing stuff is completely irrelevant (except if it causes breakages).
  13. ZachyCatGames

    Nintendo Switch firmware update 16.0.0 released, Atmosphere update coming soon

    Nintendo uses semver and versions based off api https://semver.org/ Evidently, many people fail to undertstand how this fairly common versioning method works.
  14. ZachyCatGames

    Nintendo Switch firmware update 16.0.0 released, Atmosphere update coming soon

    No Good Content. It accessing the NgWords archive would imply that, anyway.
  15. ZachyCatGames

    Homebrew RELEASE sys-clk under/overclocking sysmodule

    To provide context to unfamiliar readers on 'loader' referred to in subsequent paragraphs; most overclocking patching on Switch is done via a modified version of Atmosphere's loader process, which is responsible for loading processes into memory, since IPS patches cannot be applied to Nintendo's...