mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 12:11:43 +00:00
4059dc6187
Because I was working on multiple things at once, this commit also: - Adds wrappers for/linker flags to wrap CXX exceptions to make them abort. This saves ~0x8000 of memory in every system module. - Broadly replaces lines of the pattern if (cond) { return ResultX; } with R_UNLESS(!cond, ResultX());. - Reworks the R_TRY_CATCH macros (and the result macros in general). |
||
---|---|---|
.. | ||
include | ||
source | ||
.gitignore | ||
.gitmodules | ||
.gitrepo | ||
LICENSE | ||
Makefile | ||
README.md |
libstratosphere is a work-in-progress C++ library for development of system modules for the Nintendo Switch.
It is built around extending libnx.
It also provides bindings for custom extensions to Horizon OS implemented by Atmosphère.
Licensing
This software is licensed under the terms of the GPLv2, with exemptions for specific projects noted below.
You can find a copy of the license in the LICENSE file.
Exemptions:
- The yuzu emulator project is exempt from GPLv2 licensing and may (at its option) instead license any source code authored for the libstratosphere project as GPLv2 or later.
Credits
libstratosphere is currently being developed and maintained by SciresM.
In addition to those credited in Atmosphère's credits, we would like to thank for contributing to libstratosphere in some significant way:
- hthh
- fincs
- lioncash
- misson20000
- neobrain
- yellows8