| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-03 | android: native: Add support for custom Vulkan driver loading. | bunnei | |
| 2023-06-03 | core: frontend: Refactor GraphicsContext to its own module. | bunnei | |
| 2023-06-01 | Merge pull request #10352 from grimkor/add-context-menu-status-bar-settings | liamwhite | |
| add context menu for status bar settings | |||
| 2023-05-29 | yuzu: Disable game list while game is running | german77 | |
| 2023-05-28 | Merge pull request #10280 from danilaml/cmake-bin-dir | liamwhite | |
| Use TARGET_FILE_DIR generator expression | |||
| 2023-05-26 | qt: add menu item to remove cache storage | Liam | |
| 2023-05-24 | add context menu for filter and anti-aliasing status buttons | grimkor | |
| 2023-05-23 | textures: add BC1 and BC3 compressors and recompression setting | Liam | |
| 2023-05-16 | Merge pull request #10107 from grimkor/allow-fully-customised-hotkeys | liamwhite | |
| Allow fully customised controller hotkeys | |||
| 2023-05-15 | Merge pull request #10181 from lat9nq/intel-compute-toggle | liamwhite | |
| configure_graphics: Add option to enable compute pipelines for Intel proprietary | |||
| 2023-05-13 | Use TARGET_FILE_DIR generator expression | Danila Malyutin | |
| Use $<TARGET_FILE_DIR:...> where appropriate instead of trying to guess where the binary will end up. | |||
| 2023-05-10 | Allow fully customisable controller hotkeys | grimkor | |
| 2023-05-09 | service: nfp: Allow to load with a different amiibo id | german77 | |
| 2023-05-09 | Merge pull request #10203 from german77/calibration | liamwhite | |
| core: hid: Allow to calibrate gyro sensor | |||
| 2023-05-08 | qt_common: consistently ifdef QPlatform after cbd79df23375 | Jan Beich | |
| src/yuzu/qt_common.cpp:45:33: error: member access into incomplete type 'QPlatformNativeInterface' wsi.display_connection = pni->nativeResourceForWindow("display", window); ^ /usr/include/qt6/QtGui/qguiapplication.h:20:7: note: forward declaration of 'QPlatformNativeInterface' class QPlatformNativeInterface; ^ src/yuzu/qt_common.cpp:47:42: error: member access into incomplete type 'QPlatformNativeInterface' wsi.render_surface = window ? pni->nativeResourceForWindow("surface", window) : nullptr; ^ /usr/include/qt6/QtGui/qguiapplication.h:20:7: note: forward declaration of 'QPlatformNativeInterface' class QPlatformNativeInterface; ^ | |||
| 2023-05-08 | yuzu: Make 3d cube with joycon shape | Narr the Reg | |
| 2023-05-08 | core: hid: Allow to calibrate gyro sensor | Narr the Reg | |
| 2023-05-08 | configure_graphics_advanced: Hide input compute toggle a little later | lat9nq | |
| SetColoredTristate causes the setting to become visible as it calls `show()` on it. | |||
| 2023-05-07 | bootmanager: remove stop_token header | Liam | |
| 2023-05-07 | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow | |
| 2023-05-07 | Merge pull request #10097 from german77/nfp_full | bunnei | |
| service: nfc: Merge device interfaces and create the device manager | |||
| 2023-05-07 | yuzu/applets/qt_profile_select: connect double-click to accept() | QGJ | |
| In the profile selection window: Allow the user to start the game by double-clicking a profile to avoid having to additionally click the OK button. This avoids an unnecessary "step" to the start of the game... | |||
| 2023-05-07 | yuzu-qt/config: Add option to disable compute on Intel | lat9nq | |
| This option is only visible if an Intel GPU using the proprietary driver is found during Vulkan device enumeration. configure_graphics: More directly get driver id Vulkan::Device does quite a bit more than we need just to see the driver ID here. | |||
| 2023-05-06 | Merge pull request #10125 from lat9nq/vsync-select | bunnei | |
| configuration: Expose separate swap present modes | |||
| 2023-05-05 | service: nfc: Merge device interfaces and create the device manager | Narr the Reg | |
| 2023-05-05 | input_common: Add property to invert an axis button | Narr the Reg | |
| 2023-05-05 | yuzu: Add motion preview to controller input | Narr the Reg | |
| 2023-05-03 | settings: remove pessimistic flushing | Liam | |
| 2023-05-03 | qt_common: Remove yuzu prefix | lat9nq | |
| 2023-05-03 | Merge pull request #10124 from liamwhite/pebkac | Morph | |
| settings: rename extended memory layout to unsafe, move from general to system | |||
| 2023-05-02 | configure_graphics: No there isn't a hyphen in VSync | lat9nq | |
| Most sources seem to suggest VSync and not V-Sync | |||
| 2023-05-02 | configure_input_player: Add missing include | lat9nq | |
| Cleaning up includes in bootmanager and configure_graphics has exposed a missing include here. | |||
| 2023-05-02 | configure_graphics: Clean up includes [IWYU] | lat9nq | |
| 2023-05-02 | bootmanager: Clean up includes [IWYU] | lat9nq | |
| bootmanager: Remove system-specific headers IWYU can be too complete I suppose. | |||
| 2023-05-02 | configure_graphics: Actively find present modes | lat9nq | |
| When Vulkan devices are enumerated, this also determines the available present modes for each device, maps them to a vector, and gives those options to the user. OpenGL options are limited to On/Off. Required creating a VkSurfaceKHR during device enumeration, which may or may not be desireable. For the sake of a less confusing UI. Also fixes a bug where if a graphics device disappears on the host, we don't try and select the non-existant devices. configure_graphics: Remove vsync runtime lock for Vulkan configure_graphics: Recommend Mailbox present mode configure_graphics: Fix type-limits warning configure_graphics: Clean up includes configure_graphics: Add tooltip | |||
| 2023-05-02 | bootmanager: Remove inaccurate switch | lat9nq | |
| Those vulkan settings do not correspond 1:1 to the swap intervals that they set for OpenGL, so remove it. bootmanager: Add missing include I didn't add this log why did it break | |||
| 2023-05-02 | qt_common: Move window info function out of bootmanager | lat9nq | |
| Function is useful outside of bootmanager, so put it in a common place. qt_common: Add missing include qt_common: Add some newlines qt_common: Add trailing newline qt_common: Add trainline newline | |||
| 2023-05-02 | configure_graphics: Fix another typo | lat9nq | |
| 2023-05-02 | bootmanager: Return value in impossible case | lat9nq | |
| The setting is ranged, so this return statement is unreachable. But GCC can't tell I guess. | |||
| 2023-05-02 | configure_graphics: Fix typo | lat9nq | |
| 2023-05-02 | configuration: Expose separate swap present modes | lat9nq | |
| Previously, yuzu would try and guess which vsync mode to use given different scenarios, but apparently we didn't always get it right. This exposes the separate modes in a drop-down the user can select. If a mode isn't available in Vulkan, it defaults to FIFO. | |||
| 2023-05-02 | Merge pull request #9973 from GPUCode/async-present | bunnei | |
| Implement asynchronous presentation | |||
| 2023-05-01 | vk_present_manager: Add toggle for async presentation | GPUCode | |
| 2023-04-30 | qt: warn on inoperable keys | Liam | |
| 2023-04-30 | settings: rename extended memory layout to unsafe, move from general to system | Liam | |
| 2023-04-08 | kernel: switch extended memory setting to 8GB arrangement | Liam | |
| 2023-04-01 | Merge pull request #10006 from german77/profile_select | liamwhite | |
| service: am: Improve profile select applet | |||
| 2023-03-30 | applet: controller: Implement cancel button | german77 | |
| 2023-03-29 | service: am: Improve profile select applet | Narr the Reg | |
| 2023-03-29 | Merge pull request #9505 from liamwhite/request-exit | liamwhite | |
| applets: implement RequestExit | |||
