Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-18 | configure_graphics_ui: AMD's -> AMD | Morph | |
AMD officially markets FSR as AMD FidelityFX™️ Super Resolution | |||
2021-11-16 | TextureCache: Add automatic anisotropic filtering and refactor code. | Fernando Sahmkow | |
2021-11-16 | TextureCache: Make a better Anisotropic setter. | Fernando Sahmkow | |
2021-11-16 | configure_graphics.ui: Cleanup scaling options and fix duplicate name warning | ameerj | |
2021-11-16 | Frontend: Add anti-aliasing method setting | Marshall Mohror | |
2021-11-16 | QtGUI: Add buttton to toggle the filter. | FernandoS27 | |
2021-11-16 | VideoCore: Add gaussian filtering. | FernandoS27 | |
2021-11-16 | VideoCore: Add more rescaling option. | FernandoS27 | |
2021-11-16 | Presentation: add Nearest Neighbor filter. | Fernando Sahmkow | |
2021-11-16 | vulkan: Implement FidelityFX Super Resolution | Marshall Mohror | |
2021-11-16 | video_core,yuzu: Move UpdateRescalingInfo call to video_core | lat9nq | |
This only needs to happen once per game boot, so we can just call it during CreateGPU and be done with it, avoiding the need to call it in the frontends. | |||
2021-11-16 | Renderer: Implement Bicubic and ScaleForce filters. | Fernando Sahmkow | |
2021-11-16 | TextureCache: Modify Viewports/Scissors according to Rescale. | Fernando Sahmkow | |
2021-11-16 | Settings: Add resolution scaling to settings. | Fernando Sahmkow | |
2021-10-31 | Merge pull request #7246 from german77/userimage | bunnei | |
profile_manager: Resize any image bigger than 256p | |||
2021-10-29 | profile_manager: Resize any image bigger than 256p | german77 | |
2021-10-28 | Merge pull request #7223 from Moonlacer/geometry_property_removal | Ameer J | |
per_game_ui: Geometry Property Removal and Minor Rewording to the Per Game UI | |||
2021-10-26 | Merge pull request #7186 from MightyCreak/fix-crash-configure-window | Ameer J | |
ui: fix crash when closing configure window | |||
2021-10-25 | Geometry property removal and rewording | Moonlacer | |
2021-10-19 | Merge pull request #7197 from Moonlacer/tas_help_link | bunnei | |
tas_ui: Add a Help Link to the TAS Page on the yuzu Website, Along with Minor Grammar Changes | |||
2021-10-17 | settings: Remove std::chrono usage | ameerj | |
Alleviates the dependency on chrono for all files that include settings.h | |||
2021-10-16 | add_link | Moonlacer | |
remove_accident fix_whoopsie | |||
2021-10-15 | ui: fix crash when closing configure window | Romain Failliot | |
This crash happens 100% of the time (on Linux at least), you just need to open the configure window and click OK. It seems to happen when the tabs are destroyed and once all the tabs are destroyed, a final signal is sent with `index == -1`. So `debug_tab_tab` doesn't exist anymore when this happens, so the crash. | |||
2021-10-15 | configuration: Use std::make_unique instead of operator new for ui | Morph | |
2021-10-14 | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165) | Moonlacer | |
* better_description * Revert "better_description" This reverts commit 3a152a6ba6f2d6e02530b69a8194e4db302c8acd. * better_nvdec_wording * best_performance * update_word_stuff * another_update | |||
2021-10-14 | Merge pull request #6774 from lat9nq/remove-global-yuzu | Morph | |
yuzu qt: Remove global system instances | |||
2021-10-12 | Merge pull request #7147 from behunin/patch-1 | Ameer J | |
Update configure_tas.ui | |||
2021-10-11 | Fix a few warnings | Romain Failliot | |
- configure_input_player_widget.cpp: always better to use `const auto &` whenever possible - profiler.cpp: `ev->pos()` is deprecated, replace with `ev->position()`, which returns floats, thus the addition of `.toPoint()` (same as what's happening in `pos()`) - game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::` namespace instead | |||
2021-10-08 | Update configure_tas.ui | Levi Behunin | |
Remove the geometry property again(7045) after 7090 re-added. | |||
2021-10-07 | configuration: Add const qualifier where able | lat9nq | |
2021-10-07 | yuzu qt: Remove global system instances from config, WaitTree, main | lat9nq | |
2021-10-07 | service: Reduce header include overhead | Morph | |
2021-10-05 | Merge pull request #7090 from Moonlacer/tas_spacing_addition | bunnei | |
(Minor Change) Hint (?) Button Removal and Spacing Change to the TAS Window | |||
2021-10-01 | Merge pull request #7102 from Morph1984/remove-boxcat | bunnei | |
Remove Boxcat BCAT backend | |||
2021-09-29 | style: Remove extra space preceding the :: operator | Morph | |
2021-09-29 | settings: Remove BCAT settings | Morph | |
2021-09-29 | configure_network: Remove BCAT | Morph | |
2021-09-29 | configure_tas: Remove help button from dialog window | Moonlacer | |
2021-09-29 | configure_tas: Ensure dialog buttons always stay at the bottom | Moonlacer | |
Previously, the dialog buttons would be floating in-place when the dialog is stretched downwards. This change ensures that the dialog buttons always stay at the bottom of the window. | |||
2021-09-28 | Merge pull request #7042 from v1993/patch-7 | Ameer J | |
Hide XInput bypass on non-Windows OSes | |||
2021-09-23 | Merge pull request #7068 from behunin/patch-3 | bunnei | |
Debug Config Ui: Clean-up and nits | |||
2021-09-22 | Clean-up and nits | Levi Behunin | |
Remove redundent label, rearange checkboxs to keep same 3 per column layout, remove unneeded properties. | |||
2021-09-20 | Clean-up | Levi Behunin | |
Numerize names, remove unneeded properties and spacer. | |||
2021-09-18 | Tas configure ui nits | Levi Behunin | |
Text looked cramped on my pc (Ubuntu 21.04). Re-flowed text as well for nicer read. | |||
2021-09-18 | UI: Relocate tas menu and add brief description | german77 | |
2021-09-18 | input_common/tas: new update method | german77 | |
2021-09-18 | input_common/tas: Document the main class | german77 | |
2021-09-18 | input_common/tas: Add swap controller | german77 | |
2021-09-18 | input_common/tas: Fallback to simple update | MonsterDruide1 | |
2021-09-18 | config: Move TAS options to it's own menu | german77 | |