6301 Commits (131b342130f21cf66ca64ece8034951ad6cce1f7)

Author SHA1 Message Date
bunnei dc720311cc kernel: memory: Add PageLinkedList class, to manage a list of pages. 6 years ago
bunnei 81cb4d3c7f kernel: memory: Add system_control code, which will be used for ASLR support. 6 years ago
bunnei fc040b5b70 physical_memory: Add missing include for <vector>. 6 years ago
bunnei c2f4dcb1e3 kernel: memory: Add MemoryBlock class, for managing memory blocks and their state. 6 years ago
bunnei ea5ee9918e kernel: memory: Add memory_types.h, for things that are commonly used in memory code. 6 years ago
bunnei d364e7cf09 kernel: memory: Add SlabHeap class, for managing memory heaps. 6 years ago
bunnei 14aa65ce00 kernel: memory: Add AddressSpaceInfo class, for managing the memory address space. 6 years ago
bunnei dc25c86556 core: device_manager: Add a simple class to manage device RAM. 6 years ago
bunnei f1b607829e dynarmic: Enable strict alignment checks. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
bunnei ad48ebb2c8 core: kernel: Add svc_types header to include SVC-specific types. 6 years ago
bunnei 82d457af37 core: kernel: Move SVC to its own namesapce. 6 years ago
bunnei b0e3cbef7a kernel: resource_limit: Improvements to implementation. 6 years ago
bunnei 7aa0e4a7ca loader: nso: Fix loading of static objects to be properly sized and aligned. 6 years ago
bunnei f2676efe23 process: SetupMainThread: Zero out argument on process start. 6 years ago
bunnei 0f4f90cd04 arm_interface: Ensure ThreadContext is zero'd out. 6 years ago
Lioncash 8f9c599c9f key_manager: Resolve missing field initializer warning 6 years ago
Lioncash 337f2dc11f time_zone_manager: Resolve sign conversion warnings 6 years ago
Lioncash 77356731a9 hle_ipc: Remove std::size_t casts where applicable 6 years ago
Markus Wick fedf750e1b externals: Move LibreSSL linking to httplib. 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash 213fff67bc CMakeLists: Make -Wreorder a compile-time error 6 years ago
Lioncash 521c4c33b5 kernel/thread: Resolve -Wswitch warnings 6 years ago
bunnei eb676c343a service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. 6 years ago
bunnei fc35803f91 file_sys: patch_manager: Return early when there are no layers to apply. 6 years ago
bunnei 598740f1dd service: friend: Stub IFriendService::GetBlockedUserListIds. 6 years ago
Fernando Sahmkow 486a42c45a Buffer queue: Correct behavior of free buffer. 6 years ago
ReinUsesLisp 8c0ba9c6fe service/vi: Partially implement BufferQueue disconnect 6 years ago
Fernando Sahmkow 913f42a3a7 Memory: Address Feedback. 6 years ago
ReinUsesLisp bf1d66b7c0 yuzu: Drop SDL2 and Qt frontend Vulkan requirements 6 years ago
enler 27f122c48c
file_sys: fix LayeredFS error when loading some games made with… (#3602) 6 years ago
Fernando Sahmkow 7fcd0fee6d Buffer Cache: Use vAddr instead of physical memory. 6 years ago
Fernando Sahmkow 9c0f40a1f5 GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr 6 years ago
Morph 224a75d839
capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) 6 years ago
bunnei 8a6a25e4b6 services: hid: Stub InitializeSevenSixAxisSensor. 6 years ago
bunnei a60f34a850 services: time: Implement CalculateSpanBetween. 6 years ago
perillamint a429644672 am: Implement VR related APIs 6 years ago
bunnei 5228bd0bb9 services: ldr: Fix MemoryState for read/write regions of NROs. 6 years ago
James Rowe cf9c94d401 Address review and fix broken yuzu-tester build 6 years ago
James Rowe 282adfc70b Frontend/GPU: Refactor context management 6 years ago
FearlessTobi 4afebf26b6 sm/controller: Increase PointerBufferSize 6 years ago
FearlessTobi 977418c65b core/web_browser: Allow WebApplet to exit gracefully when an error occurs 6 years ago
Dan 06dea163fa set: implement GetRegionCode 6 years ago
ReinUsesLisp ac7ee21331 time_zone_content_manager: Fix out of bounds read 6 years ago
FearlessTobi cdeadd448b yuzu: Save sound output mode and set it to Stereo by default 6 years ago
Gauvain "GovanifY" Roussel-Tarbouriech eae2ed6b07 gdbstub: small logic bug fix with defer_start 6 years ago
Gauvain "GovanifY" Roussel-Tarbouriech 38036eb1c8 gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization 6 years ago
Fernando Sahmkow 95b804ff05 NVFlinger: Do the microprofile Flip after processing a valid frame. 6 years ago
Vitor Kiguchi e891ff9a0c framebuffer_layout.h: drop the use of enum for screen dimensions. 6 years ago
bunnei dba112e510 core: hle: Implement separate A32/A64 SVC interfaces. 6 years ago