Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-21 | Added TAS controls to the menu under Tools | Adam Heinermann | |
2021-11-21 | configure_general: Allow framerate cap to be used in custom game configs | Kewlan | |
2021-11-20 | Fix screenshot dimensions when at 1x scale | ameerj | |
This was regressed by ART. Prior to ART, the screenshots were saved at the title's framebuffer resolution. A misunderstanding of the existing logic led to screenshot dimensions becoming dependent on the host render window size. This changes the behavior to match how it was prior to ART at 1x, with screenshots now always being the title's framebuffer dimensions scaled by the resolution scaling factor. | |||
2021-11-19 | Merge pull request #7369 from Morph1984/amd-fsr-statusbar | bunnei | |
main: Shorten AMD FSR status bar text | |||
2021-11-19 | Merge pull request #7342 from goldenx86/patch-3 | bunnei | |
Replace keys error pop up | |||
2021-11-18 | main: Fix default AA name | Morph | |
By default, no AA is applied, not FXAA | |||
2021-11-18 | configure_graphics_ui: AMD's -> AMD | Morph | |
AMD officially markets FSR as AMD FidelityFX™️ Super Resolution | |||
2021-11-18 | main: Shorten AMD FSR status bar text | Morph | |
AMD'S FIDELITYFX SR -> FSR | |||
2021-11-18 | Merge pull request #7353 from v1993/no-more-epilepsy | bunnei | |
Prevent window flickering when holding Esc | |||
2021-11-17 | Merge pull request #7355 from german77/hotkey_spam | bunnei | |
hotkeys: Don't allow hotkeys to spam | |||
2021-11-17 | hotkeys: Don't allow hotkeys to spam | german77 | |
2021-11-17 | Prevent window flickering when holding Esc | Valeri | |
Reported on discord by Levlight. Don't try to exit fullscreen if it's already off. | |||
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 | Yuzu UI: Add button for Anti Alias | Fernando Sahmkow | |
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 | yuzu: Fix build errors | ameerj | |
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 | bootmanager: Fix screenshot resolution factor usage | ameerj | |
Fixes screenshots at non integer scaling | |||
2021-11-16 | Renderer: Implement Bicubic and ScaleForce filters. | Fernando Sahmkow | |
2021-11-16 | main: Add resolution scale label in the status bar | Morph | |
Shows the resolution scale as "Scale: {}x" in the status bar, where {} is a floating point value representing the current resolution scaling factor. | |||
2021-11-16 | TextureCache: Modify Viewports/Scissors according to Rescale. | Fernando Sahmkow | |
2021-11-16 | Settings: Add resolution scaling to settings. | Fernando Sahmkow | |
2021-11-16 | Replace keys error pop up | Matías Locatti | |
Fight me. | |||
2021-11-14 | Replace "Light" theme by "Default" | Romain Failliot | |
This reflects the current behavior: Light = System default. If your system is set to dark theme, then Light = Dark, which is a bit confusing for the end user. In this PR, I propose to change "Light" with "Default". This way, the user has "Default" and "Default Colorful", which will apply the system theme. Now that the Flatpak respects the system theme, I think this makes much more sense. I also simplified the theme update. Before the code was branching between the default theme and the others, but I think we can have something simpler by forcing the default theme if no theme is defined in the settings, or if the selected theme doesn't exist. And if there's an error, tell the theme name in the error message. | |||
2021-11-13 | Merge pull request #7272 from behunin/the-courteous-logger | bunnei | |
Logging: Impl refactor | |||
2021-11-08 | applets/swkbd: Skip text checking if the text has been confirmed | Morph | |
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir | |||
2021-11-04 | general: Get the current process program id directly from the system | Morph | |
This allows us to avoid including KProcess' header file in files that only need to get the current process' program id. | |||
2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | |
2021-11-01 | Refactor Logging Impl | Levi Behunin | |
Loop on stop_token and remove final_entry in Entry. Move Backend thread out of Impl Constructor to its own function. Add Start function for backend thread. Use stop token in PopWait and check if entry filename is nullptr before logging. | |||
2021-10-31 | Merge pull request #7246 from german77/userimage | bunnei | |
profile_manager: Resize any image bigger than 256p | |||
2021-10-30 | Merge pull request #6702 from lat9nq/disable-screensaver | bunnei | |
yuzu_cmd, yuzu qt: Use SDL to disable the screen saver | |||
2021-10-30 | yuzu qt: Disable the screensaver with SDL2 | lat9nq | |
Disables the screen saver when a game boots using SDL2 so that it works on any supported platform. | |||
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-19 | Merge pull request #7198 from ameerj/settings-chrono | bunnei | |
settings: Remove std::chrono usage | |||
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-16 | Merge pull request #7195 from MightyCreak/fix-warning-typo | Mai M | |
main: fix typo in warning message | |||
2021-10-16 | main: fix typo in warning message | Romain Failliot | |
2021-10-15 | main: Add missing make_unique for ui | Morph | |