3474 Commits (6ce5f3e1bf9c32d8a9258e10c7953380aacdda4e)

Author SHA1 Message Date
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent 8 years ago
Lioncash bd7ec1a749 kernel/kernel: Remove unnecessary forward declaration 8 years ago
Lioncash 7c4bc7b883 kernel/process: Remove unused AddressMapping struct 8 years ago
Lioncash 1e92ba2785 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 8 years ago
Lioncash 99a163478b kernel/vm_manager: Rename HeapAllocate to SetHeapSize 8 years ago
Lioncash abdb81ccaf kernel/vm_manager: Handle case of identical calls to HeapAllocate 8 years ago
Lioncash 9f63acac0f kernel/vm_manager: Remove unused class variables 8 years ago
Lioncash 52980df1aa kernel/vm_manager: Remove unnecessary heap_used data member 8 years ago
Lioncash 586cab6172 kernel/vm_manager: Tidy up heap allocation code 8 years ago
Lioncash c0a01f3adc kernel/codeset: Make CodeSet's memory data member a regular std::vector 8 years ago
Lioncash 76f27d1f44 service/am: Add function table for IDebugFunctions 8 years ago
Lioncash 18918f5f2f kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 8 years ago
Lioncash 56c80a2a21 kernel/vm_manager: Amend flag values for CodeMutable 8 years ago
bunnei 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 8 years ago
bunnei 241563d15c gpu: Move GPUVAddr definition to common_types. 8 years ago
Lioncash 8f454a5c68 kernel/process: Make MapSegment lambda reference parameter const 8 years ago
Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files 8 years ago
Fernando Sahmkow 8a320a6ee2 Fix crash caused by 2238. 8 years ago
Fernando Sahmkow 9c7319a4d4 Fix small bug that kept a thread as a condvar thread after being signalled. 8 years ago
Fernando Sahmkow acbdfdae64 Add CondVar Thread State. 8 years ago
Fernando Sahmkow 774f139e65 Small fixes to address_arbiter to better match the IDB. 8 years ago
Lioncash 9f092554c2 fsp_srv: Unstub SetCurrentProcess 8 years ago
Lioncash 26b809549b service/am: Add basic implementation of ChangeMainAppletMasterVolume 8 years ago
Lioncash c07ebeac19 service/am: Unstub SetTransparentVolumeRate() 8 years ago
Lioncash ecd3afdc8e service/am: Unstub SetExpectedMasterVolume() 8 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 8 years ago
Lioncash 64444ff481 ipc_helpers: Allow pushing and popping floating-point values 8 years ago
Lioncash 99f982dce2 kernel/thread: Actually remove the definition of ExitCurrentThread() 8 years ago
Lioncash 51d7f6bffc kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread 8 years ago
Lioncash c892cf01fa kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface 8 years ago
Lioncash db47d7e471 kernel/thread: Expand documentation of nominal_priority and current_priority 8 years ago
Lioncash e0d1f11968 kernel/thread: Make bracing consistent within UpdatePriority() 8 years ago
Lioncash 39483b92b7 kernel/thread: Amend condition within UpdatePriority() 8 years ago
Lioncash 0b78cfcc53 kernel/thread: Maintain priority ordering of added mutex waiting threads 8 years ago
bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. 8 years ago
Lioncash d71cad6ed0 core/hle/kernel/mutex: Remove usages of global system accessors 8 years ago
Lioncash 555cd26ec2 core/hle/kernel: Make Mutex a per-process class. 8 years ago
Lioncash 5379063108 core/hle/kernel/svc: Implement svcUnmapTransferMemory 8 years ago
Lioncash 567134f874 core/hle/kernel/svc: Implement svcMapTransferMemory 8 years ago
Lioncash cb198d7985 core/hle/kernel: Split transfer memory handling out into its own class 8 years ago
Lioncash 6eddb60db0 kernel/process: Remove use of global system accessors 8 years ago
Zach Hilman cd2921a047 set_sys: Move constants to anonymous namespace 8 years ago
Lioncash aa44eb639b kernel/server_port: Make data members private 8 years ago
Lioncash 7ad3d4e49c hwopus: Leverage multistream API for decoding regular Opus packets 8 years ago
Zach Hilman debc7442f2 set_sys: Use official nintendo version string 8 years ago
Zach Hilman 597c00698d set_sys: Use correct error codes in GetFirmwareVersion* 8 years ago
Lioncash 0c28ab92e6 core/hle/result: Remove now-unnecessary manually defined copy assignment operator 8 years ago
Lioncash 3f602dde0f core/hle/result: Amend error in comment description for ResultCode 8 years ago
Lioncash f7ec0bcfc2 core/hle/result: Remove now-unused constructor for ResultCode 8 years ago
Lioncash d870cc5ad7 core/hle/result: Relocate IPC error code to ipc_helpers 8 years ago