| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | GDBStub improvements: | 2018-11-13 | 1 | -37/+86 | ||
| * | | | | | | | | | | | | Merge pull request #1708 from ogniK5377/res-scale | 2018-11-23 | 3 | -60/+78 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Removed hard coded values for width and height | 2018-11-19 | 1 | -2/+4 | ||
| | * | | | | | | | | | | | | Report resolution scaling support for vi and am | 2018-11-16 | 3 | -60/+76 | ||
| * | | | | | | | | | | | | | Merge pull request #1747 from DarkLordZach/exefs-lfs | 2018-11-23 | 7 | -2/+65 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | patch_manager: Show LayeredExeFS patch in add-ons column | 2018-11-20 | 2 | -4/+15 | ||
| | * | | | | | | | | | | | | | patch_manager: Apply LayeredExeFS patches | 2018-11-20 | 1 | -0/+25 | ||
| | * | | | | | | | | | | | | | settings: Add option to dump ExeFS of games upon launch | 2018-11-20 | 7 | -0/+27 | ||
| * | | | | | | | | | | | | | | Merge pull request #1769 from ReinUsesLisp/cc | 2018-11-23 | 2 | -70/+81 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | gl_shader_decompiler: Add a message for unimplemented cc generation | 2018-11-22 | 1 | -23/+46 | ||
| | * | | | | | | | | | | | | | gl_shader_decompiler: Rename internal flag strings | 2018-11-21 | 1 | -15/+20 | ||
| | * | | | | | | | | | | | | | gl_shader_decompiler: Rename control codes to condition codes | 2018-11-21 | 2 | -67/+50 | ||
| | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #1744 from degasus/shader_cache | 2018-11-23 | 4 | -8/+24 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | shader_cache: Only lock covered instructions. | 2018-11-20 | 4 | -8/+24 | ||
| | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #1741 from lioncash/kbd | 2018-11-23 | 2 | -12/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | yuzu/applets/software_keyboard: Override accept() and reject() instead of pro... | 2018-11-20 | 2 | -8/+8 | ||
| | * | | | | | | | | | | | | yuzu/applets/software_keyboard: std::move std::function instances where appli... | 2018-11-20 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | | yuzu/applets/software_keyboard: Make slots private functions | 2018-11-20 | 1 | -2/+1 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #1770 from DarkLordZach/applet-stub | 2018-11-23 | 4 | -4/+102 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | am: Return StubApplet instead of nullptr when AppletId not found | 2018-11-22 | 3 | -11/+11 | ||
| | * | | | | | | | | | | | | applets: Add StubApplet | 2018-11-21 | 3 | -0/+98 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1777 from lioncash/core-mgr | 2018-11-23 | 4 | -97/+225 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | core: Relocate CPU core management to its own class | 2018-11-22 | 4 | -97/+225 | ||
| * | | | | | | | | | | | | | Merge pull request #1773 from lioncash/thread | 2018-11-23 | 2 | -41/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter | 2018-11-22 | 1 | -7/+7 | ||
| | * | | | | | | | | | | | | | common/thread: Make Barrier's 'count' member non-const | 2018-11-21 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | common/thread: Initialize class member variables where applicable | 2018-11-21 | 1 | -6/+4 | ||
| | * | | | | | | | | | | | | | common/thread: Group non-member functions together | 2018-11-21 | 1 | -3/+2 | ||
| | * | | | | | | | | | | | | | common/thread: Remove SleepCurrentThread() | 2018-11-21 | 2 | -12/+0 | ||
| | * | | | | | | | | | | | | | common/thread: Remove unused CurrentThreadId() | 2018-11-21 | 2 | -12/+0 | ||
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Added predicate comparison LessEqualWithNan (#1736) | 2018-11-23 | 2 | -5/+13 | ||
| * | | | | | | | | | | | | | Merge pull request #1756 from ReinUsesLisp/fix-textures | 2018-11-23 | 1 | -60/+78 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | gl_shader_decompiler: Fix register overwriting on texture calls | 2018-11-21 | 1 | -60/+78 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #1766 from FernandoS27/fix-txq | 2018-11-23 | 1 | -2/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Properly Implemented TXQ Instruction | 2018-11-21 | 1 | -2/+12 | ||
| | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #1762 from bunnei/getgputime | 2018-11-23 | 2 | -0/+19 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | 2018-11-21 | 2 | -0/+19 | ||
| * | | | | | | | | | | | | | | debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) | 2018-11-22 | 1 | -2/+3 | ||
| | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #1775 from bunnei/blend-eq | 2018-11-22 | 2 | -0/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | maxwell_3d: Implement alternate blend equations. | 2018-11-22 | 2 | -0/+12 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #1765 from bunnei/multi-audout | 2018-11-22 | 2 | -9/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | audout_u: Add support for multiple IAudioOut streams. | 2018-11-22 | 2 | -9/+22 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #1764 from bunnei/macrointerpreter | 2018-11-22 | 2 | -8/+25 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. | 2018-11-22 | 2 | -8/+25 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #1737 from FernandoS27/layer-copy | 2018-11-21 | 2 | -2/+30 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Implemented Fast Layered Copy | 2018-11-19 | 2 | -2/+30 | ||
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1771 from lioncash/bit-set | 2018-11-21 | 2 | -245/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | common: Remove bit_set.h | 2018-11-21 | 2 | -245/+0 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1767 from lioncash/handle | 2018-11-21 | 2 | -12/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | kernel/handle_table: Move private static functions into the cpp file | 2018-11-21 | 2 | -7/+9 | ||