| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | am: Properly implement GetDisplayVersion | 2020-04-29 | 1 | -3/+14 | |
| * | Merge pull request #3771 from benru/dump-romfs-with-updates | 2020-04-28 | 1 | -1/+3 | |
| |\ | |||||
| | * | Update src/yuzu/main.cpp with missing const | 2020-04-23 | 1 | -1/+1 | |
| | * | Dump RomFS command to include Updates | 2020-04-23 | 1 | -1/+3 | |
| * | | Merge pull request #3818 from ogniK5377/err-log | 2020-04-28 | 4 | -3/+27 | |
| |\ \ | |||||
| | * | | Don't fail silently for vi, sm, set and ns services | 2020-04-29 | 4 | -3/+27 | |
| * | | | Merge pull request #3783 from lioncash/pointer | 2020-04-28 | 4 | -8/+15 | |
| |\ \ \ | |/ / |/| | | |||||
| | * | | physical_core: Make use of std::make_unique instead of std::make_shared in ctor | 2020-04-24 | 4 | -8/+15 | |
| * | | | Merge pull request #3784 from ReinUsesLisp/shader-memory-util | 2020-04-28 | 9 | -159/+153 | |
| |\ \ \ | |||||
| | * | | | shader/memory_util: Deduplicate code | 2020-04-26 | 9 | -159/+153 | |
| | |/ / | |||||
| * | | | kernel: Bad GetInfo ids should not be marked as stubs | 2020-04-29 | 1 | -2/+2 | |
| * | | | style: Change AMs & Glues error codes to be dec instead of hex | 2020-04-29 | 2 | -7/+7 | |
| * | | | Merge pull request #3785 from ogniK5377/set-buffer-count-unit | 2020-04-27 | 1 | -1/+9 | |
| |\ \ \ | |||||
| | * | | | vi: Don't let uninitialized data pass as a response for SetBufferCount | 2020-04-24 | 1 | -1/+9 | |
| * | | | | Merge pull request #3766 from ReinUsesLisp/renderpass-cache-key | 2020-04-27 | 8 | -126/+129 | |
| |\ \ \ \ | |||||
| | * | | | | vk_rasterizer: Pack texceptions and color formats on invalid formats | 2020-04-24 | 2 | -5/+19 | |
| | * | | | | vk_rasterizer: Fix framebuffer creation validation errors | 2020-04-23 | 1 | -2/+4 | |
| | * | | | | vk_pipeline_cache: Unify pipeline cache keys into a single operation | 2020-04-23 | 5 | -47/+59 | |
| | * | | | | vk_renderpass_cache: Pack renderpass cache key to 12 bytes | 2020-04-23 | 4 | -84/+59 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #3756 from ReinUsesLisp/integrated-devices | 2020-04-27 | 5 | -35/+6 | |
| |\ \ \ \ | |||||
| | * | | | | vk_memory_manager: Remove unified memory model flag | 2020-04-21 | 5 | -35/+6 | |
| * | | | | | Merge pull request #3797 from slashiee/hid-stub | 2020-04-27 | 2 | -1/+13 | |
| |\ \ \ \ \ | |||||
| | * | | | | | services: hid: Stub StopSevenSixAxisSensor. | 2020-04-25 | 2 | -1/+13 | |
| * | | | | | | Merge pull request #3742 from FernandoS27/command-list | 2020-04-27 | 20 | -15/+215 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Clang Format. | 2020-04-23 | 6 | -11/+19 | |
| | * | | | | | | GPU: Add Fast GPU Time Option. | 2020-04-23 | 7 | -1/+21 | |
| | * | | | | | | Maxwell3D: Process Macros on MultiMethod. | 2020-04-23 | 1 | -25/+47 | |
| | * | | | | | | DMAPusher: Propagate multimethod writes into the engines. | 2020-04-23 | 14 | -14/+164 | |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #3795 from vitor-k/fix-folder | 2020-04-26 | 1 | -7/+7 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix the mistake in the port and update the comment for clarity | 2020-04-25 | 1 | -7/+7 | |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #3744 from lioncash/table2 | 2020-04-26 | 19 | -7/+108 | |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | service: Update function tables | 2020-04-20 | 19 | -7/+108 | |
| * | | | | | | | Merge pull request #3753 from ReinUsesLisp/ac-vulkan | 2020-04-26 | 5 | -12/+53 | |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | vk_rasterizer: Add lazy default buffer maker and use it for empty buffers | 2020-04-21 | 3 | -4/+40 | |
| | * | | | | | | | gl_rasterizer: Fix buffers without size | 2020-04-21 | 3 | -8/+13 | |
| * | | | | | | | | Merge pull request #3791 from Kewlan/hotkey-config-plus | 2020-04-26 | 5 | -18/+116 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add Restore Defaults and Clear options to hotkeys | 2020-04-24 | 5 | -18/+116 | |
| * | | | | | | | | | Merge pull request #3761 from Kewlan/stick-modifier-slider | 2020-04-25 | 3 | -30/+52 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Edit modifier_scale with the deadzone slider | 2020-04-23 | 3 | -30/+52 | |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge pull request #3721 from ReinUsesLisp/sort-devices | 2020-04-25 | 1 | -1/+20 | |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | vulkan/wrapper: Sort physical devices | 2020-04-18 | 1 | -1/+20 | |
| * | | | | | | | | | Merge pull request #3734 from ReinUsesLisp/half-float-mods | 2020-04-25 | 2 | -16/+37 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits | 2020-04-23 | 2 | -16/+37 | |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #3780 from lioncash/process | 2020-04-24 | 1 | -2/+138 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | 2020-04-23 | 1 | -2/+138 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3749 from ReinUsesLisp/lea-imm | 2020-04-24 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | shader/arithmetic_integer: Fix LEA_IMM encoding | 2020-04-20 | 1 | -2/+2 | |
| | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Fix -Wdeprecated-copy warning. | 2020-04-24 | 1 | -0/+1 | |
| * | | | | | | | | | Fix -Werror=conversion error. | 2020-04-24 | 2 | -2/+2 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #3760 from Morph1984/trailing-filedir-separator | 2020-04-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | |||||