6436 Commits (c4fe83a7bc302acbefe0eedee48eabc671d33964)

Author SHA1 Message Date
Fernando Sahmkow 9c7319a4d4 Fix small bug that kept a thread as a condvar thread after being signalled. 7 years ago
Lioncash 1342c53e27 loader: Remove Linker class 7 years ago
Lioncash ab00552118 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago
Fernando Sahmkow acbdfdae64 Add CondVar Thread State. 7 years ago
Fernando Sahmkow 774f139e65 Small fixes to address_arbiter to better match the IDB. 7 years ago
Lioncash b8c7072206 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Lioncash 9f092554c2 fsp_srv: Unstub SetCurrentProcess 7 years ago
Lioncash 26b809549b service/am: Add basic implementation of ChangeMainAppletMasterVolume 7 years ago
Lioncash c07ebeac19 service/am: Unstub SetTransparentVolumeRate() 7 years ago
Lioncash ecd3afdc8e service/am: Unstub SetExpectedMasterVolume() 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
Lioncash 64444ff481 ipc_helpers: Allow pushing and popping floating-point values 7 years ago
Lioncash 99f982dce2 kernel/thread: Actually remove the definition of ExitCurrentThread() 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
Lioncash 51d7f6bffc kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread 7 years ago
Lioncash c892cf01fa kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface 7 years ago
Lioncash db47d7e471 kernel/thread: Expand documentation of nominal_priority and current_priority 7 years ago
Lioncash e0d1f11968 kernel/thread: Make bracing consistent within UpdatePriority() 7 years ago
Lioncash 39483b92b7 kernel/thread: Amend condition within UpdatePriority() 7 years ago
Lioncash 0b78cfcc53 kernel/thread: Maintain priority ordering of added mutex waiting threads 7 years ago
Dimitri A 0e7ad1c367 gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 7 years ago
bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. 7 years ago
Lioncash d71cad6ed0 core/hle/kernel/mutex: Remove usages of global system accessors 7 years ago
Lioncash 555cd26ec2 core/hle/kernel: Make Mutex a per-process class. 7 years ago
Lioncash 5379063108 core/hle/kernel/svc: Implement svcUnmapTransferMemory 7 years ago
Lioncash 567134f874 core/hle/kernel/svc: Implement svcMapTransferMemory 7 years ago
Lioncash cb198d7985 core/hle/kernel: Split transfer memory handling out into its own class 7 years ago
Lioncash 6eddb60db0 kernel/process: Remove use of global system accessors 7 years ago
Zach Hilman cd2921a047 set_sys: Move constants to anonymous namespace 7 years ago
Lioncash aa44eb639b kernel/server_port: Make data members private 7 years ago
Lioncash 7ad3d4e49c hwopus: Leverage multistream API for decoding regular Opus packets 7 years ago
Zach Hilman debc7442f2 set_sys: Use official nintendo version string 7 years ago
Zach Hilman 73f2ee5484 system_version: Correct sizes on VectorVfsFile construction 7 years ago
Zach Hilman 597c00698d set_sys: Use correct error codes in GetFirmwareVersion* 7 years ago
Lioncash 0c28ab92e6 core/hle/result: Remove now-unnecessary manually defined copy assignment operator 7 years ago
Lioncash 3f602dde0f core/hle/result: Amend error in comment description for ResultCode 7 years ago
Lioncash f7ec0bcfc2 core/hle/result: Remove now-unused constructor for ResultCode 7 years ago
Lioncash d870cc5ad7 core/hle/result: Relocate IPC error code to ipc_helpers 7 years ago
Lioncash 8603f0f9b1 service/service: Remove unncessary calls to c_str() 7 years ago
Zach Hilman ed82bb968a set_sys: Implement GetFirmwareVersion(2) for libnx hosversion 7 years ago
Hexagon12 e6f652ae12 clang fix 7 years ago
Hexagon12 6ce8de4b5f Log 2 new setting values 7 years ago
Lioncash fbb82e61e3 kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional 7 years ago
Lioncash 8e510d5afa kernel: Make the address arbiter instance per-process 7 years ago
Lioncash b7f331afa3 kernel/svc: Move address arbiter signaling behind a unified API function 7 years ago
Lioncash 0209de123b kernel/svc: Move address arbiter waiting behind a unified API function 7 years ago
Lioncash d03ae881fd service/audio/hwopus: Move decoder state to its own class 7 years ago
Lioncash 960057cba0 service/audio/hwopus: Provide a name for the second word of OpusPacketHeader 7 years ago
Lioncash d41d85766f service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager 7 years ago
Lioncash 3293877456 service/audio/hwopus: Enclose internals in an anonymous namespace 7 years ago