diff --git a/README.md b/README.md index c918f6f..215f267 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ sys-con comes with a config folder located at `sdmc:/config/sys-con/`. It contai Like all other switch projects, you need to have [devkitPro](https://switchbrew.org/wiki/Setting_up_Development_Environment) set up on your system. -You will need to compile and use the master branch of [libnx](https://github.com/switchbrew/libnx) due to a [dependency](https://github.com/switchbrew/libnx/commit/c3b0b63471ee5309ea5040ad98f21919022ac9c7) in libstratosphere. +This project uses libnx version 3.1.0 or later. If you have **Visual Studio Code**, you can open the project as a folder and run the build tasks from inside the program. It also has Intellisense configured for switch development, if you have DEVKITPRO correctly defined in your environment variables. Handy! diff --git a/source/libstratosphere b/source/libstratosphere index 30f3e4c..62f5667 160000 --- a/source/libstratosphere +++ b/source/libstratosphere @@ -1 +1 @@ -Subproject commit 30f3e4c33d2767126c36a51b9259051c6c42d6b5 +Subproject commit 62f5667b5f020f4a871ccd8f0362f2625d92e616