| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-28 | settings: warn on invalid regon/language combinations | Colin Kinloch | |
| 2022-12-23 | yuzu: Automatically refresh device list | german77 | |
| 2022-12-17 | yuzu: fix device name setting | german77 | |
| 2022-12-13 | Set: Allow setting device nickname | Chloe Marcec | |
| 2022-12-12 | yuzu: Make unlimited frame rate non persistent between game boots | Narr the Reg | |
| 2022-12-08 | video_core: Integrate SMAA | Liam | |
| Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com> | |||
| 2022-12-06 | Merge pull request #9370 from liamwhite/break-unmapped | merry | |
| core: add option to break on unmapped access | |||
| 2022-12-06 | Merge pull request #9389 from lioncash/emumove | liamwhite | |
| emulated_console/emulated_controller: std::move ParamPackage instances where applicable | |||
| 2022-12-06 | configure_graphics: Make SPIRV backend string translatable | Lioncash | |
| The parenthetical needs to be translatable, like with GLASM | |||
| 2022-12-05 | emulated_controller: Remove unused parameter in GetMappedDevices() | Lioncash | |
| This isn't used, so it can be removed to make the function a little nicer. | |||
| 2022-12-04 | Merge pull request #9273 from ameerj/per-game-profile | liamwhite | |
| Configuration: Add per-game input profiles | |||
| 2022-12-03 | Merge pull request #9344 from liamwhite/null | bunnei | |
| video_core: add null backend | |||
| 2022-12-02 | Merge pull request #9303 from liamwhite/new-vulkan-init | Matías Locatti | |
| Vulkan: update initialization | |||
| 2022-12-02 | core: add option to break on unmapped access | Liam | |
| 2022-11-28 | video_core: add null backend | Liam | |
| 2022-11-28 | configure_input_player: Fix profile saving when using handheld controller type | ameerj | |
| 2022-11-28 | config: Custom profile detection fixes | ameerj | |
| Also only reads/writes applicable configs for the custom profiles. | |||
| 2022-11-28 | configure_input_per_game: Allow configuring all 8 players | ameerj | |
| 2022-11-27 | Merge pull request #8829 from Docteh/qt6_0002 | liamwhite | |
| CMake: rework for Qt6 support | |||
| 2022-11-27 | Vulkan: update initialization | Liam | |
| Co-authored-by: bylaws <bylaws@users.noreply.github.com> | |||
| 2022-11-26 | Sharpness instead of Sharpening | Matías Locatti | |
| 2022-11-25 | configure_graphics: Implement custom FSR Sharpening setting | lat9nq | |
| 2022-11-24 | FSR Sharpening Slider part 1 - only a global slider | Matías Locatti | |
| 2022-11-20 | Configuration: Add per-game input profiles | ameerj | |
| 2022-11-17 | Qt6: Disable IR Sensor when compiling with Qt6 | Kyle Kienapfel | |
| Gating the IR Sensor code behind a macro like so `#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) && YUZU_USE_QT_MULTIMEDIA` The YUZU_USE_QT_MULTIMEDIA flag is implemented in later commit Also the locale fix in src/yuzu/main.cpp is now gated against Qt6, as it causes compilation error | |||
| 2022-11-15 | configure_profile_manager: Cleanup reference/pointer usage | lat9nq | |
| Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com> | |||
| 2022-11-15 | configure_profile_manager: Remove profile picture border | lat9nq | |
| The border adds its own width at least on Linux which causes the icon to be offset by 1px, and cropped by 2px on the bottom and right sides. | |||
| 2022-11-15 | configure_profile_manager: Use a custom dialog for deletion | lat9nq | |
| A hopefully more informative dialog that most importantly notifies the user that their saves will be deleted with the user profile. cpm: Only keep track of UI elements that we need cpm: Remove unused forward declarations cpm: Add missing include | |||
| 2022-11-04 | UI: Add options to hide extra columns (#9093) | Piplup | |
| UI change that allows the user to hide the size and or file types columns | |||
| 2022-10-19 | UI: Add option to hide the compatibility list | Kyle Kienapfel | |
| Option is added directly below the option for the addons column Defaulting to hide compatibility list. Changing default works properly. Co-authored-by: Piplup <piplup55@users.noreply.github.com> | |||
| 2022-10-13 | Merge pull request #9039 from Kelebek1/auto_backend | liamwhite | |
| Auto select the SDL audio backend when Cubeb latency is too high | |||
| 2022-10-12 | Merge pull request #9047 from german77/steam-aspect | bunnei | |
| yuzu: Add 16:10 aspect ratio | |||
| 2022-10-10 | yuzu: Add 16:10 aspect ratio | Narr the Reg | |
| 2022-10-09 | Choose the SDL audio backend when Cubeb reports too high of a latency | Kelebek1 | |
| 2022-10-07 | configure_graphics: Fix graphics API selection when a game is running | Morph | |
| The graphics API setting should not be changed when a game is running. | |||
| 2022-09-28 | Merge pull request #8940 from german77/silence | bunnei | |
| yuzu: Silence some clang warnings | |||
| 2022-09-23 | Merge pull request #8948 from german77/order | Morph | |
| yuzu: sort input profiles by name | |||
| 2022-09-23 | yuzu: sort input profiles by name | Narr the Reg | |
| 2022-09-21 | yuzu: Silence some clang warnings | Narr the Reg | |
| 2022-09-19 | yuzu qt: Add option to disable startup Vulkan check | lat9nq | |
| The startup check apparently confuses other programs when yuzu launches 2 processes and then quickly closes one of them. Though this isn't really our issues it's also not a big deal for me to add an option to work around that issue. | |||
| 2022-09-16 | Merge pull request #8906 from Docteh/fix_icons | bunnei | |
| UI: move icons from default into colorful theme. | |||
| 2022-09-16 | Merge pull request #8682 from lat9nq/dumpy | Morph | |
| yuzu qt: Add option to create Windows crash dumps | |||
| 2022-09-15 | UI: move icons from default into colorful theme. | Kyle Kienapfel | |
| colorful theme has been default theme for awhile. having colorful theme try and grab icons from other theme doesn't work on Linux. Also adding two additional icons, info is to hint to the user that they should hit verify after pasting in a token, sync is to show that the verification is occurring. | |||
| 2022-09-15 | UI: Fix link to TAS help page | Kyle Kienapfel | |
| Tools -> TAS -> Configure TAS Thanks to Rei on discord for the fix. Basically: openExternalLinks is a checkbox in Qt Creator | |||
| 2022-09-12 | Merge pull request #8880 from german77/slow-moving | Mai | |
| input_common: Increase mapping timer from 2.5 seconds to 4 seconds | |||
| 2022-09-11 | input_common: Increase mapping timer from 2.5 seconds to 4 seconds | german77 | |
| 2022-09-09 | Merge pull request #8864 from german77/toggle_analog | bunnei | |
| input_common: Add support for analog toggle | |||
| 2022-09-08 | Merge pull request #8819 from liamwhite/cash-money | lat9nq | |
| video_core: add option for pessimistic flushing | |||
| 2022-09-06 | yuzu: input: fix invert symbol on axis and order options alphabetically | Narr the Reg | |
| 2022-09-06 | input_common: Add support for analog toggle | Narr the Reg | |
