|
os: remove ManagedHandle, refactor to use NativeHandle typename
|
|---|
|
|
| libraries/libstratosphere/include/stratosphere/dd/dd_types.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_common_types.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_interrupt_event_types.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_io_region.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_io_region_api.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_io_region_types.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_managed_handle.hpp 100644 → 0 |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_multiple_wait_api.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_native_handle.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_native_handle_api.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_native_handle_types.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_process_handle.hpp 100644 → 0 |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_process_handle_api.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_sdk_reply_and_receive.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_shared_memory.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_shared_memory_api.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_shared_memory_types.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_system_event.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_system_event_api.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_system_event_types.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_transfer_memory.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_transfer_memory_api.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/os/os_transfer_memory_types.hpp |
|---|
| libraries/libstratosphere/source/fssystem/fssystem_external_code.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_inter_process_event.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_inter_process_event.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_inter_process_event_impl.os.horizon.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_inter_process_event_impl.os.horizon.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_interrupt_event_impl.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_interrupt_event_target_impl.os.horizon.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_io_region_impl.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_io_region_impl.os.horizon.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_base.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_handle.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_inter_process_event.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_interrupt_event.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_holder_of_interrupt_event.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_impl.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_impl.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_target_impl.os.horizon.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_multiple_wait_target_impl.os.horizon.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_native_handle_impl.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/os/impl/os_native_handle_impl.os.horizon.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/os/impl/os_process_handle_impl.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/os/impl/os_process_handle_impl.os.horizon.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/os/impl/os_program_id_impl.hpp 100644 → 0 |
|---|
| libraries/libstratosphere/source/os/impl/os_program_id_impl.os.horizon.cpp 100644 → 0 |
|---|
| libraries/libstratosphere/source/os/impl/os_shared_memory_impl.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_shared_memory_impl.os.horizon.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_thread_manager.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_thread_manager_impl.os.horizon.cpp |
|---|
| libraries/libstratosphere/source/os/impl/os_transfer_memory_impl.hpp |
|---|
| libraries/libstratosphere/source/os/impl/os_transfer_memory_impl.os.horizon.cpp |
|---|
| libraries/libstratosphere/source/os/os_io_region.cpp |
|---|
| libraries/libstratosphere/source/os/os_multiple_wait.cpp |
|---|
| libraries/libstratosphere/source/os/os_native_handle_api.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/os/os_process_handle.cpp 100644 → 0 |
|---|
| libraries/libstratosphere/source/os/os_process_handle_api.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/os/os_program_id.cpp 100644 → 0 |
|---|
| libraries/libstratosphere/source/os/os_sdk_reply_and_receive.cpp |
|---|
| libraries/libstratosphere/source/os/os_shared_memory.cpp |
|---|
| libraries/libstratosphere/source/os/os_system_event.cpp |
|---|
| libraries/libstratosphere/source/os/os_transfer_memory.cpp |
|---|
| stratosphere/ams_mitm/source/sysupdater/sysupdater_service.cpp |
|---|
| stratosphere/ams_mitm/source/sysupdater/sysupdater_service.hpp |
|---|
| stratosphere/dmnt/source/cheat/impl/dmnt_cheat_api.cpp |
|---|
| stratosphere/loader/source/ldr_loader_service.cpp |
|---|
| stratosphere/loader/source/ldr_process_creation.cpp |
|---|
| stratosphere/ro/source/impl/ro_nro_utils.cpp |
|---|
| stratosphere/ro/source/impl/ro_nro_utils.hpp |
|---|
| stratosphere/ro/source/impl/ro_nrr_utils.cpp |
|---|
| stratosphere/ro/source/impl/ro_nrr_utils.hpp |
|---|
| stratosphere/ro/source/impl/ro_service_impl.cpp |
|---|
| stratosphere/ro/source/impl/ro_service_impl.hpp |
|---|
| stratosphere/ro/source/ro_ro_service.cpp |
|---|