9518 Commits (1cf90f45704373cd61d274d1e3c4dc6e5be87eaa)

Author SHA1 Message Date
Lioncash 1cf90f4570 file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash 90e27ea003 loader/nso: Fix definition of the NSO header struct 7 years ago
Lioncash ee49e1fcb6 file_sys/patch_manager: Remove two magic values 7 years ago
Lioncash 76f27d1f44 service/am: Add function table for IDebugFunctions 7 years ago
Lioncash 18918f5f2f kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 56c80a2a21 kernel/vm_manager: Amend flag values for CodeMutable 7 years ago
Lioncash c221308a66 core/memory: Remove unnecessary includes 7 years ago
Lioncash 109b78a6d6 common/bit_util: Fix bad merge duplicating the copy constructor 7 years ago
Lioncash f2c41ba256 common/uint128: Add missing header guard 7 years ago
Lioncash b0d70096a1 common/uint128: Add missing top-file source text 7 years ago
Lioncash 1b6adb5308 common/CMakeLists: Amend boost dependency 7 years ago
Lioncash 8f454a5c68 kernel/process: Make MapSegment lambda reference parameter const 7 years ago
Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files 7 years ago
Fernando Sahmkow 8a320a6ee2 Fix crash caused by 2238. 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
xperia64 ec74a4fd4a Fix getopt on systems where char is unsigned by default 7 years ago
Lioncash b8c7072206 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Lioncash eb335f51ca input_common/sdl: Correct return values within implementations of GetPollers() 7 years ago
Lioncash 874826b6dd input_common/sdl: Use a type alias to shorten declaration of GetPollers 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
Lioncash 114060fd87 input_common/sdl_impl: Make lambda capture more specific in SDLState constructor 7 years ago
Lioncash d74aa13bd3 input_common/sdl_impl: Remove unnecessary std::chrono::duration construction 7 years ago
Lioncash 834d3fe336 input_common/sdl_impl: Remove unused variable in SDLState constructor 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
bunnei 032e4c4ca3 gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. 7 years ago
Lioncash 64444ff481 ipc_helpers: Allow pushing and popping floating-point values 7 years ago
Lioncash f71c598907 common/thread_queue_list: Remove unnecessary dependency on boost 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
bunnei 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 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
liushuyu 59f16f2e02 frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hang 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
ReinUsesLisp ffe2e50458 video_core/morton: Use enum to describe MortonCopyPixels128 mode 7 years ago
ReinUsesLisp 6ed6129b4f video_core/morton: Remove unused parameter in MortonSwizzle 7 years ago
ReinUsesLisp 9030a8259f video_core/morton: Remove clang-format off when it's not needed 7 years ago
ReinUsesLisp fdf76a25ab video_core/morton: Remove unused functions 7 years ago
ReinUsesLisp a63295a872 video_core/texture: Fix up sampler lod bias 7 years ago
Mat M a3734d7e31
vk_sampler_cache: Use operator== instead of memcmp 7 years ago