5885 Commits (a8698cc276a6aa105fbc6cffdc13fb398f00a1a5)

Author SHA1 Message Date
bunnei 72d1cda09a physical_memory: Add missing include for <vector>. 6 years ago
bunnei 91a38e3fa8 kernel: memory: Add MemoryBlock class, for managing memory blocks and their state. 6 years ago
bunnei eadd36d143 kernel: memory: Add memory_types.h, for things that are commonly used in memory code. 6 years ago
bunnei 91b899ff00 kernel: memory: Add SlabHeap class, for managing memory heaps. 6 years ago
bunnei 9fd238a0f8 kernel: memory: Add AddressSpaceInfo class, for managing the memory address space. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
bunnei a10f82b62d core: kernel: Add svc_types header to include SVC-specific types. 6 years ago
bunnei ed940661a8 core: kernel: Move SVC to its own namesapce. 6 years ago
bunnei bdd81bdebf kernel: resource_limit: Improvements to implementation. 6 years ago
bunnei 365f14cd2c process: SetupMainThread: Zero out argument on process start. 6 years ago
Lioncash eaeb4520f7 General: Resolve warnings related to missing declarations 6 years ago
Lioncash bcc5066cfe time_zone_manager: Resolve sign conversion warnings 6 years ago
Lioncash f8fe53c9f9 hle_ipc: Remove std::size_t casts where applicable 6 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash 6ea751d910 CMakeLists: Make -Wreorder a compile-time error 6 years ago
Lioncash 0f32ae2140 kernel/thread: Resolve -Wswitch warnings 6 years ago
bunnei ba413f9277 service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. 6 years ago
bunnei 7ecacdfa3b service: friend: Stub IFriendService::GetBlockedUserListIds. 6 years ago
Fernando Sahmkow 7d65c9c9ea Buffer queue: Correct behavior of free buffer. 6 years ago
ReinUsesLisp f35703f7cd service/vi: Partially implement BufferQueue disconnect 6 years ago
Morph bda37c4bb4 capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) 6 years ago
bunnei c84586b412 services: hid: Stub InitializeSevenSixAxisSensor. 6 years ago
bunnei 748ddc628c services: time: Implement CalculateSpanBetween. 6 years ago
perillamint 133948067c am: Implement VR related APIs 6 years ago
bunnei 7ee7aa21b1 services: ldr: Fix MemoryState for read/write regions of NROs. 6 years ago
FearlessTobi 23a8887526 sm/controller: Increase PointerBufferSize 6 years ago
FearlessTobi 1c7dcf3858 core/web_browser: Allow WebApplet to exit gracefully when an error occurs 6 years ago
Dan d5c239a047 set: implement GetRegionCode 6 years ago
ReinUsesLisp e656938a5a time_zone_content_manager: Fix out of bounds read 6 years ago
Fernando Sahmkow babc572a47 NVFlinger: Do the microprofile Flip after processing a valid frame. 6 years ago
bunnei 36c4c33bb8 core: hle: Implement separate A32/A64 SVC interfaces. 6 years ago
bunnei 048ac77adc core: Implement separate A32/A64 ARM interfaces. 6 years ago
Morph 055ebfc2e7 AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) 6 years ago
Fernando Sahmkow d0b12c793d Scheduler: Inline global scheduler in Scheduler Lock. 6 years ago
Fernando Sahmkow d6584d988f Kernel: Correct pending feedback. 6 years ago
Fernando Sahmkow 78f01601d0 Kernel: Address Feedback. 6 years ago
Fernando Sahmkow 7c2b72bcef Kernel: Implement Scheduler locks 6 years ago
Fernando Sahmkow fe53ac3e33 Kernel: Implement Time Manager. 6 years ago
Fernando Sahmkow e6cc0a48e0 Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. 6 years ago
Fernando Sahmkow f5da504663 Kernel: Make global scheduler depend on KernelCore 6 years ago
Brian Clinkenbeard 050a4362ad httplib compatibility 6 years ago
CJBok 7ec4bd7793 analog_from_button get direction implementation 6 years ago
Nguyen Dac Nam 2807020c01 IUserLocalCommunicationService: add function Initialize2 6 years ago
Nguyen Dac Nam c4e8f9589a HLE: correct function name of IUserLocalCommunicationService 6 years ago
namkazy 8bb64da7ac nvhost_gpu: implement ChannelSetTimeslice 6 years ago
Fernando Sahmkow 0d2a459fae Core: Address Feedback 6 years ago
Lioncash 5c0742bb94 address_arbiter: Collapse loops in InsertThread() and RemoveThread() 6 years ago
Lioncash 3105b7864c address_arbiter: Simplify GetThreadsWaitingOnAddress() 6 years ago
Lioncash d5435df964 bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase() 6 years ago
Lioncash 8792d4562c bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() 6 years ago