10831 Commits (cd2921a047db171457fce4e2c19ee7f2beb3d63b)
 

Author SHA1 Message Date
bunnei e633021532
Merge pull request #1764 from bunnei/macrointerpreter 7 years ago
Lioncash 232d95b56e core: Relocate CPU core management to its own class 7 years ago
bunnei 033b46253e macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 7 years ago
bunnei 5a6dc4d041 audout_u: Add support for multiple IAudioOut streams. 7 years ago
bunnei 0e6a608245 maxwell_3d: Implement alternate blend equations. 7 years ago
Lioncash 1bf5a337a5 common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter 7 years ago
bunnei b84f4cfb62
Merge pull request #1737 from FernandoS27/layer-copy 7 years ago
bunnei f0d3f1b376
Merge pull request #1771 from lioncash/bit-set 7 years ago
Zach Hilman 820d81b9a5 scheduler: Add explanations for YieldWith and WithoutLoadBalancing 7 years ago
bunnei f926559ef4
Merge pull request #1767 from lioncash/handle 7 years ago
Lioncash 93f7677402 common/thread: Make Barrier's 'count' member non-const 7 years ago
Lioncash 756e773096 common/thread: Initialize class member variables where applicable 7 years ago
Lioncash 02602afd10 common/thread: Group non-member functions together 7 years ago
Lioncash d6583d68f6 common/thread: Remove SleepCurrentThread() 7 years ago
Lioncash 1d555fdd25 common/thread: Remove unused CurrentThreadId() 7 years ago
Lioncash 8b27e73bd7 common: Remove bit_set.h 7 years ago
Zach Hilman 699900eed0 applets: Add StubApplet 7 years ago
ReinUsesLisp 74eb16521f gl_shader_decompiler: Rename internal flag strings 7 years ago
ReinUsesLisp 8a5e6fce07 gl_shader_decompiler: Rename control codes to condition codes 7 years ago
greggameplayer 6d2adb0bc0
Automatically disable joycons docked 7 years ago
ReinUsesLisp 864cbbaf4c gl_shader_decompiler: Fix register overwriting on texture calls 7 years ago
Lioncash 0e35f1bb18 kernel/handle_table: Move private static functions into the cpp file 7 years ago
Lioncash 568bcbc29d kernel/handle_table: Restrict handle table size to 1024 entries 7 years ago
Lioncash f5ce71793e kernel/handle_table: Default destructor in the cpp file 7 years ago
bunnei ec38b4e883
Merge pull request #1753 from FernandoS27/ufbtype 7 years ago
bunnei 61586e8794
Merge pull request #1752 from ReinUsesLisp/unimpl-decompiler 7 years ago
FernandoS27 4a6a9b6622 Properly Implemented TXQ Instruction 7 years ago
bunnei d4012a4540
Merge pull request #1742 from lioncash/hle-swkbd 7 years ago
ReinUsesLisp 642dfeda2a gl_shader_decompiler: Implement BFI_IMM_R 7 years ago
bunnei 7f10db1c20 nvhost_ctrl_gpu: Implement IoctlGetGpuTime. 7 years ago
bunnei bb175ab430
Merge pull request #1754 from ReinUsesLisp/zero-register 7 years ago
bunnei 8cdb48224d
Merge pull request #1758 from lioncash/rect 7 years ago
bunnei 81e14c072a
Merge pull request #1759 from lioncash/unused 7 years ago
FernandoS27 0368260c99 Removed pre 4.3 ARB extensions 7 years ago
FernandoS27 377c60645c Update OpenGL's backend version from 3.3 to 4.3 7 years ago
FernandoS27 0a9fedfac9 Use default values for unknown framebuffer pixel format 7 years ago
Lioncash 3533d33ff5 common: Remove dependency on xbyak 7 years ago
ReinUsesLisp d92afc7493 gl_shader_decompiler: Implement R2P_IMM 7 years ago
Lioncash 45211a7a91 common/math_util: Simplify std::make_signed usages to std::make_signed_t 7 years ago
Lioncash f11173f88c common/math_util: Make Rectangle's constructors constexpr 7 years ago
Lioncash cc0801745a common/math_util: Remove unnecessary static from PI 7 years ago
Lioncash 74fd0aa2e8 common/math_util: Remove unused IntervalsIntersect() function 7 years ago
bunnei 5af4160bf2
Merge pull request #1751 from bunnei/color-mask-fix 7 years ago
ReinUsesLisp 423a3ed2c8 gl_shader_decompiler: Remove UNREACHABLE when setting RZ 7 years ago
bunnei b55c7bbcf7
Merge pull request #1750 from lioncash/amend 7 years ago
ReinUsesLisp bb893188eb gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when applicable 7 years ago
bunnei 1a543723ab maxwell_3d: Initialize rasterizer color mask registers as enabled. 7 years ago
Lioncash f17e122025 am: Correct build failure 7 years ago
Zach Hilman 54e74b3572 patch_manager: Show LayeredExeFS patch in add-ons column 7 years ago
bunnei aa7e53ab5c
Merge pull request #1734 from lioncash/shared 7 years ago