| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |
| 2022-04-16 | yuzu: Add custom ringcon configuration | german77 | |
| 2022-03-17 | yuzu qt: Save disable_web_applet setting | lat9nq | |
| The web applet causes multiple issues with the rest of the application. Disable it by default and add a debug option to re-enable it until a proper solution can be found. | |||
| 2022-03-12 | config: Write dynarmic exclusive memory configs | ameerj | |
| Ensures the configs are written and saved between boots | |||
| 2022-02-27 | dynarmic: Inline exclusive memory accesses | merry | |
| Inlines implementation of exclusive instructions into JITted code, improving performance of applications relying heavily on these instructions. We also fastmem these instructions for additional speed, with support for appropriate recompilation on fastmem failure. An unsafe optimization to disable the intercore global_monitor is also provided, should one wish to rely solely on cmpxchg semantics for safety. See also: merryhime/dynarmic#664 | |||
| 2022-02-21 | settings: Add a new "use_extended_memory_layout" setting. | bunnei | |
| - This will be used to enable emulation of a larger memory arrangement. | |||
| 2022-02-19 | Merge pull request #7867 from german77/amiibo | bunnei | |
| nfp: Improve amiibo support | |||
| 2022-02-08 | yuzu: Allow to open and remove the amiibo | german77 | |
| 2022-02-06 | yuzu: Mute audio when in background | german77 | |
| 2022-02-06 | yuzu: Add docked, GPU accuracy and adapting filter hotkeys | german77 | |
| 2022-01-23 | yuzu: Add setting to disable controller navigation | german77 | |
| 2022-01-22 | Merge pull request #7716 from german77/volume | bunnei | |
| yuzu: Add volume hotkeys | |||
| 2022-01-21 | Use Default Colorful theme by default outside of Windows | v1993 | |
| On OSes with system-wide theming this allows yuzu to follow system style, regardless of its exact coloration, working well with both light and dark system themes. Dark /Colorful, on the other hand, forces dark theme regardless of user preferences set in system settings, making for a poor default. Use Colorful variation to keep in line with icon style of patron-voted Dark Colorful. | |||
| 2022-01-17 | uisettings: Add enumeration type for themes | Morph | |
| Eliminates the usage of a magic number to indicate the default index of the themes array, | |||
| 2022-01-17 | config: Change default theme to Dark Colorful | gidoly | |
| 2022-01-15 | yuzu: Add volume up/down hotkeys | german77 | |
| 2022-01-15 | yuzu: Remove speed limit hotkeys | german77 | |
| 2022-01-06 | yuzu: Add controller hotkeys | german77 | |
| 2021-12-12 | game_list: Add persistent setting for the favorites row expanded state | ameerj | |
| Previously, the favorites row was always expanded on launch. This change introduces a persistent setting that allows the favorites row's expanded state to be remembered between launches. | |||
| 2021-11-27 | settings: Add debug setting to enable all controllers | german77 | |
| 2021-11-26 | config: Remove vibration configuration | german77 | |
| 2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | |
| 2021-11-24 | core/hid: Fully implement native mouse | german77 | |
| 2021-11-24 | input_common: Allow keyboard to be backwards compatible | german77 | |
| 2021-11-24 | core/hid: Improve accuracy of the keyboard implementation | german77 | |
| 2021-11-24 | config: Cleanup and documentation | german77 | |
| 2021-11-24 | core/hid: Add TAS input | german77 | |
| 2021-11-24 | yuzu: Update frontend | german77 | |
| 2021-11-21 | configure_general: Allow framerate cap to be used in custom game configs | Kewlan | |
| 2021-11-16 | Frontend: Add anti-aliasing method setting | 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-17 | settings: Remove std::chrono usage | ameerj | |
| Alleviates the dependency on chrono for all files that include settings.h | |||
| 2021-10-07 | yuzu qt: Remove global system instances from config, WaitTree, main | lat9nq | |
| 2021-09-29 | settings: Remove BCAT settings | Morph | |
| 2021-09-28 | Merge pull request #7042 from v1993/patch-7 | Ameer J | |
| Hide XInput bypass on non-Windows OSes | |||
| 2021-09-18 | input_common/tas: Document the main class | german77 | |
| 2021-09-18 | input_common/tas: Add swap controller | german77 | |
| 2021-09-18 | settings: File selector & other settings | MonsterDruide1 | |
| First of all, TASing requires a script to play back. The user can select the parent directory at `System -> Filesystem`, next to an option to pause TAS during loads: This requires a "hacky" setup deeper in the code and will be added in the last commit. Also, Hotkeys are being introduced: CTRL+F5 for playback start/stop, CTRL+F6 for re-reading the script and CTRL+F7 for recording a new script. | |||
| 2021-09-18 | Merge pull request #7020 from Moonlacer/remove_audio_stretching | bunnei | |
| Remove audio stretching | |||
| 2021-09-18 | If not on Windows, disable raw input | Valeri | |
| This way, if someone copies their Windows config to other OS, they won't be stuck without web applet for no apparent reason. | |||
| 2021-09-17 | Merge pull request #6950 from german77/multiplay | bunnei | |
| input_common: Add advanced setting for 8 player support | |||
| 2021-09-15 | remove-audio-stretching-setting | Moonlacer | |
| 2021-09-11 | Merge pull request #6846 from ameerj/nvdec-gpu-decode | Fernando S | |
| nvdec: Add GPU video decoding for all capable drivers and platforms | |||
| 2021-09-10 | input_common: Enable steam controllers and 8 player support | german77 | |
| 2021-08-28 | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | |
| 2021-08-16 | configure_graphics: Add GPU nvdec decoding as an option | ameerj | |
| Some system configurations may see visual regressions or lower performance using GPU decoding compared to CPU decoding. This setting provides the option for users to specify their decoding preference. Co-Authored-By: yzct12345 <87620833+yzct12345@users.noreply.github.com> | |||
| 2021-08-12 | configuration: add option to select network interface | spholz | |
| This commit renames the "Services" tab to "Network" and adds a combobox that allows the user to select the network interface that yuzu should use. This new setting is now used to get the local IP address in Network::GetHostIPv4Address. This prevents yuzu from selecting the wrong network interface and thus using the wrong IP address. The return type of Network::GetHostIPv4Adress has also been changed. | |||
