summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1641 from DarkLordZach/sm-register-unregisterGravatar bunnei2018-11-232-2/+55
|\
| * sm: Implement RegisterService and UnregisterServiceGravatar Zach Hilman2018-11-032-2/+55
* | Merge pull request #1731 from DarkLordZach/change-dir-crashGravatar bunnei2018-11-232-0/+6
|\ \
| * | filesystem: Clear registered union paths on factory creationGravatar Zach Hilman2018-11-182-0/+6
* | | Merge pull request #1725 from FernandoS27/gl43Gravatar bunnei2018-11-238-52/+17
|\ \ \
| * | | Removed pre 4.3 ARB extensionsGravatar FernandoS272018-11-217-48/+13
| * | | Update OpenGL's backend version from 3.3 to 4.3Gravatar FernandoS272018-11-213-4/+4
* | | | Merge pull request #1785 from Tinob/masterGravatar bunnei2018-11-235-28/+95
|\ \ \ \
| * | | | Add support for clear_flags registerGravatar Rodolfo Bogado2018-11-245-28/+95
* | | | | Merge pull request #1692 from Hedges/GDBCleanGravatar bunnei2018-11-231-37/+86
|\ \ \ \ \
| * | | | | GDBStub improvements:Gravatar Hedges2018-11-131-37/+86
* | | | | | Merge pull request #1708 from ogniK5377/res-scaleGravatar bunnei2018-11-233-60/+78
|\ \ \ \ \ \
| * | | | | | Removed hard coded values for width and heightGravatar David Marcec2018-11-191-2/+4
| * | | | | | Report resolution scaling support for vi and amGravatar David Marcec2018-11-163-60/+76
* | | | | | | Merge pull request #1747 from DarkLordZach/exefs-lfsGravatar bunnei2018-11-237-2/+65
|\ \ \ \ \ \ \
| * | | | | | | patch_manager: Show LayeredExeFS patch in add-ons columnGravatar Zach Hilman2018-11-202-4/+15
| * | | | | | | patch_manager: Apply LayeredExeFS patchesGravatar Zach Hilman2018-11-201-0/+25
| * | | | | | | settings: Add option to dump ExeFS of games upon launchGravatar Zach Hilman2018-11-207-0/+27
* | | | | | | | Merge pull request #1769 from ReinUsesLisp/ccGravatar bunnei2018-11-232-70/+81
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | gl_shader_decompiler: Add a message for unimplemented cc generationGravatar ReinUsesLisp2018-11-221-23/+46
| * | | | | | | gl_shader_decompiler: Rename internal flag stringsGravatar ReinUsesLisp2018-11-211-15/+20
| * | | | | | | gl_shader_decompiler: Rename control codes to condition codesGravatar ReinUsesLisp2018-11-212-67/+50
* | | | | | | | Merge pull request #1744 from degasus/shader_cacheGravatar bunnei2018-11-234-8/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | shader_cache: Only lock covered instructions.Gravatar Markus Wick2018-11-204-8/+24
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #1741 from lioncash/kbdGravatar bunnei2018-11-232-12/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | yuzu/applets/software_keyboard: Override accept() and reject() instead of pro...Gravatar Lioncash2018-11-202-8/+8
| * | | | | | | | yuzu/applets/software_keyboard: std::move std::function instances where appli...Gravatar Lioncash2018-11-201-2/+2
| * | | | | | | | yuzu/applets/software_keyboard: Make slots private functionsGravatar Lioncash2018-11-201-2/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #1770 from DarkLordZach/applet-stubGravatar bunnei2018-11-234-4/+102
|\ \ \ \ \ \ \ \
| * | | | | | | | am: Return StubApplet instead of nullptr when AppletId not foundGravatar Zach Hilman2018-11-223-11/+11
| * | | | | | | | applets: Add StubAppletGravatar Zach Hilman2018-11-213-0/+98
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1777 from lioncash/core-mgrGravatar bunnei2018-11-234-97/+225
|\ \ \ \ \ \ \ \
| * | | | | | | | core: Relocate CPU core management to its own classGravatar Lioncash2018-11-224-97/+225
* | | | | | | | | Merge pull request #1773 from lioncash/threadGravatar bunnei2018-11-232-41/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | common/thread: Drop Hungarian notation on SetCurrentThreadName's parameterGravatar Lioncash2018-11-221-7/+7
| * | | | | | | | | common/thread: Make Barrier's 'count' member non-constGravatar Lioncash2018-11-211-1/+1
| * | | | | | | | | common/thread: Initialize class member variables where applicableGravatar Lioncash2018-11-211-6/+4
| * | | | | | | | | common/thread: Group non-member functions togetherGravatar Lioncash2018-11-211-3/+2
| * | | | | | | | | common/thread: Remove SleepCurrentThread()Gravatar Lioncash2018-11-212-12/+0
| * | | | | | | | | common/thread: Remove unused CurrentThreadId()Gravatar Lioncash2018-11-212-12/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Added predicate comparison LessEqualWithNan (#1736)Gravatar Hexagon122018-11-232-5/+13
* | | | | | | | | Merge pull request #1756 from ReinUsesLisp/fix-texturesGravatar bunnei2018-11-231-60/+78
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gl_shader_decompiler: Fix register overwriting on texture callsGravatar ReinUsesLisp2018-11-211-60/+78
| |/ / / / / / / /
* | | | | | | | | Merge pull request #1766 from FernandoS27/fix-txqGravatar bunnei2018-11-231-2/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Properly Implemented TXQ InstructionGravatar FernandoS272018-11-211-2/+12
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #1762 from bunnei/getgputimeGravatar bunnei2018-11-232-0/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nvhost_ctrl_gpu: Implement IoctlGetGpuTime.Gravatar bunnei2018-11-212-0/+19
* | | | | | | | | | debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)Gravatar Zach Hilman2018-11-221-2/+3
* | | | | | | | | | Merge pull request #1775 from bunnei/blend-eqGravatar bunnei2018-11-222-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | maxwell_3d: Implement alternate blend equations.Gravatar bunnei2018-11-222-0/+12
| |/ / / / / / / / /