Run Nintendo Switch homebrew & games on your Android device!
Go to file
lynxnb 83111c2ae7 Move memory trapping infrastructure outside of NCE 2024-04-27 16:15:29 +02:00
.github/workflows Use a repository variable to control CI artifact upload for PRs 2024-03-01 10:54:05 +01:00
.idea Update Kotlin to 1.9.22 2024-01-05 02:19:03 +01:00
app Move memory trapping infrastructure outside of NCE 2024-04-27 16:15:29 +02:00
gradle/wrapper Update to Gradle 8.2 + AGP 8.2.1 2024-01-05 02:19:03 +01:00
.gitignore ide: Update run configurations + exclude new files 2024-01-04 16:40:57 +01:00
.gitmodules Replace sirit submodule 2024-04-27 15:52:09 +02:00
BUILDING.md Update markdown files to the new project name 2023-05-09 23:04:13 +02:00
CONTRIBUTING.md Update markdown files to the new project name 2023-05-09 23:04:13 +02:00
LICENSE.md Move to GPLv3 or later 2023-08-14 12:35:12 +02:00
README.md Move to GPLv3 or later 2023-08-14 12:35:12 +02:00
build.gradle Misc Gradle build script cleanup 2024-01-05 02:19:03 +01:00
gradle.properties Disable unused jetifier 2024-01-05 02:19:03 +01:00
gradlew Redesign UI 2021-06-17 20:30:22 +05:30
gradlew.bat add files, cannot figure out why native lib is broken 2019-06-28 20:35:14 -04:00
settings.gradle add files, cannot figure out why native lib is broken 2019-06-28 20:35:14 -04:00
transifex.yml Fix Transifex language resource mapping for `pt-BR` 2023-03-05 12:55:15 +01:00

README.md



Contributing GuideBuilding Guide

Strato is an experimental emulator that runs on ARMv8 Android™ devices and emulates the functionality of a Nintendo Switch™ system, licensed under GNU General Public License v3.0 or later


Contact

You can contact the core developers of Strato at our Discord. If you have any questions, feel free to ask. It's also a good place to just keep up with the emulator, as most talk regarding development goes on over there.


Special Thanks

A few noteworthy teams/projects who've helped us along the way are:

  • Skyline: Strato builds on top of Skyline and is meant as a continuation of that project.

  • Ryujinx: We've used Ryujinx for reference throughout the project, the accuracy of their HLE implementations of Switch subsystems make it an amazing reference. The team behind the project has been extremely helpful with any queries we've had and have constantly helped us with any issues we've come across. It should be noted that Strato is not based on Ryujinx.

  • yuzu: Strato's shader compiler is a fork of yuzu's shader compiler with Strato-specific changes, using it allowed us to focus on the parts of GPU emulation that we could specifically optimize for mobile while having a high-quality shader compiler implementation as a base.

  • Switchbrew: We've extensively used Switchbrew whether that be their wiki with its colossal amount of information on the Switch that has saved us countless hours of time or libnx which was crucial to initial development of the emulator to ensure that our HLE kernel and sysmodule implementations were accurate.


Disclaimer

  • Nintendo Switch is a trademark of Nintendo Co., Ltd
  • Android is a trademark of Google LLC