| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #4627 from Morph1984/fix-dinput-controller-disconnect | 2020-10-20 | 1 | -15/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | sdl_impl: Erase the SDLJoystick entry after removing a controller | 2020-10-16 | 1 | -15/+13 | ||
| * | | | | | | | | | | Merge pull request #4788 from ReinUsesLisp/lockfree-host-thread | 2020-10-19 | 1 | -28/+38 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | kernel: Implement host thread register methods without locking | 2020-10-13 | 1 | -28/+38 | ||
| * | | | | | | | | | | Merge pull request #4785 from Morph1984/fs-hades | 2020-10-19 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | filesystem: Fix CreateDirectory and DeleteFile | 2020-10-13 | 1 | -2/+3 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4204 from ReinUsesLisp/vulkan-1.0 | 2020-10-19 | 7 | -58/+92 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | vk_device: Use Vulkan 1.0 properly | 2020-08-20 | 5 | -52/+66 | ||
| | * | | | | | | | | | | renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not available | 2020-08-20 | 3 | -6/+26 | ||
| * | | | | | | | | | | | Merge pull request #4802 from lioncash/bcat | 2020-10-19 | 1 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core: Add boxcat sources with target_sources | 2020-10-18 | 1 | -7/+7 | ||
| * | | | | | | | | | | | | Merge pull request #4783 from bunnei/nvdrv-freespace | 2020-10-18 | 2 | -0/+25 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace. | 2020-10-12 | 2 | -0/+25 | ||
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4801 from lioncash/missing-bound | 2020-10-17 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | mii/manager: Make use of unused lower bound in GetRandomValue() | 2020-10-17 | 1 | -1/+1 | ||
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4782 from ReinUsesLisp/remove-dyn-primitive | 2020-10-17 | 6 | -26/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | vk_graphics_pipeline: Manage primitive topology as fixed state | 2020-10-13 | 6 | -26/+7 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4797 from bunnei/bcat-errors | 2020-10-16 | 1 | -0/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service: bcat: Check client connection before interacting with socket. | 2020-10-16 | 1 | -0/+10 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | udp/client: Make use of designated initializers in TestCommunication() | 2020-10-16 | 1 | -2/+5 | ||
| * | | | | | | | | | | | udp/client: Take std::function by const reference with TestCommunication() | 2020-10-16 | 2 | -5/+5 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4790 from lioncash/input-common | 2020-10-15 | 19 | -203/+306 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | input_common/CMakeLists: Make some warnings errors | 2020-10-15 | 19 | -203/+306 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4784 from bunnei/cancelbuffer | 2020-10-15 | 3 | -14/+53 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | hle: service: vi: Implement BufferQueue::CancelBuffer. | 2020-10-13 | 3 | -14/+53 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | service: acc: Stub IManagerForApplication::StoreOpenContext. | 2020-10-14 | 1 | -1/+7 | ||
| * | | | | | | | | | | Merge pull request #4772 from goldenx86/block-rdna | 2020-10-14 | 1 | -0/+24 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices | 2020-10-08 | 1 | -0/+24 | ||
| * | | | | | | | | | | audio_core/CMakeLists: Make warnings consistent with core | 2020-10-13 | 6 | -8/+17 | ||
| * | | | | | | | | | | core/CMakeLists: Make some warnings errors | 2020-10-13 | 30 | -146/+144 | ||
| | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #3929 from FearlessTobi/ticket-keys | 2020-10-12 | 2 | -32/+30 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | file_sys/nsp: Make SetTicketKeys actually do something | 2020-07-18 | 2 | -32/+30 | ||
| * | | | | | | | | | Merge pull request #4766 from ReinUsesLisp/tmml-cube | 2020-10-12 | 1 | -19/+22 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | shader/texture: Implement CUBE texture type for TMML and fix arrays | 2020-10-07 | 1 | -19/+22 | ||
| * | | | | | | | | | | Merge pull request #4775 from ReinUsesLisp/enforce-class-memaccess | 2020-10-09 | 2 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core: Enforce -Wclass-memaccess | 2020-10-09 | 2 | -7/+7 | ||
| * | | | | | | | | | | | Merge pull request #4757 from german77/BetterMotion | 2020-10-09 | 2 | -8/+102 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Address comments | 2020-10-04 | 2 | -40/+40 | ||
| | * | | | | | | | | | | Add compatibility with only accelerometer and auto calibrate for drift | 2020-10-03 | 2 | -12/+106 | ||
| * | | | | | | | | | | | Merge pull request #4771 from ReinUsesLisp/warn-unused-var | 2020-10-08 | 3 | -4/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | video_core: Enforce -Wunused-variable and -Wunused-but-set-variable | 2020-10-02 | 3 | -4/+7 | ||
| * | | | | | | | | | | | Merge pull request #4677 from german77/ShakeFromButton | 2020-10-08 | 9 | -5/+295 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Add random motion input to keyboard | 2020-09-25 | 4 | -0/+65 | ||
| | * | | | | | | | | | | | Add random motion input to SDL | 2020-09-25 | 5 | -5/+230 | ||
| * | | | | | | | | | | | | Merge pull request #4765 from ReinUsesLisp/fix-sort-devices | 2020-10-08 | 1 | -13/+35 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | renderer_vulkan/wrapper: Fix physical device sorting | 2020-10-07 | 1 | -13/+35 | ||
| * | | | | | | | | | | | | Merge pull request #4731 from lat9nq/mingw-zstd-fix | 2020-10-07 | 1 | -1/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | CMakeLists: use system zstd on Linux | 2020-09-28 | 1 | -1/+6 | ||
| | * | | | | | | | | | | | | CMakeLists: fix for finding zstd on linux-mingw | 2020-09-28 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | | Merge pull request #4736 from Morph1984/home-button-input-protection-stub | 2020-10-07 | 4 | -2/+50 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||