| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | correct clang-format | 2018-11-22 | 1 | -1/+1 | ||
| | * | | | | | | Automatically disable joycons docked | 2018-11-22 | 1 | -0/+4 | ||
| * | | | | | | | Merge pull request #1801 from ogniK5377/log-before-execute | 2018-11-29 | 51 | -390/+860 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Added comment on Main memory size for more clarity | 2018-11-27 | 1 | -0/+1 | ||
| | * | | | | | | Made svcSetHeapSize and svcCreateSharedMemory more readable | 2018-11-27 | 1 | -4/+4 | ||
| | * | | | | | | Reworked svcs slightly, improved error messages in AM and fsp_srv | 2018-11-27 | 3 | -20/+30 | ||
| | * | | | | | | Fixed hwopus compile error | 2018-11-26 | 1 | -1/+1 | ||
| | * | | | | | | Improved error messages in AM, HwOpus and NvMap | 2018-11-26 | 3 | -26/+39 | ||
| | * | | | | | | Improved error messages for SVCs | 2018-11-26 | 1 | -76/+170 | ||
| | * | | | | | | Changed logging to be "Log before execution", Added more error logging, all s... | 2018-11-26 | 51 | -374/+726 | ||
| * | | | | | | | Merge pull request #1808 from Tinob/master | 2018-11-28 | 3 | -15/+31 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | remove viewport_transform_enabled as it seems to be inactive when valid trans... | 2018-11-27 | 1 | -12/+5 | ||
| | * | | | | | | | Add support for Clip Distance enabled register | 2018-11-26 | 3 | -3/+26 | ||
| * | | | | | | | | Merge pull request #1786 from Tinob/DepthClamp | 2018-11-28 | 5 | -10/+58 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implement depth clamp | 2018-11-26 | 5 | -10/+58 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1817 from DarkLordZach/npad-idx-fix | 2018-11-28 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | npad: Use NPadIdToIndex to prevent invalid array access | 2018-11-28 | 1 | -2/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1792 from bunnei/dma-pusher | 2018-11-28 | 18 | -110/+365 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| | * | | | | | | | dma_pushbuffer: Optimize to avoid loop and copy on Push. | 2018-11-27 | 3 | -13/+23 | ||
| | * | | | | | | | gpu: Move command list profiling to DmaPusher::DispatchCalls. | 2018-11-27 | 2 | -5/+5 | ||
| | * | | | | | | | gpu: Rewrite GPU command list processing with DmaPusher class. | 2018-11-26 | 18 | -108/+353 | ||
| * | | | | | | | | Merge pull request #1735 from FernandoS27/tex-spacing | 2018-11-27 | 8 | -36/+55 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Implemented Tile Width Spacing | 2018-11-26 | 8 | -36/+55 | ||
| * | | | | | | | | | Merge pull request #1814 from lioncash/ptr | 2018-11-27 | 3 | -33/+31 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | file_sys/registered_cache: Remove unused <map> include | 2018-11-27 | 1 | -1/+0 | ||
| | * | | | | | | | | | file_sys/registered_cache: Use regular const references instead of std::share... | 2018-11-27 | 3 | -32/+31 | ||
| * | | | | | | | | | | Merge pull request #1811 from lioncash/input | 2018-11-27 | 6 | -94/+72 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu/configure_input_player: Use std::size_t to represent the player index in... | 2018-11-27 | 2 | -3/+3 | ||
| | * | | | | | | | | | | yuzu/configure_input: Make CallConfigureDialog a non-member template function | 2018-11-27 | 3 | -21/+20 | ||
| | * | | | | | | | | | | yuzu/configure_input_player: Use a lambda expression instead of std::bind | 2018-11-27 | 1 | -1/+1 | ||
| | * | | | | | | | | | | yuzu/configure_input_player: Amend constructor initializer list order | 2018-11-27 | 1 | -4/+3 | ||
| | * | | | | | | | | | | yuzu/configure_input: Remove unused function MoveGridElement | 2018-11-27 | 1 | -7/+0 | ||
| | * | | | | | | | | | | yuzu/configure_input*: Move data members after function declarations | 2018-11-27 | 2 | -41/+42 | ||
| | * | | | | | | | | | | yuzu/configure_input: Remove unnecessary includes | 2018-11-27 | 3 | -17/+3 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1815 from DarkLordZach/npad-pos-fix | 2018-11-27 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | npad: Fix copy/paste error with LED position assignments | 2018-11-27 | 1 | -3/+3 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1802 from DarkLordZach/user-data-storage | 2018-11-27 | 3 | -17/+19 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | profile_manager: Save and load ProfileData from disk | 2018-11-26 | 3 | -17/+19 | ||
| * | | | | | | | | | | | Merge pull request #1812 from lioncash/nacp | 2018-11-27 | 1 | -7/+17 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | control_metadata: Correct typo in language name (Portugese -> Portuguese) | 2018-11-27 | 1 | -7/+17 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1813 from ReinUsesLisp/fixup-clip | 2018-11-27 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_shader_decompiler: Fixup clip distance index | 2018-11-27 | 1 | -1/+1 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1810 from degasus/dirty_flags | 2018-11-27 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | gl_rasterizer: Fixup for #1723. | 2018-11-27 | 1 | -1/+1 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #1806 from ReinUsesLisp/morton-fixup | 2018-11-26 | 1 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | morton: Fixup compiler warning | 2018-11-26 | 1 | -1/+2 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1804 from lioncash/cast | 2018-11-26 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | gdbstub: Silence value truncation warning within FpuWrite() | 2018-11-26 | 1 | -1/+1 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1805 from lioncash/resource | 2018-11-26 | 3 | -5/+130 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | svc: Implement svcSetResourceLimitLimitValue() | 2018-11-26 | 1 | -1/+36 | ||