Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/core/CMakeLists.txt
# src/core/arm/dynarmic/arm_dynarmic.cpp
# src/core/arm/dyncom/arm_dyncom.cpp
# src/core/hle/kernel/process.cpp
# src/core/hle/kernel/thread.cpp
# src/core/hle/kernel/thread.h
# src/core/hle/kernel/vm_manager.cpp
# src/core/loader/3dsx.cpp
# src/core/loader/elf.cpp
# src/core/loader/ncch.cpp
# src/core/memory.cpp
# src/core/memory.h
# src/core/memory_setup.h
|
|
|
|
|
|
Remove more usages of GetPointer.
|
|
shinyquagsire23/archive-ncch-container-and-override
file_sys/archive_ncch: use NCCHs/.apps instead of .romfs files, NCCH section override
|
|
|
|
HLE/APT: Always set up the APT parameter when starting a library applet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it
|
|
creating a shared memory, just reference it.
Also reference the right offset into the backing block for the requested address.
|
|
Memory: Add overloads for ReadBlock and WriteBlock that operate on a specific process.
|
|
|
|
|
|
|
|
Services/NIM: Implement CheckForSysUpdateEvent.
|
|
|
|
|
|
compatibility with existing .romfs system archive dumps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implementation verified by reverse engineering.
This lets the Home Menu boot without crashing on startup.
|
|
|
|
Services/UDS: Handle the rest of the connection sequence.
|
|
Implement PrepareToStartNewestHomeMenu and fixed an APT regression.
|
|
Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken
|
|
|