Commit Graph

589 Commits (8ae43a1be96c8673a182c2cf92bea4f1c5888adb)

Author SHA1 Message Date
Kyle K f6695814be ui: Touching QPalette::Text broke dark -> light UI. don't do 4 years ago
Kyle K 38dd6dc190 ui: Set Link Color when setting theme
Long story short, QT doesn't allow the link colors to be set via their stylesheets.

There are two ways to work with this, specify the color manually for every link (See the About dialog) The other way is to change the default palette.

IsDarkTheme is copy/pasted from src/yuzu/debugger/wait_tree.cpp
4 years ago
german77 90c846d1ad yuzu: Only override fullscreen setting if gamepath or argument is provided 4 years ago
bunnei c50f2bd4f6
Merge pull request #8035 from lat9nq/disable-web-applet
yuzu qt: Disable the web applet by default
4 years ago
Morph e05e6853fa applets: Rename Mii to MiiEdit 4 years ago
ameerj 936829e873 yuzu: Reduce unused includes 4 years ago
lat9nq db637b5a4c yuzu qt: Save disable_web_applet setting
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.
4 years ago
lat9nq 7760777c06 main: Update Disable Web Applet warning 4 years ago
lat9nq 1cbe23ed7b yuzu: Move disable_web_applet to UISettings 4 years ago
bunnei f55af65e82
Merge pull request #7964 from german77/miiii
applet: mii: Simple implementation of mii applet
4 years ago
Wunkolo d248c1203e cpu_detect: Add additional x86 flags and telemetry
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](bcfe377aaa/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.
4 years ago
german77 03d671fabc applet: mii: Simple implementation of mii applet 4 years ago
german77 b504df9d02 yuzu: Remove amiibos on drag and drop 4 years ago
bunnei 2984695265
Merge pull request #7867 from german77/amiibo
nfp: Improve amiibo support
4 years ago
bunnei ca9da569ce
Merge pull request #7852 from Morph1984/new-uuid
common: Revise and fix the UUID implementation
4 years ago
german77 e35c2fd5d0 nfp: Address compiler issues 4 years ago
german77 41b65d38fa yuzu: Allow to open and remove the amiibo 4 years ago
german77 ab93b4c66d yuzu: Mute audio when in background 4 years ago
german77 49eb78497b yuzu: Add docked, GPU accuracy and adapting filter hotkeys 4 years ago
Morph dfe11d72e3 profile: Migrate to the new UUID implementation 4 years ago
Morph edbfbf2f2f main: Always remove the frameless window flag when restoring UI state
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.
4 years ago
Narr the Reg 330b31ae2e yuzu: Disable auto repeat on hotkeys again 4 years ago
german77 c8b3a12856 yuzu: Add volume up/down hotkeys 4 years ago
german77 419f427a01 yuzu: Remove speed limit hotkeys 4 years ago
bunnei f1aa7ff893
Merge pull request #7690 from Morph1984/increase-file-limit-win
yuzu: main: Increase the open file limit on Windows to 8192
4 years ago
Morph 36da4d1121 yuzu: main: Increase the open file limit on Windows to 8192
This is a temporary solution for now to accommodate for mods containing more than 4096 files.
4 years ago
german77 72c8a94a6c yuzu: Add controller hotkeys 4 years ago
german77 a9ad983c13 yuzu: Fix UI elements not updating correctly 4 years ago
liushuyu 14fc1bec17
main: reword inhibit reason 4 years ago
liushuyu fa7abafa5f main: fix wake lock in Flatpak ...
... by using the XDP system
4 years ago
ameerj 3074b2eb93 main: Refactor to reduce code duplication in ShowFullscreen() 4 years ago
ameerj 39bb6851e4 main: Make render window borderless fullscreen toggle on the monitor it resides in
Toggling borderless fullscreen on the separate render window made it fullscreen on the monitor which the main yuzu window resided in.

This change allows the render window to go fullscreen on the monitor it resides in, independent of the main window location.
4 years ago
bunnei e242f16986
Merge pull request #7532 from goldenx86/patch-3
Update video core popup
4 years ago
Matías Locatti 333ccf23f8
Suggestions from CrusadingNinja 4 years ago
Matías Locatti 1cdddd17d2
Changed link 4 years ago
Wunkolo 44b3abdfc0 yuzu/main: Fix host memory byte units. GB to GiB
I have `134850146304` bytes of ram and Yuzu was saying that I had `125.59 GB`
of ram. But `125.59` is actually the amount of gi**bi**bytes I have. In
gi**ga**bytes I would have `134.9`.

Additionally, I changed the `1024 / 1024 / 1024` here into the `_GiB`
user-literals that I added a while ago(#6519).

https://www.wolframalpha.com/input/?i=134850146304+bytes
4 years ago
Mai M 5b2cb22a04
Merge pull request #7506 from heinermann/focus_crash
Fixed #7502
4 years ago
Matías Locatti 60bdedc7dd main: Update video core popup
Old version had formatting issues, and I want to provide an answer to the most common reason this pops up in the first place, outdated drivers.
4 years ago
Adam Heinermann 7220056974 Fixed #7502 4 years ago
german77 7fe455e42e core/hid: Ensure only valid npad are connected 4 years ago
german77 5ba7b11ba4 yuzu: Implement basic controller navigation 4 years ago
Fernando S 564f105277
Merge pull request #7255 from german77/kraken
Project Kraken: Input rewrite
4 years ago
german77 182cd9004f config: Remove vibration configuration 4 years ago
bunnei 06ad463ec8
Merge pull request #7330 from MightyCreak/simplify-theme-selection
Replace "Light" theme by "Default"
4 years ago
german77 e64ee99f00 yuzu: Fix TAS from rebase 4 years ago
german77 e7eee36d52 service/hid: Remove includes of core.h and settings.h 4 years ago
german77 d14e74132c settings: Fix controller preview not displaying the correct controller 4 years ago
german77 5d0f3540c4 core/hid: Rename NpadType to NpadStyleIndex 4 years ago
german77 77fa4d4bf6 second commit lion review 4 years ago
german77 61d9eb9f69 input_common: Revert deleted TAS functions 4 years ago