Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-24 | config: Cleanup and documentation | german77 | |
2021-11-24 | second commit lion review | german77 | |
2021-11-24 | settings: Fix Debug controller type options | german77 | |
2021-11-24 | kraken: Address comments from review | german77 | |
start lion review | |||
2021-11-24 | core/hid: Add TAS input | german77 | |
2021-11-24 | input_common: Fix UDP uuid | german77 | |
2021-11-24 | core/hid: Rework battery mappings | german77 | |
2021-11-24 | settings: Fix mouse and keyboard mappings | german77 | |
2021-11-24 | Morph review first wave | german77 | |
2021-11-24 | yuzu: Fix loading input profiles | german77 | |
2021-11-24 | configuration: Migrate controller settings to emulated controller | german77 | |
2021-11-24 | core/hid: Only signal when needed | german77 | |
2021-11-24 | hid: Fix controller connection/disconnection | german77 | |
2021-11-24 | kraken: Fix errors from rebase and format files | german77 | |
2021-11-24 | core/hid: Add output devices | german77 | |
2021-11-24 | yuzu: Update frontend | german77 | |
2021-11-24 | input_common: Rewrite keyboard | german77 | |
2021-11-21 | configure_general: Allow framerate cap to be used in custom game configs | Kewlan | |
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 | |