1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-21 22:43:33 +01:00
Atmosphere/libraries/libvapours/include/vapours
SciresM e9849c74cf
LogManager: implement system module, client api, logging api (#1617)
Some notes:

* Unless `atmosphere!enable_log_manager` is true, Nintendo's log manager will be used instead.
  * This prevents paying memory costs for LM when not enabling logging.
  * To facilitate this, Atmosphere's log manager has a different program id from Nintendo's.
  * `atmosphere!enable_htc` implies `atmosphere!enable_log_manager`.
* LogManager logs to tma, and the SD card (if `lm!enable_sd_card_logging` is true, which it is by default).
* Binary logs are saved to `lm!sd_card_log_output_directory`, which is `atmosphere/binlogs` by default.
2021-09-11 19:32:14 -07:00
..
ams ams-1.0.0: bump version number well ahead of time 2021-09-06 16:26:50 -07:00
crypto
dd
freebsd util: add compile-time validation tests for intrusive red black trees 2021-04-21 05:06:11 -07:00
results erpt: implement forced shutdown detection 2021-04-30 04:21:03 -07:00
sdmmc fusee_cpp: implement sd card init 2021-09-06 16:26:50 -07:00
svc sm: reimplement using tipc instead of cmif (probably broken, untested) 2021-04-11 03:42:16 -07:00
tegra fusee: tactically don't trash PLLA1, fixes audio corruption on boot 2021-09-06 16:26:50 -07:00
util LogManager: implement system module, client api, logging api (#1617) 2021-09-11 19:32:14 -07:00
allocator.hpp
ams_version.h
assert.hpp
common.hpp
crypto.hpp
dd.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
defines.hpp
device_code.hpp
includes.hpp ams: std::optional -> util::optional 2021-07-08 02:37:26 -07:00
literals.hpp
reg.hpp fusee_cpp: implement erista pll selection logic for mtc 2021-09-06 16:26:50 -07:00
results.hpp tipc: tentative core serialization logic (missing imports, won't compile) 2021-04-11 03:42:16 -07:00
sdmmc.hpp
span.hpp
svc.hpp
tegra.hpp fusee-cpp: Implement mbist workaround 2021-09-06 16:26:50 -07:00
timespan.hpp
types.hpp
util.hpp LogManager: implement system module, client api, logging api (#1617) 2021-09-11 19:32:14 -07:00