swurl
eb90246803
use macro to remove eye destruction
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
swurl
b47c0e07a3
Proper linking between states
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
swurl
1949e7c438
Add dynamic state extension configs
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
swurl
446e362530
remove duplicate code in statusbar
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
swurl
8795b96d46
Fix Qt <6.7 build and allow speed limit to be saved
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
swurl
3695481a80
Fix Alpha warning label & CI Building
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
swurl
2d3a3f035b
fix pre alpha warning label
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
JPikachu
2149362378
Update "yuzu is not affiliated with Nintendo" to "eden is not affiliated with Nintendo"
1 year ago
Pavel Barabanov
38737f26e5
Optimize SpiriV output
1 year ago
Pavel Barabanov
70c2439d8c
Add sync core speed
1 year ago
JPikachu
61d4233228
Rename Yuzu logo to Eden
1 year ago
crueter
9278eac8f0
Fix controls config dialog
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
crueter
9cef9f5dce
Update fmt to allow for v11
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
PabloMK7
5f0542c2bf
Pre alpha watermark
* android: Add pre-alpha warning dialog and banner
* qt: android: Add pre-alpha warning banner
1 year 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>
1 year ago
Briar
b1ec0e9dec
Switch default username to eden
1 year ago
Briar
efb94f76d0
qt: Updated some user-facing strings to refer to eden
1 year ago
Briar
0d8a40e3da
Changed executable names to eden
1 year 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
t895
6c6d6ece77
settings: Allow audio sink, input, and output to be set per game
2 years ago
Hugo Locurcio
9b126e72f8
Persist filters in multiplayer public lobby list
After connecting to a room, the chosen filter text, "Games I Own",
"Hide Empty Rooms" and "Hide Full Rooms" values are persisted
to configuration so they are preserved across restarts.
This makes it easier to rejoin a room if you regularly play the same
game, or after a crash.
2 years ago
Hugo Locurcio
4b2758f3c5
Color player counts in the multiplayer public lobby list
- Full lobbies have their player count displayed in red.
- Lobbies with one slot left have their player count displayed in orange.
- Empty lobbies have their player count grayed out.
2 years ago
Liam
7df27bbef6
core: support offline web applet
2 years ago
Liam
49f10b2e54
am: migrate global state to per-applet state structure
2 years ago
Liam
1a51a1281c
am: retrieve main applet creation info from frontend
2 years ago