10074 Commits (17255cd835a4727ab83fd2bfa1b4d21a98a19f61)

Author SHA1 Message Date
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
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
Lioncash aa30fd75cd web_service: Remove unnecessary inclusions 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
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
fearlessTobi 71c30a0a89 citra_qt/main: make SPEED_LIMIT_STEP static constexpr 7 years ago
Weiyi Wang 5159f4eee8 Memory: don't lock hle mutex in memory read/write 7 years ago
ReinUsesLisp 8e84e81e74 vk_buffer_cache: Fix clang-format 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
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
Fernando Sahmkow 7ea097e5c2 Devirtualize Register/Unregister and use a wrapper instead. 7 years ago
Fernando Sahmkow 5a9204dbd7 Corrections and redesign. 7 years ago
Fernando Sahmkow d6b9b51606 Fix linux compile error. 7 years ago
Fernando Sahmkow e64fa4d2ea Remove NotifyFrameBuffer as we are doing a texception pass every drawcall. 7 years ago
Fernando Sahmkow 3558c88442 Remove certain optimizations that caused texception to fail in certain scenarios. 7 years ago
Fernando Sahmkow e9d84ef22c Bug fixes and formatting 7 years ago
Fernando Sahmkow 5bc82d124c rasterizer_cache_gl: Implement Texception Pass 7 years ago
Fernando Sahmkow 8932001610 rasterizer_cache_gl: Implement Partial Reinterpretation of Surfaces. 7 years ago
Fernando Sahmkow 44ea2810e4 rasterizer_cache: mark reinterpreted surfaces and add ability to reload marked surfaces on next use. 7 years ago
Fernando Sahmkow d583fc1e97 rasterizer_cache_gl: Notify on framebuffer change 7 years ago
Fernando Sahmkow 45b6d2d349 rasterizer_cache: Expose FlushObject to Child classes and allow redefining of Register and Unregister 7 years ago
Annomatg ef84c70d22 Speed up memory page mapping (#2141) 7 years ago
Lioncash 1068c1b06f audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init 7 years ago
ReinUsesLisp 27ddbeb01c gl_rasterizer_cache: Create texture views for array discrepancies 7 years ago
Lioncash 6335bf136f service/hid: Amend forward declaration of ServiceManager 7 years ago
Lioncash 456c7043bd yuzu/compatdb: Remove unused lambda capture 7 years ago
Lioncash 16ea93c11e vk_memory_manager: Reorder constructor initializer list in terms of member declaration order 7 years ago
Lioncash a6a783b3dc gl_rasterizer: Reorder constructor initializer list in terms of member declaration order 7 years ago
Lioncash e7eff72e83 gl_shader_disk_cache: Remove #pragma once from cpp file 7 years ago
Lioncash 46b3209abb core/frontend/emu_window: Make ClipToTouchScreen a const member function 7 years ago