| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-24 | service/hid: Remove includes of core.h and settings.h | german77 | |
| 2021-11-24 | settings: Fix controller preview not displaying the correct controller | german77 | |
| 2021-11-24 | core/hid: Rename NpadType to NpadStyleIndex | german77 | |
| 2021-11-24 | second commit lion review | german77 | |
| 2021-11-24 | input_common: Revert deleted TAS functions | german77 | |
| 2021-11-24 | service/hid: Fix gesture input | german77 | |
| 2021-11-24 | configuration: Migrate controller settings to emulated controller | german77 | |
| 2021-11-24 | kraken: Fix errors from rebase and format files | german77 | |
| 2021-11-24 | core: Register HID | german77 | |
| 2021-11-24 | yuzu: Use new input on main and bootmanager | german77 | |
| 2021-11-24 | input_common: Rewrite keyboard | german77 | |
| 2021-11-24 | Refactor menu states and shortcuts in GMainWindow. (#7419) | Adam Heinermann | |
| Refactor menu states and shortcuts in GMainWindow. - Removed "Start", since it was always disabled unless it was "Continue" which has now been moved to "Pause". - Allow hotkeys to be used while in fullscreen. - Removed the load amiibo hotkey. | |||
| 2021-11-21 | const fixes | Adam Heinermann | |
| 2021-11-21 | Apply clang format | Adam Heinermann | |
| 2021-11-21 | Added TAS controls to the menu under Tools | Adam Heinermann | |
| 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 | 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 | 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 | Yuzu UI: Add button for Anti Alias | Fernando Sahmkow | |
| 2021-11-16 | QtGUI: Add buttton to toggle the filter. | FernandoS27 | |
| 2021-11-16 | bootmanager: Fix screenshot resolution factor usage | ameerj | |
| Fixes screenshots at non integer scaling | |||
| 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 | Replace keys error pop up | MatÃas Locatti | |
| Fight me. | |||
| 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-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-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 | |
| 2021-10-15 | yuzu: Construct system in GMainWindow | Morph | |
| 2021-10-15 | core: Move ResultStatus outside of System | Morph | |
| Allows it to be a forward declaration in other header files. | |||
| 2021-10-15 | Merge pull request #7185 from Morph1984/make_unique_ui | Mai M | |
| yuzu: Use make_unique instead of operator new for constructing ui | |||
| 2021-10-15 | main: Slightly refactor NCA entry installation in InstallNCA (#7181) | Creak | |
| * main: Slightly refactor NCA entry installation in InstallNCA Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com> | |||
| 2021-10-15 | main: Use std::unique_ptr for ui | Morph | |
| 2021-10-14 | Merge pull request #6774 from lat9nq/remove-global-yuzu | Morph | |
| yuzu qt: Remove global system instances | |||
| 2021-10-11 | main: Add option to reset window size to 900p | ameerj | |
| 2021-10-07 | discord_impl: Remove global system instances | lat9nq | |
| 2021-10-07 | game_list: Remove global instances of Core::System | lat9nq | |
| 2021-10-07 | yuzu qt: Remove global system instances from config, WaitTree, main | lat9nq | |
| 2021-10-03 | Merge pull request #7111 from lat9nq/no-title-bar-version | bunnei | |
| main: Don't add an extra separator when the title version is absent | |||
| 2021-10-01 | yuzu: main: Register a callback for Exit | Morph | |
| 2021-09-30 | main: Don't add an extra separator when the title version is absent | lat9nq | |
| Some titles, such as homebrew, do not have any version string. Because yuzu hard codes the title bar string assuming a version string is preset, booting homebrew causes yuzu to add an extra separator with no content between. This uses a lambda expression to prevent that from happening. | |||
| 2021-09-18 | UI: Relocate tas menu and add brief description | german77 | |
| 2021-09-18 | input_common/tas: new update method | german77 | |
