9827 Commits (cde8e7f60513f8b030d019d489dda50837b4e508)

Author SHA1 Message Date
Lioncash 6459301aa3 common/thread: Group non-member functions together 8 years ago
Lioncash 814e65334e common/thread: Remove SleepCurrentThread() 8 years ago
Lioncash c8c46d0278 common/thread: Remove unused CurrentThreadId() 8 years ago
Lioncash aa5e7037ec common: Remove bit_set.h 8 years ago
Zach Hilman 9217befd9f applets: Add StubApplet 8 years ago
ReinUsesLisp db76af3a58 gl_shader_decompiler: Rename internal flag strings 8 years ago
ReinUsesLisp bd4b3f0cc2 gl_shader_decompiler: Rename control codes to condition codes 8 years ago
greggameplayer 797d3473b4 Automatically disable joycons docked 8 years ago
ReinUsesLisp d0cbabb0cd gl_shader_decompiler: Fix register overwriting on texture calls 8 years ago
Lioncash f1a863e583 kernel/handle_table: Move private static functions into the cpp file 8 years ago
Lioncash 6fac9e5b31 kernel/handle_table: Restrict handle table size to 1024 entries 8 years ago
Lioncash 6c9a6a08ee kernel/handle_table: Default destructor in the cpp file 8 years ago
FernandoS27 1d41ebf29e Properly Implemented TXQ Instruction 8 years ago
ReinUsesLisp db0e7fa147 gl_shader_decompiler: Implement BFI_IMM_R 8 years ago
bunnei a9b2d1bb73 nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 8 years ago
FernandoS27 ac7b0966a1 Removed pre 4.3 ARB extensions 8 years ago
FernandoS27 5f3d7e7fa2 Update OpenGL's backend version from 3.3 to 4.3 8 years ago
FernandoS27 d79f3473ae Use default values for unknown framebuffer pixel format 8 years ago
Lioncash 7a14d90f97 common: Remove dependency on xbyak 8 years ago
ReinUsesLisp e933f0851a gl_shader_decompiler: Implement R2P_IMM 8 years ago
Lioncash 2c80a3e089 common/math_util: Simplify std::make_signed usages to std::make_signed_t 8 years ago
Lioncash fb1339a385 common/math_util: Make Rectangle's constructors constexpr 8 years ago
Lioncash 60d2e259bb common/math_util: Remove unnecessary static from PI 8 years ago
Lioncash b3577fccc1 common/math_util: Remove unused IntervalsIntersect() function 8 years ago
ReinUsesLisp 5ca514e539 gl_shader_decompiler: Remove UNREACHABLE when setting RZ 8 years ago
ReinUsesLisp 6f4dcefc6a gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when applicable 8 years ago
bunnei 953c140eca maxwell_3d: Initialize rasterizer color mask registers as enabled. 8 years ago
Lioncash 4bf9e0d35d am: Correct build failure 8 years ago
Zach Hilman 9192141822 patch_manager: Show LayeredExeFS patch in add-ons column 8 years ago
Lioncash 843a440afc file_sys/card_image: Provide named members for the GamecardInfo struct 8 years ago
Lioncash dd8172d440 common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions 8 years ago
Lioncash 6567d76590 common/assert: Make the UNIMPLEMENTED macro properly assert 8 years ago
Zach Hilman 67e33e8866 patch_manager: Apply LayeredExeFS patches 8 years ago
Zach Hilman df1c902e44 settings: Add option to dump ExeFS of games upon launch 8 years ago
Lioncash 7bdf580058 kernel/process: Move <random> include to the cpp file 8 years ago
Markus Wick ac59f51d23 shader_cache: Only lock covered instructions. 8 years ago
Lioncash 323618c33b am/applets: Make the applet data broker part of the applet itself. 8 years ago
Lioncash 646c9eeca5 am/applets: Replace includes with forward declarations where applicable 8 years ago
Lioncash e784b733d9 am/applets: Relocate comments above the relevant data member in AppletDataBroker 8 years ago
Lioncash 22af607a8d yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functions 8 years ago
Lioncash 870fa5e657 yuzu/applets/software_keyboard: std::move std::function instances where applicable 8 years ago
Lioncash a7602de1b5 yuzu/applets/software_keyboard: Make slots private functions 8 years ago
FernandoS27 76f57ab562 Implemented Fast Layered Copy 8 years ago
Lioncash fa7a76d1e0 kernel/resource_limit: Clean up interface 8 years ago
Lioncash 5508ceb0eb lm: Implement SetDestination by doing nothing 8 years ago
Zach Hilman a52a226ded software_keyboard: Fix erroneous extra PushNormalData 8 years ago
Zach Hilman 3b90729c00 software_keyboard: Return correct result code on user cancel operation 8 years ago
Zach Hilman 0660384309 applet: Add AppletDataBroker to manage HLE to AM service interaction 8 years ago
Zach Hilman 0e6547f499 software_keyboard: Use correct offset for inital text string 8 years ago
Lioncash 0067bc137f kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer 8 years ago