libstrat: namespace hossynch.hpp
1 parent 73d9040 commit bb223eb5ae2f6029073941cf2b64d0c2b5fd377f
@Michael Scire Michael Scire authored on 24 Sep 2019
SciresM committed on 7 Dec 2019
Showing 58 changed files
View
stratosphere/ams_mitm/source/amsmitm_main.cpp
View
stratosphere/ams_mitm/source/amsmitm_modules.cpp
View
stratosphere/ams_mitm/source/fs_mitm/fs_directory_savedata_filesystem.cpp
View
stratosphere/ams_mitm/source/fs_mitm/fs_directory_savedata_filesystem.hpp
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_boot0storage.cpp
View
stratosphere/ams_mitm/source/fs_mitm/fsmitm_service.cpp
View
stratosphere/ams_mitm/source/set_mitm/set_mitm_service.cpp
View
stratosphere/ams_mitm/source/set_mitm/set_mitm_service.hpp
View
stratosphere/ams_mitm/source/set_mitm/setsys_firmware_version.cpp
View
stratosphere/ams_mitm/source/set_mitm/setsys_settings_items.cpp
View
stratosphere/ams_mitm/source/utils.cpp
View
stratosphere/boot/source/boot_display.cpp
View
stratosphere/boot/source/i2c/driver/i2c_api.cpp
View
stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp
View
stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp
View
stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp
View
stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp
View
stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp
View
stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp
View
stratosphere/dmnt/source/cheat/impl/dmnt_cheat_api.cpp
View
stratosphere/dmnt/source/cheat/impl/dmnt_cheat_debug_events_manager.cpp
View
stratosphere/dmnt/source/dmnt_service_target_io.cpp
View
stratosphere/fatal/source/fatal_event_manager.hpp
View
stratosphere/fatal/source/fatal_repair.cpp
View
stratosphere/fatal/source/fatal_task.cpp
View
stratosphere/fatal/source/fatal_task_power.cpp
View
stratosphere/libstratosphere/Makefile
View
stratosphere/libstratosphere/include/stratosphere.hpp
View
stratosphere/libstratosphere/include/stratosphere/event.hpp
View
stratosphere/libstratosphere/include/stratosphere/hossynch.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/iwaitable.hpp
View
stratosphere/libstratosphere/include/stratosphere/kvdb/kvdb_file_key_value_store.hpp
View
stratosphere/libstratosphere/include/stratosphere/message_queue.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/os.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_condvar.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_event.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_message_queue.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_mutex.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_semaphore.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_thread.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/os/os_timeout_helper.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/services.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/utilities.hpp
View
stratosphere/libstratosphere/include/stratosphere/waitable_manager.hpp
View
stratosphere/libstratosphere/source/cfg/cfg_privileged_process.cpp
View
stratosphere/libstratosphere/source/cfg/cfg_sd_card.cpp
View
stratosphere/libstratosphere/source/hid/hid_api.cpp
View
stratosphere/libstratosphere/source/message_queue.cpp 100644 → 0
View
stratosphere/libstratosphere/source/mitm_server.cpp
View
stratosphere/libstratosphere/source/os/os_message_queue.cpp 0 → 100644
View
stratosphere/libstratosphere/source/pm/pm_info_api.cpp
View
stratosphere/libstratosphere/source/sm/sm_utils.cpp
View
stratosphere/libstratosphere/source/sm/sm_utils.hpp
View
stratosphere/libstratosphere/source/utilities.cpp
View
stratosphere/pm/source/impl/pm_process_info.hpp
View
stratosphere/pm/source/impl/pm_process_manager.cpp
View
stratosphere/pm/source/impl/pm_resource_manager.cpp
View
stratosphere/spl/source/spl_api_impl.cpp