9986 Commits (daca045fcd6df9f2d6bcceffb8410de73770d85b)

Author SHA1 Message Date
Lioncash 0209de123b kernel/svc: Move address arbiter waiting behind a unified API function 7 years ago
Lioncash e99a148628 common/bit_field: Make BitField trivially copyable 7 years ago
Lioncash c2d4c8b95e video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype 7 years ago
Lioncash 48a461a629 video_core/gpu_thread: Amend constructor initializer list order 7 years ago
Lioncash 24e2e601d5 video_core/gpu: Make GPU's destructor virtual 7 years ago
zhupengfei 39e895c5ff citra_qt: Settings (configuration) rework 8 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
Lioncash 64e7524f36 service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing 7 years ago
bunnei 84ad81ee67 gpu_thread: Fix deadlock with threading idle state check. 7 years ago
bunnei 63aa08acbe gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. 7 years ago
bunnei 3f1b4fb23a gpu: Always flush. 7 years ago
bunnei aaa373585c gpu: Refactor a/synchronous implementations into their own classes. 7 years ago
bunnei 7b574f406b gpu: Move command processing to another thread. 7 years ago
bunnei 65651078e5 bootmanager: Ensure that we have a context for shader loading. 7 years ago
bunnei ac51d048a9 gpu: Refactor command and swap buffers interface for asynch. 7 years ago
bunnei 4483089d70 gpu: Refactor to take RendererBase instead of RasterizerInterface. 7 years ago
bunnei d6015ee211 settings: Add new graphics setting for use_asynchronous_gpu_emulation. 7 years ago
bunnei 81e086b5ac core: Set is_powered_on before GPU is initialized. 7 years ago
fearlessTobi c8d6f0cb82 yuzu: add a hotkey to switch between undocked and docked mode 7 years ago
Lioncash 9ac176d5a3 hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl() 7 years ago
Lioncash 196cc82913 yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 7 years ago
Lioncash f9ee0dc7ee video_core/engines: Remove unnecessary includes 7 years ago
Lioncash 221613d4ea kernel/server_session: Make data members private 7 years ago
Lioncash 7526b6fce3 kernel/client_session: Make data members private 7 years ago
Lioncash ad9dbeb44b hle/service/audio: Extract audio error codes to a header 7 years ago
Lioncash c161389a0f kernel/address_arbiter: Pass in system instance to constructor 7 years ago
Lioncash 9d9676f620 kernel/address_arbiter: Minor tidying up 7 years ago
Lioncash ec6664f6d6 kernel/address_arbiter: Convert the address arbiter into a class 7 years ago
Lioncash 42085ff110 video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() 7 years ago
Zach Hilman 52ac6419da vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Lioncash 79f970e6de kernel/thread: Remove obsolete TODO in Create() 7 years ago
Lioncash 02bc9e9de1 core/hle/ipc: Remove unnecessary includes 7 years ago
Zach Hilman 7053546687 core: Add support for registering and controlling ownership of CheatEngine 7 years ago
Zach Hilman 769b346682 cheat_engine: Add parser and interpreter for game cheats 7 years ago
Zach Hilman c100a4b8d4 loader/nso: Set main code region in VMManager 7 years ago
Zach Hilman b952a30555 vm_manager: Add support for storing and getting main code region 7 years ago
Zach Hilman 4495bf5706 patch_manager: Display cheats in game list add-ons 7 years ago
Zach Hilman c5091bfe00 patch_manager: Add support for loading cheats lists 7 years ago
Zach Hilman 9d1ab766a0 controllers/npad: Add accessor for current press state 7 years ago
Zach Hilman 4130b07f88 web_browser: Add shortcut to Enter key to exit applet 7 years ago
Lioncash 40de7f6fe8 vm_manager: Use range helpers in HeapAlloc() and HeapFree() 7 years ago
Lioncash 6c42a23550 vm_manager: Provide address range checking functions for other memory regions 7 years ago
Lioncash fad20213e6 kernel/scheduler: Pass in system instance in constructor 7 years ago
Lioncash f59040d752 kernel/shared_memory: Get rid of the use of global accessor functions within Create() 7 years ago
Lioncash 0be8fffc99 svc: Migrate address range checking functions to VMManager 7 years ago
Lioncash b114928459 core/core: Remove the global telemetry accessor function 7 years ago
Lioncash 319365fdf0 yuzu: Remove usage of the global telemetry accessor 7 years ago