summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed unused file.Gravatar Subv2018-12-031-142/+0
* GPU: Don't try to route PFIFO methods (0-0x40) to the other engines.Gravatar Subv2018-12-031-0/+6
* Fix debug buildGravatar Lioncash2018-12-012-5/+3
* service/set: Convert GetLanguageCode over to using PushEnum()Gravatar Lioncash2018-11-301-1/+1
* service/set: Implement MakeLanguageCodeGravatar Lioncash2018-11-302-1/+19
* configure_input: Amend clang-format discrepanciesGravatar Lioncash2018-11-301-1/+1
* Merge pull request #1768 from greggameplayer/patch-2Gravatar bunnei2018-11-291-0/+4
|\
| * correct clang-formatGravatar greggameplayer2018-11-221-1/+1
| * Automatically disable joycons dockedGravatar greggameplayer2018-11-221-0/+4
* | Merge pull request #1801 from ogniK5377/log-before-executeGravatar bunnei2018-11-2951-390/+860
|\ \
| * | Added comment on Main memory size for more clarityGravatar David Marcec2018-11-271-0/+1
| * | Made svcSetHeapSize and svcCreateSharedMemory more readableGravatar David Marcec2018-11-271-4/+4
| * | Reworked svcs slightly, improved error messages in AM and fsp_srvGravatar David Marcec2018-11-273-20/+30
| * | Fixed hwopus compile errorGravatar David Marcec2018-11-261-1/+1
| * | Improved error messages in AM, HwOpus and NvMapGravatar David Marcec2018-11-263-26/+39
| * | Improved error messages for SVCsGravatar David Marcec2018-11-261-76/+170
| * | Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-2651-374/+726
* | | Merge pull request #1808 from Tinob/masterGravatar bunnei2018-11-283-15/+31
|\ \ \
| * | | remove viewport_transform_enabled as it seems to be inactive when valid trans...Gravatar Rodolfo Bogado2018-11-271-12/+5
| * | | Add support for Clip Distance enabled registerGravatar Rodolfo Bogado2018-11-263-3/+26
* | | | Merge pull request #1786 from Tinob/DepthClampGravatar bunnei2018-11-285-10/+58
|\ \ \ \
| * | | | Implement depth clampGravatar Rodolfo Bogado2018-11-265-10/+58
| |/ / /
* | | | Merge pull request #1817 from DarkLordZach/npad-idx-fixGravatar bunnei2018-11-281-2/+2
|\ \ \ \
| * | | | npad: Use NPadIdToIndex to prevent invalid array accessGravatar Zach Hilman2018-11-281-2/+2
| |/ / /
* | | | Merge pull request #1792 from bunnei/dma-pusherGravatar bunnei2018-11-2818-110/+365
|\ \ \ \
| * | | | dma_pushbuffer: Optimize to avoid loop and copy on Push.Gravatar bunnei2018-11-273-13/+23
| * | | | gpu: Move command list profiling to DmaPusher::DispatchCalls.Gravatar bunnei2018-11-272-5/+5
| * | | | gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei2018-11-2618-108/+353
* | | | | Merge pull request #1735 from FernandoS27/tex-spacingGravatar bunnei2018-11-278-36/+55
|\ \ \ \ \
| * | | | | Implemented Tile Width SpacingGravatar FernandoS272018-11-268-36/+55
* | | | | | Merge pull request #1814 from lioncash/ptrGravatar bunnei2018-11-273-33/+31
|\ \ \ \ \ \
| * | | | | | file_sys/registered_cache: Remove unused <map> includeGravatar Lioncash2018-11-271-1/+0
| * | | | | | file_sys/registered_cache: Use regular const references instead of std::share...Gravatar Lioncash2018-11-273-32/+31
* | | | | | | Merge pull request #1811 from lioncash/inputGravatar bunnei2018-11-276-94/+72
|\ \ \ \ \ \ \
| * | | | | | | yuzu/configure_input_player: Use std::size_t to represent the player index in...Gravatar Lioncash2018-11-272-3/+3
| * | | | | | | yuzu/configure_input: Make CallConfigureDialog a non-member template functionGravatar Lioncash2018-11-273-21/+20
| * | | | | | | yuzu/configure_input_player: Use a lambda expression instead of std::bindGravatar Lioncash2018-11-271-1/+1
| * | | | | | | yuzu/configure_input_player: Amend constructor initializer list orderGravatar Lioncash2018-11-271-4/+3
| * | | | | | | yuzu/configure_input: Remove unused function MoveGridElementGravatar Lioncash2018-11-271-7/+0
| * | | | | | | yuzu/configure_input*: Move data members after function declarationsGravatar Lioncash2018-11-272-41/+42
| * | | | | | | yuzu/configure_input: Remove unnecessary includesGravatar Lioncash2018-11-273-17/+3
| |/ / / / / /
* | | | | | | npad: Fix copy/paste error with LED position assignmentsGravatar Zach Hilman2018-11-271-3/+3
* | | | | | | Merge pull request #1802 from DarkLordZach/user-data-storageGravatar bunnei2018-11-273-17/+19
|\ \ \ \ \ \ \
| * | | | | | | profile_manager: Save and load ProfileData from diskGravatar Zach Hilman2018-11-263-17/+19
* | | | | | | | Merge pull request #1812 from lioncash/nacpGravatar bunnei2018-11-271-7/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | control_metadata: Correct typo in language name (Portugese -> Portuguese)Gravatar Lioncash2018-11-271-7/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | gl_shader_decompiler: Fixup clip distance indexGravatar ReinUsesLisp2018-11-271-1/+1
* | | | | | | | gl_rasterizer: Fixup for #1723.Gravatar Markus Wick2018-11-271-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #1806 from ReinUsesLisp/morton-fixupGravatar bunnei2018-11-261-1/+2
|\ \ \ \ \ \ \
| * | | | | | | morton: Fixup compiler warningGravatar ReinUsesLisp2018-11-261-1/+2
| | |_|_|/ / / | |/| | | | |