| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | time: add LockFreeAtomicType | 2022-12-21 | 3 | -40/+65 | |
| | | |||||
| * | Merge pull request #9463 from liamwhite/manager-events | 2022-12-20 | 6 | -173/+65 | |
| |\ | | | | | EmuThread: refactor | ||||
| | * | qt: use _exit instead of exit on SIGINT | 2022-12-17 | 1 | -1/+1 | |
| | | | |||||
| | * | EmuThread: refactor | 2022-12-17 | 6 | -172/+64 | |
| | | | |||||
| * | | Merge pull request #9480 from jbeich/vk-238 | 2022-12-19 | 1 | -0/+12 | |
| |\ \ | | | | | | | externals: update Vulkan-Headers to v1.3.238 to fix -Werror=switch with system package | ||||
| | * | | externals: update Vulkan-Headers to v1.3.238 | 2022-12-19 | 1 | -0/+12 | |
| | | | | |||||
| * | | | Merge pull request #9474 from liamwhite/timer | 2022-12-19 | 13 | -109/+290 | |
| |\ \ \ | |/ / |/| | | kernel: add KHardwareTimer | ||||
| | * | | kernel: remove TimeManager | 2022-12-18 | 11 | -117/+33 | |
| | | | | |||||
| | * | | kernel: add KHardwareTimer | 2022-12-18 | 6 | -6/+271 | |
| | | | | |||||
| * | | | Merge pull request #9471 from german77/input | 2022-12-19 | 2 | -206/+83 | |
| |\ \ \ | | | | | | | | | input_common: Cleanup project | ||||
| | * | | | input_common: Cleanup project | 2022-12-18 | 2 | -206/+83 | |
| | | | | | |||||
| * | | | | overlay_dialog: Avoid starting the input thread if non-interactive | 2022-12-19 | 1 | -1/+3 | |
| | | | | | |||||
| * | | | | overlay_dialog: Hide button dialog box when both buttons are hidden | 2022-12-18 | 1 | -0/+8 | |
| | |/ / |/| | | | | | | | | This allows for the creation of a non-interactive dialog overlay to display system messages. | ||||
| * | | | Merge pull request #9470 from german77/silenceIkillYou | 2022-12-18 | 2 | -2/+2 | |
| |\ \ \ | | | | | | | | | service: nfc: Silence ListDevices | ||||
| | * | | | service: nfc: Silence ListDevices | 2022-12-18 | 2 | -2/+2 | |
| | |/ / | |||||
| * | | | Merge pull request #9469 from Rubo3/patch-1 | 2022-12-18 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Use execlp instead of execl to avoid failure | ||||
| | * | | | Use execlp instead of execl to avoid failure | 2022-12-18 | 1 | -1/+1 | |
| | |/ / | |||||
| * | | | Merge pull request #9467 from german77/folder | 2022-12-18 | 1 | -0/+3 | |
| |\ \ \ | | | | | | | | | yuzu: Remember last selected directory | ||||
| | * | | | yuzu: Remember last selected directory | 2022-12-18 | 1 | -0/+3 | |
| | |/ / | |||||
| * | | | bootmanager: Use proper camera size | 2022-12-18 | 3 | -6/+13 | |
| | | | | |||||
| * | | | bootmanager: Encapsulate all QCamera code | 2022-12-17 | 2 | -5/+7 | |
| | | | | |||||
| * | | | yuzu: fix device name setting | 2022-12-17 | 1 | -3/+2 | |
| |/ / | |||||
| * | | Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) | 2022-12-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Testing LTO (#4) * Testing LTO * clang * linux * Added the rest of Blinkhawk's optimizations * Unlikely asserts * Removing LTO from Linux builds - GCC * Removing LTO from Linux builds - Clang | ||||
| * | | Merge pull request #9456 from german77/virtual_gamepad | 2022-12-17 | 7 | -0/+274 | |
| |\ \ | |/ |/| | input_common: Add virtual gamepad | ||||
| | * | input_common: Add virtual gamepad | 2022-12-16 | 7 | -0/+274 | |
| | | | |||||
| * | | Merge pull request #7450 from FernandoS27/ndc-vulkan | 2022-12-17 | 8 | -7/+52 | |
| |\ \ | | | | | | | Vulkan: Add support for VK_EXT_depth_clip_control. | ||||
| | * | | Vulkan: Add support for VK_EXT_depth_clip_control. | 2022-12-13 | 8 | -7/+52 | |
| | | | | |||||
| * | | | Merge pull request #9461 from liamwhite/wanative | 2022-12-17 | 1 | -1/+5 | |
| |\ \ \ | | | | | | | | | qt: avoid setting WA_DontCreateNativeAncestors on all platforms | ||||
| | * | | | qt: avoid setting WA_DontCreateNativeAncestors on all platforms | 2022-12-17 | 1 | -1/+5 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #9454 from liamwhite/wayland-egl | 2022-12-17 | 2 | -3/+7 | |
| |\ \ \ | | | | | | | | | qt: handle wayland-egl platform name | ||||
| | * | | | qt: handle wayland-egl platform name | 2022-12-16 | 2 | -3/+7 | |
| | | | | | |||||
| * | | | | Merge pull request #9451 from ameerj/camera-data-array | 2022-12-17 | 4 | -9/+12 | |
| |\ \ \ \ | | | | | | | | | | | camera: Use pre-allocated vector for camera data | ||||
| | * | | | | camera: Use pre-allocated vector for camera data | 2022-12-16 | 4 | -9/+12 | |
| | |/ / / | | | | | | | | | | | | | And avoid an unnecessary copy | ||||
| * | | | | Merge pull request #9452 from ameerj/hle-read-buffer-resreve | 2022-12-17 | 1 | -8/+6 | |
| |\ \ \ \ | | | | | | | | | | | hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | ||||
| | * | | | | hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | 2022-12-15 | 1 | -8/+6 | |
| | |/ / / | | | | | | | | | | | | | Initializing the vector size during initialization is more efficient than a later call to resize() | ||||
| * | | | | Merge pull request #9455 from Kelebek1/audio_signal | 2022-12-17 | 5 | -7/+26 | |
| |\ \ \ \ | | | | | | | | | | | [audio_core] Signal buffer event on audio in/out system stop | ||||
| | * | | | | Signal buffer event on audio in/out system stop, and force remove all ↵ | 2022-12-16 | 5 | -7/+26 | |
| | |/ / / | | | | | | | | | | | | | registered audio buffers | ||||
| * | | | | Merge pull request #9457 from Kelebek1/silence_tfb | 2022-12-17 | 1 | -2/+1 | |
| |\ \ \ \ | |_|/ / |/| | | | Remove unimplemented geometry transform feedback log spam | ||||
| | * | | | Remove unimplemented transform feedback geometry spam, it should be implemented | 2022-12-16 | 1 | -2/+1 | |
| | |/ / | |||||
| * | | | Merge pull request #6354 from ogniK5377/device-name | 2022-12-16 | 9 | -2/+42 | |
| |\ \ \ | | | | | | | | | Set: Allow setting device nickname | ||||
| | * | | | Set: Allow setting device nickname | 2022-12-13 | 9 | -2/+42 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #9450 from ameerj/hle-ipc-vector-reserve | 2022-12-16 | 1 | -0/+8 | |
| |\ \ \ | | | | | | | | | hle_ipc: Reserve vectors before populating | ||||
| | * | | | hle_ipc: Reserve vectors before populating | 2022-12-15 | 1 | -0/+8 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #9444 from german77/free_threads | 2022-12-16 | 3 | -80/+64 | |
| |\ \ \ | | | | | | | | | kernel: process: Implement GetFreeThreadCount | ||||
| | * | | | kernel: svc: Fix duplicated InfoType enum | 2022-12-15 | 1 | -90/+47 | |
| | | | | | |||||
| | * | | | kernel: process: Implement GetFreeThreadCount | 2022-12-15 | 3 | -1/+28 | |
| | | | | | | | | | | | | | | | | | Used by Just Dance® 2023 Edition | ||||
| * | | | | Merge pull request #8605 from devsnek/graceful-shutdown | 2022-12-16 | 3 | -7/+14 | |
| |\ \ \ \ | | | | | | | | | | | let games gracefully exit | ||||
| | * | | | | emu_thread: properly force shutdown for unresponsive guest programs | 2022-12-12 | 2 | -12/+5 | |
| | | | | | | |||||
| | * | | | | let games gracefully exit | 2022-12-12 | 3 | -3/+17 | |
| | | | | | | |||||
| * | | | | | Merge pull request #6769 from lat9nq/create-shortcut-2 | 2022-12-16 | 5 | -0/+210 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | yuzu qt, common: Add option to create game shortcuts on Linux | ||||