Commit 26532ae
- .gitmodules+3-6
- addons/DebugRenderer/include/hk/gfx/Font.h+1-1
- addons/DebugRenderer/src/hk/gfx/DebugRendererImpl.cpp+1-1
- addons/ImGui/include/hk/gfx/ImGuiBackendNvn.h+1
- addons/ImGui/src/hk/gfx/ImGuiBackendNvn.cpp+1
- addons/ImGui/src/hk/gfx/ImGuiBackendNvnImpl.cpp+1
- addons/Rust/CMakeLists.txt+57
- addons/Rust/Cargo.lock+523
- addons/Rust/Cargo.toml+14
- addons/Rust/src/allocator.rs+38
- addons/Rust/src/interop.cpp+9
- addons/Rust/src/lib.rs+13
- addons/Rust/src/logging.rs+41
- addons/Rust/src/mutex.rs+137
- addons/Rust/src/panic.rs+13
- cmake/generate_exefs.cmake+1-1
- cmake/module.cmake+1-1
- cmake/module_config.cmake+1-1
- cmake/sail.cmake+1-1
- cmake/toolchain.cmake+5-3
- cmake/visibility.cmake+5
- hakkun/CMakeLists.txt+4
- hakkun/include/HakkunResults.ih+10
- hakkun/include/hk/Result.h+30-22
- hakkun/include/hk/ResultMap.h+30
- hakkun/include/hk/ValueOrResult.h+241-21
- hakkun/include/hk/detail/DefaultResults.ih+18
- hakkun/include/hk/diag/diag.h+77-38
- hakkun/include/hk/diag/ipclogger.h+3-1
- hakkun/include/hk/hook/MapUtil.h+2-2
- hakkun/include/hk/os/Event.h+3-5
- hakkun/include/hk/os/Mutex.h+8-8
- hakkun/include/hk/os/SystemEvent.h+1-2
- hakkun/include/hk/os/Thread.h+11-7
- hakkun/include/hk/ro/results.h-3
- hakkun/include/hk/services/am/am.h+23
- hakkun/include/hk/services/am/detail/applicationProxy.h+41
- hakkun/include/hk/services/am/detail/commonStateGetter.h+30
- hakkun/include/hk/services/am/detail/libraryAppletAccessor.h+13
- hakkun/include/hk/services/am/detail/libraryAppletCreator.h+38
- hakkun/include/hk/services/am/detail/selfController.h+22
- hakkun/include/hk/services/am/detail/service.h+63
- hakkun/include/hk/services/am/detail/storage.h+34
- hakkun/include/hk/services/am/detail/windowController.h+21
- hakkun/include/hk/services/lm.h+4-5
- hakkun/include/hk/services/nv/ioctl.h+22
- hakkun/include/hk/services/nv/results.h+57
- hakkun/include/hk/services/nv/service.h+118
- hakkun/include/hk/services/pm.h+37-9
- hakkun/include/hk/services/sm.h+2-2
- hakkun/include/hk/services/socket/address.h+5-4
- hakkun/include/hk/services/socket/poll.h+20
- hakkun/include/hk/services/socket/service.h+153-43
- hakkun/include/hk/services/vi/binder.h+60
- hakkun/include/hk/services/vi/parcel.h+75
- hakkun/include/hk/services/vi/result.h+12
- hakkun/include/hk/services/vi/service.h+273
- hakkun/include/hk/sf/hipc.h+6
- hakkun/include/hk/sf/sf.h+44-19
- hakkun/include/hk/sf/utils.h+38-5
- hakkun/include/hk/svc/api.h+51-13
- hakkun/include/hk/svc/types.h+5-1
- hakkun/include/hk/types.h+22-1
- hakkun/include/hk/util/Allocator.h+3-3
- hakkun/include/hk/util/Arena.h+70
- hakkun/include/hk/util/FixedVec.h+20
- hakkun/include/hk/util/Lambda.h+6
- hakkun/include/hk/util/Storage.h+14-6
- hakkun/include/hk/util/TemplateString.h+4
- hakkun/include/hk/util/TypeName.h+12-2
- hakkun/include/hk/util/Vec.h+20
- hakkun/include/hk/util/hash.h+152-4
- hakkun/include/rtld/RoModule.h+1-1
- hakkun/sail/src/fakelib.cpp+1-1
- hakkun/sail/src/main.cpp+1-1
- hakkun/sail/src/parser.cpp+8-5
- hakkun/src/hk/diag/ResultName.cpp+63
- hakkun/src/hk/diag/diag.cpp+12-8
- hakkun/src/hk/hook/MapUtil.cpp+4-8
- hakkun/src/hk/hook/Trampoline.cpp+1-1
- hakkun/src/hk/init/module.cpp+1-1
- hakkun/src/hk/ro/RoModule.cpp+2-3
- hakkun/src/hk/services/am.cpp+18
- hakkun/src/hk/services/nv.cpp+8
- hakkun/src/hk/services/pm.cpp+2
- hakkun/src/hk/services/sm.cpp-1
- hakkun/src/hk/services/socket.cpp+2
- hakkun/src/hk/services/vi.cpp+47
- hakkun/src/hk/sf/sf.cpp+15-2
- hakkun/src/hk/svc/api.aarch64.S+75-14
- hakkun/src/rtld/standalone/diag.cpp+2
- tools/deploy.py+1-1
- tools/npdm-1
- tools/pfs0-1
- tools/senobi+1
0 commit comments