15752 Commits (b467d4dbd058e46eecbcf577013e539bf73feca2)
 

Author SHA1 Message Date
Lioncash 0321c000ee kernel/svc: Move address arbiter signaling behind a unified API function 8 years ago
Lioncash 7a518ea8fd kernel/svc: Move address arbiter waiting behind a unified API function 8 years ago
bunnei cb3f4449a9 Merge pull request #2195 from lioncash/shared-global 8 years ago
Lioncash b20657a36f common/bit_field: Make BitField trivially copyable 8 years ago
Lioncash 8e1dbd7c45 video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype 8 years ago
Lioncash 6f95564b38 video_core/gpu_thread: Amend constructor initializer list order 8 years ago
Lioncash bd263e75cc video_core/gpu: Make GPU's destructor virtual 8 years ago
bunnei 95fff8fd23 Merge pull request #2196 from DarkLordZach/web-applet-esc 8 years ago
bunnei 3846cfa7ba Merge pull request #2202 from lioncash/port-priv 8 years ago
bunnei 0d8c21f892 Merge pull request #2205 from FearlessTobi/docked-undocked-hotkey 8 years ago
zhupengfei 1f02afc376 citra_qt: Settings (configuration) rework 8 years ago
bunnei af2c9aae55 Merge pull request #2206 from lioncash/audio-stop 8 years ago
bunnei 757fd21d98 Merge pull request #2055 from bunnei/gpu-thread 8 years ago
Lioncash a98f0b7e93 service/audio/hwopus: Move decoder state to its own class 8 years ago
Lioncash 133da63a0f service/audio/hwopus: Provide a name for the second word of OpusPacketHeader 8 years ago
Lioncash e842b63161 service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager 8 years ago
Lioncash a92d39462b service/audio/hwopus: Enclose internals in an anonymous namespace 8 years ago
Lioncash e7e5002e64 service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing 8 years ago
bunnei 72cfb6383c Merge pull request #2149 from ReinUsesLisp/decoders-style 8 years ago
bunnei b67cb6208f Merge pull request #2197 from lioncash/include 8 years ago
bunnei 01e509662d gpu_thread: Fix deadlock with threading idle state check. 8 years ago
bunnei 4633fda5be gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. 8 years ago
bunnei fbcb9e6815 gpu: Always flush. 8 years ago
bunnei 83079031b3 gpu: Refactor a/synchronous implementations into their own classes. 8 years ago
bunnei 9d1ee628b2 gpu: Move command processing to another thread. 8 years ago
bunnei 1945456cc7 bootmanager: Ensure that we have a context for shader loading. 8 years ago
bunnei d6be1f1a53 Merge pull request #2190 from lioncash/ogl-global 8 years ago
bunnei edf09ff450 gpu: Refactor command and swap buffers interface for asynch. 8 years ago
bunnei 1e27162275 gpu: Refactor to take RendererBase instead of RasterizerInterface. 8 years ago
bunnei 300139799f settings: Add new graphics setting for use_asynchronous_gpu_emulation. 8 years ago
bunnei fca1122cef core: Set is_powered_on before GPU is initialized. 8 years ago
bunnei a9e4bbc70f Merge pull request #2199 from lioncash/arbiter 8 years ago
bunnei 47930412f6 Merge pull request #2201 from lioncash/audio-retval 8 years ago
bunnei d4a5fcecfa Merge pull request #2204 from lioncash/wait-tree 8 years ago
fearlessTobi 2851d41838 yuzu: add a hotkey to switch between undocked and docked mode 8 years ago
Lioncash 237796b9db hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl() 8 years ago
bunnei 4ca177d536 Merge pull request #2194 from lioncash/mem 8 years ago
bunnei 7e0d80520e Merge pull request #2200 from lioncash/audio 8 years ago
bunnei 078b37234b Merge pull request #2203 from lioncash/engines-include 8 years ago
bunnei 2cc8e9cc61 Merge pull request #2198 from lioncash/todo 8 years ago
Lioncash 2c92a30baa yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 8 years ago
Lioncash f596ce7887 video_core/engines: Remove unnecessary includes 8 years ago
Lioncash 4306a41b5f kernel/server_session: Make data members private 8 years ago
Lioncash 802d919443 kernel/client_session: Make data members private 8 years ago
Lioncash 07f82f5a0d hle/service/audio: Extract audio error codes to a header 8 years ago
Lioncash b46942d789 kernel/address_arbiter: Pass in system instance to constructor 8 years ago
Lioncash b9a3259cab kernel/address_arbiter: Minor tidying up 8 years ago
Lioncash bfe7112496 kernel/address_arbiter: Convert the address arbiter into a class 8 years ago
Lioncash e45b6f69ea video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() 8 years ago
Zach Hilman 20c46b9242 vm_manager: Remove cheat-specific ranges from VMManager 8 years ago