Run Nintendo Switch homebrew & games on your Android device!
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Billy Laws dc20a61527
Update README.md
3 weeks ago
.github Build `reldebug` instead of `debug` in CI 4 months ago
.idea Move Kotlin settings to a dedicate package 3 months ago
app Update edge names 3 weeks ago
gradle/wrapper Update Kotlin, AGP, Gradle and Build Tools 1 year ago
.gitignore Update gitignore to ignore gradle-generated files 4 months ago
.gitmodules Reimplement audout and audren using yuzu audio_core 2 months ago
BUILDING.md Create a BUILDING.md file with building instructions 1 year ago
CONTRIBUTING.md Add information about Skyline Edge to Contributing Guidelines 4 months ago
LICENSE.md Move to MPL-2.0 3 years ago
README.md Update README.md 3 weeks ago
build.gradle Add color selection to OSC 3 months ago
gradle.properties Upgrade Gradle (7.4), AGP (7.1.2) and Kotlin Dependencies 1 year ago
gradlew Redesign UI 2 years ago
gradlew.bat add files, cannot figure out why native lib is broken 4 years ago
settings.gradle add files, cannot figure out why native lib is broken 4 years ago
transifex.yml Fix Transifex language resource mapping for `pt-BR` 3 months ago

README.md

Development on Skyline has been ceased

All Skyline code is within this repository or skyline-dev. Anyone is free to fork the code to continue the work as long as they follow our MPL-2.0 license, it should be noted that Skyline branding isn't licensed.



Contributing GuideBuilding Guide

Skyline was an experimental emulator that runs on ARMv8 Android™ devices and emulates the functionality of a Nintendo Switch™ system, licensed under Mozilla Public License 2.0


Contact

You can contact the core developers of Skyline 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:

  • 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 Skyline is not based on Ryujinx.

  • yuzu: Skyline's shader compiler is a fork of yuzu's shader compiler with Skyline-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. The team behind yuzu has also often helped us and have graciously provided us with a license exemption.

  • 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