11429 Commits (f3f9929f02027a78be18170fc69023b6aad4313c)
 

Author SHA1 Message Date
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
Adityarup Laha 62287f8ee7 yuzu: Make hotkeys configurable via the GUI 7 years ago
bunnei 75e826199f Merge pull request #2048 from FearlessTobi/port-3924 7 years ago
Lioncash b87f456d0c CMakeLists: Remove now-unnecessary GCC special-casing 7 years ago
Dimitri A 1d2ecb6f89 gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) 7 years ago
liushuyu 193a07e418 frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hang 7 years ago
bunnei 7fccfc3ee7 gpu: Use host address for caching instead of guest address. 7 years ago
bunnei e400f8b65f Merge pull request #2233 from ReinUsesLisp/morton-cleanup 7 years ago
bunnei 5e4baabe78 Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache 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
bunnei 1ee5f28ab1 Merge pull request #2230 from lioncash/global 7 years ago
bunnei 7cf17f50d9 Merge pull request #2216 from ReinUsesLisp/rasterizer-system 7 years ago
bunnei 504f56e33a Merge pull request #2227 from lioncash/override 7 years ago
ReinUsesLisp 7db0e52458 video_core/morton: Use enum to describe MortonCopyPixels128 mode 7 years ago
ReinUsesLisp 91423268d3 video_core/morton: Remove unused parameter in MortonSwizzle 7 years ago
ReinUsesLisp 0c17b26ef8 video_core/morton: Remove clang-format off when it's not needed 7 years ago
ReinUsesLisp 369409d4f7 video_core/morton: Remove unused functions 7 years ago
bunnei 8420255bf9 Merge pull request #2226 from lioncash/private 7 years ago
bunnei 4bd4f3980b Merge pull request #2223 from lioncash/error 7 years ago
bunnei fe4ca1de08 Merge pull request #2187 from FearlessTobi/port-sdl-things 7 years ago
bunnei 060115895b Merge pull request #2166 from lioncash/vi-init-service 7 years ago
bunnei 97f9a1fbe4 Merge pull request #2231 from ReinUsesLisp/fixup-bias 7 years ago
Lioncash 181a086337 core/hle/kernel/svc: Implement svcUnmapTransferMemory 7 years ago
Lioncash 11670dd35a core/hle/kernel/svc: Implement svcMapTransferMemory 7 years ago
Lioncash 4ed697697d core/hle/kernel: Split transfer memory handling out into its own class 7 years ago
ReinUsesLisp 3288b12a28 video_core/texture: Fix up sampler lod bias 7 years ago
Mat M 0dfdec8949 vk_sampler_cache: Use operator== instead of memcmp 7 years ago
ReinUsesLisp a9c05dfcd7 vk_sampler_cache: Implement a sampler cache 7 years ago
Lioncash 959bb525f7 kernel/process: Remove use of global system accessors 7 years ago
bunnei 94d10d0711 Merge pull request #2211 from lioncash/arbiter 7 years ago
bunnei 241f77b8da Merge pull request #2222 from lioncash/cstr 7 years ago
ReinUsesLisp 1fc1607e10 video_core/texture: Add a raw representation of TSCEntry 7 years ago
bunnei 06886d0c41 Merge pull request #2215 from ReinUsesLisp/samplers 7 years ago
Lioncash ca1cb6bef4 renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_or_assign 7 years ago
Lioncash b7e2370601 renderer_opengl/gl_global_cache: Append missing override specifiers 7 years ago
Zach Hilman 3b027f3782 set_sys: Move constants to anonymous namespace 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
ReinUsesLisp 8f48835a8e gl_rasterizer: Use system instance passed from argument 7 years ago
Zach Hilman 03c5d788da set_sys: Use official nintendo version string 7 years ago
Zach Hilman d741f8ee90 system_version: Correct sizes on VectorVfsFile construction 7 years ago
Zach Hilman b6f1479992 set_sys: Use correct error codes in GetFirmwareVersion* 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