| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #7700 from german77/no-gyro | 2022-01-13 | 1 | -1/+1 | ||
| |\ \ \ \ | |_|_|/ |/| | | | core/hid: Reduce gyro threshold even more | |||||
| | * | | | core/hid: Reduce gyro threshold even more | 2022-01-11 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | Merge pull request #7697 from abouvier/opt-tests | 2022-01-11 | 2 | -2/+5 | ||
| |\ \ \ \ | |_|_|/ |/| | | | cmake: make tests optional | |||||
| | * | | | cmake: make tests optional | 2022-01-12 | 2 | -2/+5 | ||
| | | | | | ||||||
| * | | | | Merge pull request #7684 from bunnei/set-mem-perm-attr | 2022-01-11 | 5 | -160/+211 | ||
| |\ \ \ \ | |/ / / |/| | | | Kernel Memory Updates (Part 1): SetMemoryAttribute, and other minor changes. | |||||
| | * | | | core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission. | 2022-01-08 | 3 | -45/+46 | ||
| | | | | | ||||||
| | * | | | core: hle: kernel: k_page_table: Update CheckMemoryState. | 2022-01-08 | 4 | -116/+166 | ||
| | | | | | ||||||
| * | | | | Merge pull request #7633 from german77/hotkeys | 2022-01-11 | 15 | -80/+626 | ||
| |\ \ \ \ | |_|_|/ |/| | | | yuzu: Add controller hotkeys | |||||
| | * | | | yuzu: Add controller hotkeys | 2022-01-06 | 14 | -79/+580 | ||
| | | | | | ||||||
| | * | | | core/hid: Add home and screenshot button support | 2022-01-06 | 3 | -1/+46 | ||
| | | | | | ||||||
| * | | | | Merge pull request #7683 from liushuyu/fmt-8.1 | 2022-01-09 | 4 | -2/+27 | ||
| |\ \ \ \ | | | | | | | | | | | logging: adapt to changes in fmt 8.1 | |||||
| | * | | | | logging/log.h: move enum class formatter to a separate file ... | 2022-01-09 | 6 | -22/+32 | ||
| | | | | | | | | | | | | | | | | | | | | | ... to common/logging/formatter.h | |||||
| | * | | | | logging/log: use `underlying_type` instead of hardcoding types | 2022-01-08 | 1 | -2/+4 | ||
| | | | | | | ||||||
| | * | | | | logging: adapt to changes in fmt 8.1 | 2022-01-08 | 3 | -7/+20 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #7687 from german77/tas_handle | 2022-01-09 | 1 | -7/+24 | ||
| |\ \ \ \ | |_|_|/ |/| | | | input_common: Handle errors on TAS scripts | |||||
| | * | | | input_common: Handle errors on TAS scripts | 2022-01-08 | 1 | -7/+24 | ||
| | | | | | ||||||
| * | | | | Merge pull request #7682 from german77/udp_fix | 2022-01-08 | 3 | -17/+30 | ||
| |\ \ \ \ | |_|/ / |/| | | | input_common: Fix UDP controller mappings | |||||
| | * | | | yuzu: Use pad parameter to choose the correct controller | 2022-01-07 | 2 | -9/+14 | ||
| | | | | | ||||||
| | * | | | input_common: Fix udp motion not automapping to both sides | 2022-01-07 | 1 | -8/+16 | ||
| | |/ / | ||||||
| * | | | Merge pull request #7680 from german77/accel_mapping | 2022-01-08 | 2 | -2/+11 | ||
| |\ \ \ | |/ / |/| | | input_common: Allow to only have acceleration motion data | |||||
| | * | | core/hid: Set minimum gyro threshold | 2022-01-06 | 1 | -0/+1 | ||
| | | | | ||||||
| | * | | input_common: Use accelerometer data for mapping | 2022-01-06 | 1 | -2/+10 | ||
| | |/ | ||||||
| * | | Merge pull request #7658 from ameerj/sparse-fixes | 2022-01-06 | 3 | -61/+44 | ||
| |\ \ | | | | | | | video_core/memory_manager: Fixes for sparse memory management | |||||
| | * | | video_core/memory_manager: Fixes for sparse memory management | 2021-12-31 | 2 | -14/+12 | ||
| | | | | ||||||
| | * | | video_core/memory_manager: Deduplicate Read/WriteBlock | 2021-12-31 | 2 | -47/+32 | ||
| | | | | ||||||
| * | | | Merge pull request #7674 from lat9nq/fix-custom-highlight | 2022-01-05 | 1 | -15/+9 | ||
| |\ \ \ | |_|/ |/| | | configure_per_game: Initialize tabs after loading custom configuration | |||||
| | * | | configure_per_game: Initialize tabs after loading custom configuration | 2022-01-04 | 1 | -15/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes tab initialization to happen after the configuration is loaded, which means that it no longer happens as member initializers in the ConfigurePerGame constructor. Removes the cluster of ??_tab->SetConfiguration's that I added earlier to get around this issue initially. Fixes a regression in #6774 | |||||
| * | | | Merge pull request #7673 from german77/no_return | 2022-01-05 | 2 | -2/+1 | ||
| |\ \ \ | |/ / |/| | | glsl: Remove unreachable return | |||||
| | * | | video_core: Remove unnecesary maybe_unused flag | 2022-01-04 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | glsl: Remove unreachable return | 2022-01-04 | 1 | -1/+0 | ||
| | | | | ||||||
| * | | | Merge pull request #7636 from vonchenplus/buffer_queue_query | 2022-01-04 | 4 | -4/+9 | ||
| |\ \ \ | | | | | | | | | core:hle:service:nvflinger Implement few type in bufferqueue query method | |||||
| | * | | | Remove invalid assertion statement | 2021-12-28 | 1 | -3/+0 | ||
| | | | | | ||||||
| | * | | | Remove invalid header include | 2021-12-28 | 1 | -1/+0 | ||
| | | | | | ||||||
| | * | | | Implement few type in bufferqueue query method | 2021-12-28 | 2 | -0/+9 | ||
| | | | | | ||||||
| * | | | | Merge pull request #7670 from ameerj/vsync-block | 2022-01-04 | 4 | -10/+30 | ||
| |\ \ \ \ | |_|/ / |/| | | | gpu: Add shut down method to synchronize threads before destruction | |||||
| | * | | | gpu: Add shut down method to synchronize threads before destruction | 2022-01-03 | 3 | -0/+15 | ||
| | | | | | ||||||
| | * | | | Revert "Merge pull request #7668 from ameerj/fence-stop-token" | 2022-01-03 | 3 | -10/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | This reverts commit e7733544779f2706d108682dd027d44e7fa5ff4b, reversing changes made to abbbdc2bc027ed7af236625ae8427a46df63f7e7. | |||||
| * | | | | Merge pull request #7251 from FernandoS27/shader-dump | 2022-01-03 | 8 | -1/+98 | ||
| |\ \ \ \ | |/ / / |/| | | | ShaderDecompiler: Add a debug option to dump the game's shaders. | |||||
| | * | | | ShaderDecompiler: Add a debug option to dump the game's shaders. | 2022-01-04 | 8 | -1/+98 | ||
| | | | | | ||||||
| * | | | | Merge pull request #7668 from ameerj/fence-stop-token | 2022-01-03 | 3 | -15/+10 | ||
| |\ \ \ \ | | | | | | | | | | | gpu: Use std::stop_token in WaitFence for VSync thread | |||||
| | * | | | | gpu: Use std::stop_token in WaitFence for VSync thread | 2022-01-03 | 3 | -15/+10 | ||
| | |/ / / | | | | | | | | | | | | | Fixes a hang that may occur when stopping emulation and the VSync thread is blocked on the syncpoint condition variable. | |||||
| * | | | | Merge pull request #7664 from german77/fallback | 2022-01-03 | 2 | -4/+36 | ||
| |\ \ \ \ | | | | | | | | | | | core/hid: Add fallback to fullkey controllers | |||||
| | * | | | | core/hid: Add fallback to fullkey controllers | 2022-01-01 | 2 | -4/+36 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #7662 from german77/uistatus | 2022-01-03 | 1 | -2/+2 | ||
| |\ \ \ \ | | | | | | | | | | | yuzu: Fix UI elements not updating correctly | |||||
| | * | | | | yuzu: Fix UI elements not updating correctly | 2022-01-01 | 1 | -2/+2 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #7663 from german77/applet | 2022-01-03 | 2 | -53/+68 | ||
| |\ \ \ \ | |_|/ / |/| | | | controller_applet: Only populate supported controllers | |||||
| | * | | | controller_applet: Only populate supported controllers | 2022-01-01 | 2 | -53/+68 | ||
| | |/ / | ||||||
| * | | | Merge pull request #7648 from bunnei/thread-pinning | 2022-01-03 | 10 | -14/+140 | ||
| |\ \ \ | | | | | | | | | core: hle: kernel: Implement thread pinning. | |||||
| | * | | | core: hle: kernel: Implement thread pinning. | 2021-12-30 | 10 | -14/+140 | ||
| | | | | | | | | | | | | | | | | | | | | | - We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp. | |||||
| * | | | | Merge pull request #7624 from ameerj/intel-msaa-scale | 2022-01-03 | 4 | -20/+35 | ||
| |\ \ \ \ | | | | | | | | | | | vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows drivers | |||||