swurl
de2009575e
fix cmake formatting
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
7a9011b82d
add tick marks to desktop slider
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
c5f98d0388
switch bad updates list to hex
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
83cf9774e1
switch dynamic state to a slider
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
e8ad10350e
Warn about updates for affected games
Some games suck with updates on Yuzu, this lets the user know about it.
Currently, only Tears of the Kingdom is known to be affected, but this
can easily be expanded to include more games.
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
c140529a75
add notice for extensions
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
eb90246803
use macro to remove eye destruction
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
b47c0e07a3
Proper linking between states
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
1949e7c438
Add dynamic state extension configs
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
446e362530
remove duplicate code in statusbar
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
8795b96d46
Fix Qt <6.7 build and allow speed limit to be saved
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
3695481a80
Fix Alpha warning label & CI Building
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
swurl
2d3a3f035b
fix pre alpha warning label
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
JPikachu
2149362378
Update "yuzu is not affiliated with Nintendo" to "eden is not affiliated with Nintendo"
11 months ago
Pavel Barabanov
38737f26e5
Optimize SpiriV output
11 months ago
Pavel Barabanov
70c2439d8c
Add sync core speed
11 months ago
JPikachu
61d4233228
Rename Yuzu logo to Eden
11 months ago
crueter
9278eac8f0
Fix controls config dialog
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
crueter
9cef9f5dce
Update fmt to allow for v11
Signed-off-by: swurl <swurl@swurl.xyz>
11 months ago
PabloMK7
5f0542c2bf
Pre alpha watermark
* android: Add pre-alpha warning dialog and banner
* qt: android: Add pre-alpha warning banner
11 months ago
darktux
2032d035a3
Removed telemetry and anonymized SCM (git) strings
2 years ago
darktux
6ff1dc8bdb
Disable "Open Home Menu" action as appropriate
2 years ago
darktux
76a55dc003
Implement option to start QLaunch from Tools menu
2 years ago
Briar
6c3381a608
qt: 6.7.3 Implementation
Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com>
12 months ago
Briar
b1ec0e9dec
Switch default username to eden
12 months ago
Briar
efb94f76d0
qt: Updated some user-facing strings to refer to eden
12 months ago
Briar
0d8a40e3da
Changed executable names to eden
12 months ago
yuzubot
c280f95b1a
"Merge Tagged PR 13018"
2 years ago
Liam
e850ec7aa9
settings: enable error applet
2 years ago
Narr the Reg
71937393a6
yuzu: Fix shortcut error message
2 years ago
Andrew Pilley
9ef7dbbb2b
Import keys from filesystem. ( #13056 )
* Import keys, re-initialize KeyManager, re-scan vfs, re-populate game list.
* <.< spelling.
* Update based on feedback on #13047 and this PR
* Based on feedback: Don't delete existing files. There's legitimate reasons that someone may want to keep their retail keys and title key handling is resilient to mismatches.
* Update src/yuzu/main.cpp
Co-authored-by: Tobias <thm.frey@gmail.com>
* Remove translation of literal filename/filter format.
* clang-format.
---------
Co-authored-by: Tobias <thm.frey@gmail.com>
2 years ago
FearlessTobi
27dede35d2
fs: Add and use fs_save_data_types.h
2 years ago
FearlessTobi
4d55e58ee4
scope_exit: Make constexpr
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
2 years ago
Liam
a956f0f4f8
vulkan_device: don't use fixed cap for memory limits
2 years ago
Andrew Pilley
3551bd0134
Add check for corrupted firmware files after install.
2 years ago
Andrew Pilley
38baa215de
>.> spelling
2 years ago
Andrew Pilley
17c8400218
cleanup by clang-format.
2 years ago
Andrew Pilley
c78e2654db
Improve behavior when one or more firmware files can't be deleted.
2 years ago
Andrew Pilley
297bf111c2
Implement In-app firmware installation.
2 years ago
t895
f21569a4eb
config: Reset per-game profile name on load if empty
2 years ago
Liam
0276ae2f95
am: rewrite appletAE, appletOE
2 years ago
german77
c8f7f5b060
yuzu: Allow non npad hotkeys and disable controller navigation requirement
2 years ago
Kevnkkm
5383720d01
Fix multiplayer player count color in dark themes | Temp fix until #12744 : Add green color for counts > 0 and < max_players - 1 ( #12930 )
* fix intended player count color in dark themes
* Refactor
* Change to green color for white and dark themes
* Add const to the colors and extra name for green color
2 years ago
Liam
b4b3ddf4b4
general: add default configurations for applet mode
2 years ago
FearlessTobi
d0279b25e0
shared_translation: Add tooltips for general settings
2 years ago
german77
4351f91758
yuzu: Make controller keys easier to assign
2 years ago
FearlessTobi
7ee910de19
shared_translation: Add tooltips for advanced graphics and system settings
2 years ago
FearlessTobi
f1ae959d94
shared_translation: Add tooltips for core and graphics settings
2 years ago
german77
e607ab8a5e
yuzu: Fully hide linux tab
2 years ago
Tobias
9dfd9bb403
citra_qt/configure_ui: Show country of language in the combobox
This prevents an issue where we had seperate versions of the same language for different regions and they were not distinguishable (e.g. "Chinese (China)" and "Chinese (Taiwan)").
Also makes it so we do not need to hardcode specific languages anymore.
2 years ago