Atmosphere/stratosphere/ams_mitm/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
..
bpc_mitm hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
fs_mitm hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
hid_mitm hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
ns_mitm hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
set_mitm os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
amsmitm_debug.cpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
amsmitm_debug.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
amsmitm_fs_utils.cpp ams: prepare for 0.10.3 2020-03-02 18:35:10 -08:00
amsmitm_fs_utils.hpp ams: prepare for 0.10.3 2020-03-02 18:35:10 -08:00
amsmitm_initialization.cpp hos::Version: rename enum members 2020-04-13 22:19:44 -07:00
amsmitm_initialization.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
amsmitm_main.cpp hos: change initialization API 2020-04-16 22:57:01 -07:00
amsmitm_module.hpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
amsmitm_module_management.cpp os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
amsmitm_module_management.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00