Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-17 | main: Update Disable Web Applet warning | lat9nq | |
2022-03-17 | configure_debug: Add option to set disable_web_applet | lat9nq | |
Allow the user to configure the web applet usage ahead of booting the application. | |||
2022-03-17 | yuzu: Move disable_web_applet to UISettings | lat9nq | |
2022-03-16 | Merge pull request #7964 from german77/miiii | bunnei | |
applet: mii: Simple implementation of mii applet | |||
2022-03-12 | config: Write dynarmic exclusive memory configs | ameerj | |
Ensures the configs are written and saved between boots | |||
2022-03-11 | cpu_detect: Add additional x86 flags and telemetry | Wunkolo | |
Adds detection of additional CPU flags to cpu_detect and additions to telemetry output. This is not exhaustive but guided by features that [dynarmic utilizes](https://github.com/merryhime/dynarmic/blob/bcfe377aaa5138af740e90af5be7a7dff7b62a52/src/dynarmic/backend/x64/host_feature.h#L12-L33) as well as features that are currently utilized but not reported to telemetry(invariant_tsc). This is intended to guide future optimizations. AVX512 in particular is broken up into its individual subsets and some other processor features such as [sha](https://en.wikipedia.org/wiki/Intel_SHA_extensions) and [gfni](https://en.wikipedia.org/wiki/AVX-512#GFNI) are added to have some forward-facing data-points. What used to be a single `CPU_Extension_x64_AVX512` telemetry field is also broken up into individual `CPU_Extension_x64_AVX512{F,VL,CD,...}` fields. | |||
2022-02-28 | applet: mii: Simple implementation of mii applet | german77 | |
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-26 | Merge pull request #7932 from bunnei/extended-mem-layout | bunnei | |
Add extended memory layout (6GB) support and improve KResourceLimit management | |||
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-20 | yuzu: Remove amiibos on drag and drop | german77 | |
2022-02-19 | Merge pull request #7867 from german77/amiibo | bunnei | |
nfp: Improve amiibo support | |||
2022-02-15 | yuzu: config: Fix mapping issues with the enter key | Narr the Reg | |
2022-02-13 | debugger: console: Set console output codepage to UTF-8 | Morph | |
This allows the console to display multi-byte encoded characters. | |||
2022-02-10 | Merge pull request #7852 from Morph1984/new-uuid | bunnei | |
common: Revise and fix the UUID implementation | |||
2022-02-10 | Merge pull request #7861 from german77/user_features | bunnei | |
yuzu: New hotkeys and mute audio on background | |||
2022-02-08 | nfp: Address compiler issues | german77 | |
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-02-06 | yuzu: Add auto center on right click | german77 | |
2022-02-05 | Merge pull request #7849 from Morph1984/qt-frameless-window | bunnei | |
main: Always remove the frameless window flag when restoring UI state | |||
2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | |
This completes the removal of the old UUID implementation. | |||
2022-02-05 | profile: Migrate to the new UUID implementation | Morph | |
2022-02-05 | Merge pull request #7842 from german77/vibration_test | bunnei | |
yuzu: config: Vibrate the controller while configuring vibration strength | |||
2022-02-04 | Merge pull request #7839 from german77/battery | bunnei | |
yuzu: ui: Improve battery symbols | |||
2022-02-03 | main: Always remove the frameless window flag when restoring UI state | Morph | |
For unknown reasons, this flag may persist after the application has been closed. Removing this flag when restoring the UI state ensures that a frameless window will not be shown on startup. | |||
2022-02-02 | yuzu: config: Vibrate the controller while configuring vibration strength | Narr the Reg | |
2022-02-02 | Merge pull request #7834 from german77/repeat | bunnei | |
yuzu: Disable auto repeat on hotkeys again | |||
2022-02-02 | yuzu: ui: Improve battery symbols | Narr the Reg | |
2022-02-01 | Merge pull request #7807 from german77/moar-buttons | bunnei | |
input_common: Add home and hard touch press buttons to UDP controllers | |||
2022-02-01 | Merge pull request #7833 from lioncash/file-sys | Morph | |
configure_filesystem: Add missing changeEvent() override | |||
2022-02-01 | Merge pull request #7792 from german77/translate | bunnei | |
hotkeys: Don't translate hotkey buttons | |||
2022-02-01 | configure_filesystem: Add missing changeEvent() override | Lioncash | |
This allows the dialog to be retranslated during runtime if the language is changed. | |||
2022-02-01 | configure_filesystem: Normalize member function casing | Lioncash | |
All other dialog types we have use CamelCase naming. | |||
2022-02-01 | yuzu: Disable auto repeat on hotkeys again | Narr the Reg | |
2022-02-01 | Merge pull request #7831 from lioncash/motion | Morph | |
configure_motion_touch: Use functor versions of invokeMethod | |||
2022-02-01 | configure_motion_touch: Use functor versions of invokeMethod | Lioncash | |
Same behavior, but ensures that the functions we're calling exist, since they can be checked at compile-time. | |||
2022-02-01 | configure_input_player: Eliminate variable shadowing | Lioncash | |
2022-02-01 | configure_input_player: std::move input setters in HandleClick | Lioncash | |
2022-02-01 | configure_input_player: Avoid unnecessary ParamPackage copies | Lioncash | |
Avoids churning allocations. | |||
2022-02-01 | yuzu/game_list: Use non-deprecated version of QString's split() function | Lioncash | |
The previous overload of split() was deprecated in 5.14. | |||
2022-01-30 | input_common: Add home and hard touch press buttons to UDP controllers | german77 | |
2022-01-27 | Merge pull request #7770 from german77/motion-threshold | bunnei | |
input_common: Add option to configure gyro threshold | |||
2022-01-27 | hotkeys: Don't translate hotkey buttons | german77 | |
2022-01-25 | Merge pull request #7769 from german77/no-control | bunnei | |
yuzu: Add setting to disable controller navigation | |||
2022-01-25 | Merge pull request #7768 from Moonlacer/fsr-1.0.2 | bunnei | |
Update AMD FidelityFX Super Resolution™ to 1.0.2 | |||
2022-01-24 | Merge pull request #7760 from german77/inverted_keyboard | bunnei | |
yuzu: Add modifiers for keyboard | |||
2022-01-23 | input_common: Add option to configure gyro threshold | german77 | |
2022-01-23 | yuzu: Add setting to disable controller navigation | german77 | |