Atmosphere/stratosphere/fatal/source
Michael Scire 94ec9ae41b hos: change initialization API
This was needed to make stratosphere buildable with debugging on.

os:: assertions rely on GetCurrentThread() working, and this requires
the global os resource manager to be constructed. However, __appInit executes
before global constructors. We now require that hos::InitializeForStratosphere()
be called before anything else is done. This initializes the os resource manager,
sets the hos version for libnx, and may do more things in the future.

TODO: Consider replacing __appInit/__appExit with ams:: namespace functions in general,
and wrap them so that we guarantee hos::InitializeForStratosphere is called first, and
generally ensure a consistent stratosphere environment.
2020-04-16 22:57:01 -07:00
..
fatal_ams_logo.inc fatal: refactor into sts namespace 2019-07-23 14:01:16 -07:00
fatal_config.cpp erpt: reimplement the sysmodule (#875) 2020-04-13 17:07:37 -07:00
fatal_config.hpp erpt: reimplement the sysmodule (#875) 2020-04-13 17:07:37 -07:00
fatal_debug.cpp stratosphere: fix building with latest libnx 2020-03-29 15:24:40 -07:00
fatal_debug.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_event_manager.cpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
fatal_event_manager.hpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
fatal_font.cpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_font.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_main.cpp hos: change initialization API 2020-04-16 22:57:01 -07:00
fatal_repair.cpp hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
fatal_repair.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_scoped_file.cpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
fatal_scoped_file.hpp stratosphere-except-ldr: use fs bindings (this temporarily breaks loader) 2020-03-08 16:33:49 -07:00
fatal_service.cpp hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
fatal_service.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_service_for_self.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_task.cpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
fatal_task.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_task_clock.cpp hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
fatal_task_clock.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_task_error_report.cpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
fatal_task_error_report.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_task_power.cpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
fatal_task_power.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_task_screen.cpp hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
fatal_task_screen.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_task_sound.cpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
fatal_task_sound.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
stb_truetype.h fatal: use STB instead of freetype 2020-01-03 22:35:11 -08:00