Changes:
- 47c7e6f "Merge Tagged PR 1012"
- c01a529 "Merge Tagged PR 1340"
- 11d9a31 "Merge Tagged PR 1703"
- 8819d1f "Merge Tagged PR 3345"
- 5305806 Merge pull request #3716 from bunnei/fix-another-impl-fallthrough
- 03726fb video_core: gl_shader_decompiler: Fix implicit fallthrough errors.
- 89e512c Merge pull request #3710 from lioncash/nso
- 45964e6 Merge pull request #3715 from bunnei/fix-impl-fallthrough
- a8d5d08 service: hid: npad: Fix implicit fallthrough errors.
- 907ba87 Merge pull request #3713 from lioncash/time
See More
- 90ddb13 Merge pull request #3711 from lioncash/cast
- 7714b02 time/system_clock_core: Remove unnecessary initializer
- b533f18 service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const
- 0cfd3b9 service/time: Add virtual destructors where applicable
- fd7dc7e Merge pull request #3704 from lioncash/fmt
- 7438d36 Merge pull request #3630 from benru/open-windows-network-files
- 7e585bc memory/slab_heap: Make use of static_cast over reinterpret_cast
- 441a281 loader/nso: Resolve moves not occurring in DecompressSegment
- 30b59b7 Merge pull request #3706 from degasus/fix_fallthrough_error
- 07fbef1 video_code: Fix implicit switch fallthrough.
- cdc5449 externals: Update fmt to 6.2.0
- 2133482 Merge pull request #3703 from yuzu-emu/revert-3656-glsl-full-decompile
- 775ecc7 Merge pull request #3672 from lioncash/null
- 990c0b1 Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL"
- b8f5c71 Merge pull request #3666 from bunnei/new-vmm
- ca3af29 Merge pull request #3682 from lioncash/uam
- 8bbe74a core: hle: Address various feedback & code cleanup.
- 92caa00 core: device_memory: Remove incorrect usage of constexpr.
- 6f3266e memory: Add copyright notice for Atmosphere where applicable.
- 02547a0 kernel: Remove old VMManager class.
- bebfb05 loader: nso: Fix loader size and arguments.
- 83761d5 loader: elf/kip/nro: Updates for new VMM.
- 37b79eb service: ldr: Updates for new VMM.
- a8292f6 kernel: memory: page_table: Simplify GetPhysicalAddr impl.
- c629e54 kernel: svc: Updates for new VMM.
- ff5d5b6 core: memory: Fix memory access on page boundaries.
- 32fc2aa video_core: memory_manager: Updates for Common::PageTable changes.
- f7c0361 core: memory: Updates for new VMM.
- 4c1812a common: page_table: Update to use VirtualBuffer and simplify.
- 1d5923e core: gdbstub: Updates for new VMM.
- c7bc798 core: reporter: Updates for new VMM.
- 18c4bb6 memory: cheat_engine: Updates for new VMM.
- d95ceaa arm_test_common: Updates for new VMM.
- 108564d kernel: process: Updates for new VMM.
- 77382ac service: pl_u: Update for new shared memory layout.
- 67b3df6 service: time: Update for new shared memory layout.
- 8eca0f9 service: hid: Update for new shared memory layout.
- 8bbc38a service: irs: Update for new shared memory layout.
- fc61cb4 kernel: resource_limit: Reserve physical memory.
- 8f75524 kernel: Initialize memory layout for new VMM.
- 11c02a5 core: system: Rename GetDeviceManager -> DeviceManager.
- 3fcc4ca kernel: transfer_memory: Refactor for new VMM.
- c53454f core: Construct/Destruct DeviceMemory on Init/Shutdown.
- d0162fc kernel: shared_memory: Refactor for new VMM.
- a040a15 core: device_memory: Update to use VirtualBuffer class.
- 4ba2428 common: Add VirtualBuffer class, to abstract memory virtualization.
- a238d08 kernel: errors: Add ERR_OUT_OF_RESOURCES.
- ffc3de7 kernel: process_capability: Update to use Memory::PageTable.
- 84f1b6d kernel: memory: Add PageTable class, to manage process address space.
- cfae8a1 kernel: memory: Add MemoryLayout class, to build physical memory layout.
- 5d6e8a5 kernel: memory: Add MemoryManager class, to manage page heaps.
- 548ef19 kernel: memory: Add MemoryBlockManager class, to manage memory blocks.
- 3927012 kernel: memory: Add PageHeap class, to manage a heap of pages.
- dc72031 kernel: memory: Add PageLinkedList class, to manage a list of pages.
- 81cb4d3 kernel: memory: Add system_control code, which will be used for ASLR support.
- fc040b5 physical_memory: Add missing include for .
- c2f4dcb kernel: memory: Add MemoryBlock class, for managing memory blocks and their state.
- ea5ee99 kernel: memory: Add memory_types.h, for things that are commonly used in memory code.
- d364e7c kernel: memory: Add SlabHeap class, for managing memory heaps.
- 14aa65c kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.
- dc25c86 core: device_manager: Add a simple class to manage device RAM.
- f1b6078 dynarmic: Enable strict alignment checks.
- 4df6ef0 common: scope_exit: Implement mechanism for canceling a scope exit.
- 4caff51 core: memory: Move to Core::Memory namespace.
- b838e58 common: alignment: Add a helper function for generic alignment checking.
- ad48ebb core: kernel: Add svc_types header to include SVC-specific types.
- 82d457a core: kernel: Move SVC to its own namesapce.
- b160804 externals: Update to latest dynarmic.
- b0e3cbe kernel: resource_limit: Improvements to implementation.
- 7aa0e4a loader: nso: Fix loading of static objects to be properly sized and aligned.
- b11b424 common: common_funcs: Add a macro for defining enum flag operators.
- f2676ef process: SetupMainThread: Zero out argument on process start.
- 0f4f90c arm_interface: Ensure ThreadContext is zero'd out.
- 86f9c9a Merge pull request #3671 from lioncash/switch
- 79c1269 Merge pull request #3673 from lioncash/extra
- c81f256 Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache
- 5a067ed Merge pull request #3675 from degasus/linux_shared_libraries
- b520978 externals: Use shared libraries if possible
- fedf750 externals: Move LibreSSL linking to httplib.
- 94c2c82 input_common: Use the CMake target instead of the variable.
- 090fd3f buffer_cache: Return handles instead of pointer to handles
- 3a60f19 gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator
- 1c340c6 CMakeLists: Specify -Wextra on linux builds
- e773375 file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero
- 521c4c3 kernel/thread: Resolve -Wswitch warnings
- f98a2c4 common/file_util: Allow access to files on network shares
This list of changes was auto generated.