1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-21 06:23:26 +01:00
Atmosphere/stratosphere/libstratosphere
Michael Scire 609a302e16 os: implement waitable management.
This implements waitable management for Events (and
implements Events). It also refactors PM to use new
Event/Waitable semantics, and also adds STS_ASSERT
as a macro for asserting a boolean expression. The
rest of stratosphere has been refactored to use
STS_ASSERT whenever possible.
2019-12-07 12:41:28 -08:00
..
include os: implement waitable management. 2019-12-07 12:41:28 -08:00
source os: implement waitable management. 2019-12-07 12:41:28 -08:00
.gitignore git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
.gitmodules git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
.gitrepo git subrepo push stratosphere/libstratosphere 2019-09-18 12:43:47 -07:00
LICENSE git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00
Makefile os: implement waitable management. 2019-12-07 12:41:28 -08:00
README.md git subrepo clone https://github.com/Atmosphere-NX/libstratosphere stratosphere/libstratosphere 2019-07-17 20:04:00 -07:00

License

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