5216 Commits (0d44c061fe80e256e4ee487f16882554681d9481)

Author SHA1 Message Date
Lioncash 0d44c061fe file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash b59b7084c7 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash 5af93ea994 service/am: Add function table for IDebugFunctions 7 years ago
Lioncash 60a98211a2 kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 465f301ce0 kernel/vm_manager: Amend flag values for CodeMutable 7 years ago
Lioncash 1b4128a12e core/memory: Remove unnecessary includes 7 years ago
Lioncash 912366764e kernel/process: Make MapSegment lambda reference parameter const 7 years ago
Lioncash 70ce9f5767 kernel: Move CodeSet structure to its own source files 7 years ago
Fernando Sahmkow 18ca210bb7 Fix crash caused by 2238. 7 years ago
Lioncash 2ee1a9132a loader: Remove Linker class 7 years ago
Lioncash 55b2ab35f7 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago
Lioncash 43fd362174 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Lioncash 63ac36a535 fsp_srv: Unstub SetCurrentProcess 7 years ago
Lioncash a7cb88f3b2 service/am: Add basic implementation of ChangeMainAppletMasterVolume 7 years ago
Lioncash a3db2ec8af service/am: Unstub SetTransparentVolumeRate() 7 years ago
Lioncash c70aa00b23 service/am: Unstub SetExpectedMasterVolume() 7 years ago
bunnei 5840ce2950 core: Move PageTable struct into Common. 7 years ago
Lioncash e6f8a5c934 ipc_helpers: Allow pushing and popping floating-point values 7 years ago
Lioncash 6e56eb5205 kernel/thread: Actually remove the definition of ExitCurrentThread() 7 years ago
bunnei ee8ae39de5 memory: Simplify rasterizer cache operations. 7 years ago
Lioncash 0032bede5a kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread 7 years ago
Lioncash cfb327a85b kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface 7 years ago
Lioncash 793d3102c2 kernel/thread: Expand documentation of nominal_priority and current_priority 7 years ago
Lioncash c92e8f4e30 kernel/thread: Make bracing consistent within UpdatePriority() 7 years ago
Lioncash f68087ce12 kernel/thread: Amend condition within UpdatePriority() 7 years ago
Lioncash 8b4380a068 kernel/thread: Maintain priority ordering of added mutex waiting threads 7 years ago
bunnei 7fccfc3ee7 gpu: Use host address for caching instead of guest address. 7 years ago
Lioncash 1656ea7235 core/hle/kernel/mutex: Remove usages of global system accessors 7 years ago
Lioncash 423a2ef536 core/hle/kernel: Make Mutex a per-process class. 7 years ago
Lioncash 959bb525f7 kernel/process: Remove use of global system accessors 7 years ago
Lioncash 9c8de2ee40 kernel/server_port: Make data members private 7 years ago
Lioncash 9053abb00d hwopus: Leverage multistream API for decoding regular Opus packets 7 years ago
Lioncash 6bb508f357 core/hle/result: Remove now-unnecessary manually defined copy assignment operator 7 years ago
Lioncash 28bb00dcb2 core/hle/result: Amend error in comment description for ResultCode 7 years ago
Lioncash fc330266fc core/hle/result: Remove now-unused constructor for ResultCode 7 years ago
Lioncash fc7bc644cc core/hle/result: Relocate IPC error code to ipc_helpers 7 years ago
Lioncash 322d4f1a1c service/service: Remove unncessary calls to c_str() 7 years ago
Hexagon12 033cda6e5e clang fix 7 years ago
Hexagon12 49ecd006da Log 2 new setting values 7 years ago
Lioncash 922f4d460e kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional 7 years ago
Lioncash 1f5cd8cac7 kernel: Make the address arbiter instance per-process 7 years ago
Lioncash 0321c000ee kernel/svc: Move address arbiter signaling behind a unified API function 7 years ago
Lioncash 7a518ea8fd kernel/svc: Move address arbiter waiting behind a unified API function 7 years ago
Lioncash a98f0b7e93 service/audio/hwopus: Move decoder state to its own class 7 years ago
Lioncash 133da63a0f service/audio/hwopus: Provide a name for the second word of OpusPacketHeader 7 years ago
Lioncash e842b63161 service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager 7 years ago
Lioncash a92d39462b service/audio/hwopus: Enclose internals in an anonymous namespace 7 years ago
Lioncash e7e5002e64 service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing 7 years ago
bunnei 83079031b3 gpu: Refactor a/synchronous implementations into their own classes. 7 years ago
bunnei 9d1ee628b2 gpu: Move command processing to another thread. 7 years ago