11948 Commits (447bdac298c8a4d71b95996ba44efa9a5fd39e84)
 

Author SHA1 Message Date
Lioncash b01cce716e video_core/engines/engine_upload: Amend constructor initializer list order 7 years ago
Lioncash 9b6d993e52 video_core/engines/engine_upload: Default destructor in the cpp file 7 years ago
Lioncash ec1c69258a video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations 7 years ago
Lioncash 0f83c8dffa video_core/engines/engine_upload: Remove unnecessary includes 7 years ago
Lioncash 5db1b54b58 video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() 7 years ago
Lioncash 48ce5880a0 video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() 7 years ago
Lioncash c212fc9b2c video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs 7 years ago
Lioncash d6d809db87 yuzu: Remove explicit types from locks where applicable 7 years ago
Lioncash c5129a3a58 video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer 7 years ago
Mat M c4d549919f
Merge pull request #2462 from lioncash/video-mm 7 years ago
Mat M dadcf317dc
Merge pull request #2461 from lioncash/unused-var 7 years ago
Mat M 8b933e77cd
Merge pull request #2460 from lioncash/volatile 7 years ago
Mat M 3e8e335a5c
Merge pull request #2450 from lioncash/warn-level 7 years ago
Rodrigo Locatti 940a71089d
Merge pull request #2413 from FernandoS27/opt-gpu 7 years ago
Sebastian Valle 9ef45f00bf
GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot. 7 years ago
Lioncash c823cf6594 service/set: Correct and simplify behavior related to copying language codes 7 years ago
Lioncash 716fbaef74 video_core/memory_manager: Mark IsBlockContinuous() as a const member function 7 years ago
Lioncash d4bcd006b2 video_core/memory_manager: Mark the constructor as explicit 7 years ago
Lioncash fd12788967 video_core/memory_manager: Default the destructor within the cpp file 7 years ago
Lioncash 53afe47cec video_core/memory_manager: Amend doxygen comments 7 years ago
Lioncash 5235b053b4 video_core/memory_manager: Remove superfluous const from function declarations 7 years ago
Lioncash b6408e9671 video_core/renderer_opengl/gl_shader_cache: Correct member initialization order 7 years ago
Lioncash e43ba3acd4 video_core/shader/decode/texture: Remove unused variable from GetTld4Code() 7 years ago
Lioncash e3c45b4338 renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInternalFlags() 7 years ago
Lioncash 175fe8aaeb video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() function 7 years ago
Lioncash 6d28d288a3 video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in UploadGLMipmapTexture() 7 years ago
Lioncash ba165b1092 video_core/gpu_thread: Remove unused local variable 7 years ago
Lioncash c56d893e77 video_core/textures/astc: Remove unused variables 7 years ago
Lioncash c4d03f0154 CMakeLists: Specify /volatile:iso for MSVC 7 years ago
bunnei 7cb17834c7
Merge pull request #2437 from lioncash/audctl 7 years ago
bunnei f3317cf2db
Merge pull request #2454 from lioncash/cflag 7 years ago
bunnei daca045fcd
Merge pull request #2442 from FernandoS27/astc-fix 7 years ago
bunnei f69d3a6351
Merge pull request #2443 from ReinUsesLisp/skip-repeated-variants 7 years ago
bunnei 5907619a04
Merge pull request #2445 from FearlessTobi/port-4749 7 years ago
bunnei 9567b3a293
Merge pull request #2458 from lioncash/hotkey 7 years ago
bunnei c6f3831320
Merge pull request #2456 from lioncash/qualifier 7 years ago
bunnei 8abf0add04
Merge pull request #2459 from lioncash/what 7 years ago
bunnei 5b6571c170
Merge pull request #2453 from lioncash/enum 7 years ago
bunnei c27b81cb85
Merge pull request #2429 from FernandoS27/compute 7 years ago
bunnei 0e9a17b029
Merge pull request #2440 from lioncash/dynarmic 7 years ago
Lioncash f3c18d622e configure_dialog: Remove the Whats This? button from the dialog 7 years ago
Lioncash 8bdef4f951 yuzu/hotkeys: Remove unnecessary constructor 7 years ago
Lioncash d955944869 yuzu/main: Move window title updating logic to its own function 7 years ago
Lioncash bf1829a717 yuzu/about_dialog: Specify string conversions explicitly 7 years ago
Lioncash a97120efc1 yuzu/compatdb: Remove unnecessary qualifiers 7 years ago
Lioncash 4ef3329f81 configuration/config: Move config loading and saving to functions based off groups 7 years ago
Lioncash 70c6506a7e src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags 7 years ago
Lioncash 6ca7241bd9 src/CMakeLists: Vertically order compilation flags 7 years ago
Lioncash 495a8d8d95 core/memory: Remove unused FlushMode enum 7 years ago
Fernando Sahmkow 3a08c3207b Correct possible error on Rasterizer Caches 7 years ago