Recent content by fepine7414

  1. F

    Tutorial Homebrew Building Atmosphère on Windows using MSYS2

    WSL is totally fine to use for building atmosphere. set up devkitpro according to linux instructions, install the dependencies as specified by atmosphere build documentations, and git clone --recursive --> cd Atmosphere --> make as usual. The only thing is that if you're using WSL2, you want to...