| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | core: service: Add FunctionInfoTyped to allow expanding existing interfaces | 2023-04-25 | 1 | -8/+12 | ||
| | * | | | | | | | service: nfc: Create mifare interface | 2023-04-23 | 3 | -50/+58 | ||
| | * | | | | | | | service: nfc: Create interface | 2023-04-23 | 5 | -115/+104 | ||
| * | | | | | | | | Merge pull request #10192 from bunnei/update-dynarmic-2 | 2023-05-07 | 1 | -0/+0 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | externals: Update dynarmic to include latest patch. | 2023-05-07 | 1 | -0/+0 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #10081 from Kelebek1/copy_overlap_tick | 2023-05-07 | 1 | -0/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Sort overlap_ids by modification tick before copy | 2023-04-22 | 1 | -0/+6 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #10172 from Kelebek1/debug_validation_names | 2023-05-07 | 10 | -30/+35 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Log object names with debug renderer, add a GPU address to ImageViews | 2023-05-06 | 10 | -30/+35 | ||
| * | | | | | | | | Merge pull request #10189 from Qigo42/master | 2023-05-07 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu/applets/qt_profile_select: connect double-click to accept() | 2023-05-07 | 1 | -0/+1 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #10187 from Kelebek1/address_space | 2023-05-07 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix address space allocator slow path to avoid OOB | 2023-05-07 | 1 | -1/+1 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #10180 from german77/debug | 2023-05-06 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | input_common: Revert debugging changes | 2023-05-06 | 1 | -2/+0 | ||
| * | | | | | | | | Merge pull request #10125 from lat9nq/vsync-select | 2023-05-06 | 22 | -129/+456 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | qt_common: Remove yuzu prefix | 2023-05-03 | 4 | -7/+7 | ||
| | * | | | | | | | | configure_graphics: No there isn't a hyphen in VSync | 2023-05-02 | 2 | -5/+5 | ||
| | * | | | | | | | | configure_input_player: Add missing include | 2023-05-02 | 1 | -0/+1 | ||
| | * | | | | | | | | configure_graphics: Clean up includes [IWYU] | 2023-05-02 | 2 | -6/+31 | ||
| | * | | | | | | | | bootmanager: Clean up includes [IWYU] | 2023-05-02 | 2 | -15/+50 | ||
| | * | | | | | | | | configure_graphics: Actively find present modes | 2023-05-02 | 3 | -27/+161 | ||
| | * | | | | | | | | vk_swapchain: Use certain modes for unlocked | 2023-05-02 | 2 | -26/+50 | ||
| | * | | | | | | | | bootmanager: Remove inaccurate switch | 2023-05-02 | 2 | -11/+3 | ||
| | * | | | | | | | | qt_common: Move window info function out of bootmanager | 2023-05-02 | 4 | -44/+75 | ||
| | * | | | | | | | | vulkan_surface: Pass only window info for surface creation | 2023-05-02 | 3 | -10/+7 | ||
| | * | | | | | | | | settings: Enable FIFO relaxed | 2023-05-02 | 2 | -7/+10 | ||
| | * | | | | | | | | configure_graphics: Fix another typo | 2023-05-02 | 1 | -1/+1 | ||
| | * | | | | | | | | telemetry_session: Make translate function static | 2023-05-02 | 1 | -1/+1 | ||
| | * | | | | | | | | bootmanager: Return value in impossible case | 2023-05-02 | 1 | -0/+1 | ||
| | * | | | | | | | | configure_graphics: Fix typo | 2023-05-02 | 1 | -1/+1 | ||
| | * | | | | | | | | default_ini: Update V-Sync description | 2023-05-02 | 1 | -2/+8 | ||
| | * | | | | | | | | configuration: Expose separate swap present modes | 2023-05-02 | 11 | -37/+115 | ||
| * | | | | | | | | | Merge pull request #10174 from german77/motriod | 2023-05-06 | 2 | -0/+10 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | input_common: Add experimental motion to button | 2023-05-05 | 2 | -0/+10 | ||
| * | | | | | | | | | | Merge pull request #10171 from german77/powera | 2023-05-06 | 0 | -0/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | input_common: Add property to invert an axis button | 2023-05-05 | 4 | -2/+12 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #10162 from lat9nq/sdl-remove-old | 2023-05-06 | 2 | -21/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu-sdl,audio_core: Remove antiquated warning ignore | 2023-05-05 | 2 | -21/+2 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #10165 from merryhime/update-dynarmic | 2023-05-06 | 1 | -0/+0 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | externals: Update dynarmic to 6.4.7 | 2023-05-05 | 1 | -0/+0 | ||
| * | | | | | | | | | | Merge pull request #10167 from german77/motion_preview | 2023-05-06 | 12 | -6/+165 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | input_common: Add property to invert an axis button | 2023-05-05 | 6 | -3/+15 | ||
| | * | | | | | | | | | | yuzu: Add motion preview to controller input | 2023-05-05 | 7 | -4/+151 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #10178 from ronikirla/2-hour-crash | 2023-05-06 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fix read access violation | 2023-05-07 | 1 | -1/+1 | ||
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #10159 from german77/home_screenshot | 2023-05-05 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | core: hid: Fix state of capture and home buttons | 2023-05-04 | 1 | -0/+4 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #10128 from Kelebek1/audren_terminate | 2023-05-04 | 1 | -4/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Wait for the terminate event before destroying a system instance | 2023-05-01 | 1 | -4/+1 | ||