10996 Commits (2bcebcff2ae459739c0d021f202fe4293d931069)
 

Author SHA1 Message Date
Lioncash 79f970e6de kernel/thread: Remove obsolete TODO in Create() 7 years ago
Lioncash 02bc9e9de1 core/hle/ipc: Remove unnecessary includes 7 years ago
bunnei cc92c054ec
Merge pull request #2185 from FearlessTobi/port-4630 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
bunnei 07e13d6728
Merge pull request #2165 from ReinUsesLisp/unbind-tex 7 years ago
bunnei 6ad66acce2
Merge pull request #2188 from lioncash/log-static 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
Lioncash 697a4669e1 yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor in main() 7 years ago
Lioncash b5f0dc95db core/core: Replace direct usage of the global system telemetry accessor from Shutdown() 7 years ago
Lioncash 90febaf717 video_core/renderer_opengl: Replace direct usage of global system object accessors 7 years ago
ReinUsesLisp 1f6571b3de maxwell_to_vk: Initial implementation 7 years ago
bunnei be6bf37224
Merge pull request #2189 from lioncash/web 7 years ago
Lioncash aa30fd75cd web_service: Remove unnecessary inclusions 7 years ago
Mat M 169d19f7b9
Merge pull request #2154 from FearlessTobi/port-4647 7 years ago
Lioncash f8f1ff0b4f logging/backend: Make time_origin a class variable instead of a local static 7 years ago
Lioncash 43c1092031 logging/backend: Move CreateEntry into the Impl class 7 years ago
Mat M a461e266ea
Merge pull request #2183 from ReinUsesLisp/vk-buffer-cache-clang 7 years ago
B3n30 71817afbe9 fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog 7 years ago
Weiyi Wang 8b98f60e3c input/sdl: lock map mutex after SDL call 7 years ago
James Rowe 09ac66388c Input: Remove global variables from SDL Input 7 years ago
James Rowe c8554d218b Input: Copy current SDL.h/cpp files to impl 7 years ago
James Rowe 2e2f6aa71a
Merge pull request #2186 from honzapatCZ/patch-1 7 years ago
fearlessTobi 71c30a0a89 citra_qt/main: make SPEED_LIMIT_STEP static constexpr 7 years ago
Nejcraft 90fd257b47
Yuzu can render 3D. 7 years ago
Weiyi Wang 5159f4eee8 Memory: don't lock hle mutex in memory read/write 7 years ago
bunnei 3c39b39bbc
Merge pull request #2182 from bunnei/my-wasted-friday 7 years ago
ReinUsesLisp 8e84e81e74 vk_buffer_cache: Fix clang-format 7 years ago
bunnei e22670fbc3
Merge pull request #2178 from ReinUsesLisp/vk-buffer-cache 7 years ago
bunnei ab70c2583d fuck git for ruining my day, I will learn but I will not forgive 7 years ago
ReinUsesLisp 35c105a108 vk_buffer_cache: Implement a buffer cache 7 years ago
bunnei 1da8a0c2a8
Merge pull request #2173 from lioncash/capture 7 years ago
bunnei 12e74fe801
Merge pull request #2180 from lioncash/audren 7 years ago
bunnei 115fc6120c
Merge pull request #2181 from lioncash/audren2 7 years ago
Lioncash 84aff56644 service/audio/audren_u: Implement OpenAudioRendererAuto 7 years ago
Lioncash 42dc73157c service/audio: Provide an implementation of ExecuteAudioRendererRendering 7 years ago
ReinUsesLisp e85066dac7 gl_rasterizer: Remove texture unbinding after dispatching a draw call 7 years ago
ReinUsesLisp bb3ab7d66c gl_state: Fixup multibind bug 7 years ago