mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-21 16:57:54 +03:00
f8acc1e131
* Move Shared Font TTFs to AAsset storage + Support external shared font loading from `/data/data/skyline.emu/data/fonts` * Fix bug in `IApplicationFunctions::PopLaunchParameter` caused by ignoring `LaunchParameterKind` * Fix bug with Choreographer causing it to be awoken and exit prior to the destruction of `PresentationEngine` * Fix bug with `IDirectory::Read` where it used `inputBuf` for the output buffer rather than `outputBuf` * Improve `GetFunctionStackTrace` logs when `dli_sname` or `dli_fname` are missing * Support more RT Formats
Skyline FOSS Shared Fonts: (Credit to FearlessTobi/yuzu_system_archives for font choice)
- FontStandard, FontKorean, FontChineseSimplified and FontChineseTraditional are using Open Sans Regular, which is licensed under Apache 2.0
- FontNintendoExtended is using Roboto, which is licensed under Apache 2.0
- FontExtendedChineseSimplified is using Source Sans Pro, which is licensed under Open Font License