bunnei
5dc4c92dc2
settings: Add a new "use_extended_memory_layout" setting.
- This will be used to enable emulation of a larger memory arrangement.
5 years ago
german77
bd81e74f2a
yuzu: Remove amiibos on drag and drop
5 years ago
Narr the Reg
10a0790ce5
yuzu: config: Fix mapping issues with the enter key
5 years ago
Morph
c1a3ce985f
debugger: console: Set console output codepage to UTF-8
This allows the console to display multi-byte encoded characters.
5 years ago
german77
f2b6837fb7
nfp: Address compiler issues
5 years ago
german77
5fced43199
yuzu: Allow to open and remove the amiibo
5 years ago
german77
eb34318ded
yuzu: Mute audio when in background
5 years ago
german77
2e45a555b4
yuzu: Add docked, GPU accuracy and adapting filter hotkeys
5 years ago
german77
2ea4a2b74e
yuzu: Add auto center on right click
5 years ago
Morph
e47b5e6a26
general: Rename NewUUID to UUID, and remove the previous UUID impl
This completes the removal of the old UUID implementation.
5 years ago
Morph
26f74468c4
profile: Migrate to the new UUID implementation
5 years ago
Morph
6015bce1e9
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.
5 years ago
Narr the Reg
6b132458dc
yuzu: config: Vibrate the controller while configuring vibration strength
5 years ago
Narr the Reg
2198237e42
yuzu: ui: Improve battery symbols
5 years ago
Lioncash
1c24f14e58
configure_filesystem: Add missing changeEvent() override
This allows the dialog to be retranslated during runtime if the language
is changed.
5 years ago
Lioncash
54f3cb8186
configure_filesystem: Normalize member function casing
All other dialog types we have use CamelCase naming.
5 years ago
Narr the Reg
44c0ce539e
yuzu: Disable auto repeat on hotkeys again
5 years ago
Lioncash
951785a17e
configure_motion_touch: Use functor versions of invokeMethod
Same behavior, but ensures that the functions we're calling exist, since
they can be checked at compile-time.
5 years ago
Lioncash
b4a7e150c7
configure_input_player: Eliminate variable shadowing
5 years ago
Lioncash
76c9d3318f
configure_input_player: std::move input setters in HandleClick
5 years ago
Lioncash
3379694d32
configure_input_player: Avoid unnecessary ParamPackage copies
Avoids churning allocations.
5 years ago
Lioncash
b68dc14188
yuzu/game_list: Use non-deprecated version of QString's split() function
The previous overload of split() was deprecated in 5.14.
5 years ago
german77
a2fe5dffa9
input_common: Add home and hard touch press buttons to UDP controllers
5 years ago
german77
f0b67c3ebb
hotkeys: Don't translate hotkey buttons
5 years ago
german77
1fca7203d3
input_common: Add option to configure gyro threshold
5 years ago
german77
47ca44ad1d
yuzu: Add setting to disable controller navigation
5 years ago
Moonlacer
71ae167f3a
Update FSR to 1.0.2
Updates yuzu's FSR implementation to 1.0.2
5 years ago
Narr the Reg
0a75c32ab8
yuzu: Add modifiers for keyboard
5 years ago
v1993
8117685e56
Use Default Colorful theme by default outside of Windows
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.
5 years ago
bunnei
cc4cbff1ca
hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.
- This will be used to ensure that we do not schedule dummy threads.
5 years ago
Morph
7721ca7ee7
uisettings: Add enumeration type for themes
Eliminates the usage of a magic number to indicate the default index of the themes array,
5 years ago
gidoly
f83f55b337
config: Change default theme to Dark Colorful
5 years ago
german77
991460cd98
input_common: Reintroduce motion from mouse and use button names
5 years ago
german77
a31c663398
yuzu: Add volume up/down hotkeys
5 years ago
german77
c5665f7289
yuzu: Remove speed limit hotkeys
5 years ago
Morph
b713400580
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.
5 years ago
german77
a52791af6b
yuzu: Use pad parameter to choose the correct controller
5 years ago
german77
353317f31e
yuzu: Add controller hotkeys
5 years ago
lat9nq
a8b082c537
configure_per_game: Initialize tabs after loading custom configuration
Changes tab initialization to happen after the configuration is loaded,
which means that it no longer happens as member initializers in the
ConfigurePerGame constructor. Removes the cluster of
??_tab->SetConfiguration's that I added earlier to get around this issue
initially.
Fixes a regression in #6774
5 years ago
Fernando Sahmkow
65387dd0a0
ShaderDecompiler: Add a debug option to dump the game's shaders.
5 years ago
german77
8b989ac3ae
controller_applet: Only populate supported controllers
5 years ago
german77
4208ac1087
yuzu: Fix UI elements not updating correctly
5 years ago
german77
5dab578691
core/hid: Fix controller type validation
5 years ago
liushuyu
39d70e9799
main: reword inhibit reason
5 years ago
liushuyu
68901da65f
main: fix wake lock in Flatpak ...
... by using the XDP system
5 years ago
ameerj
95aa9434ce
main: Refactor to reduce code duplication in ShowFullscreen()
5 years ago
ameerj
cd7e6b3250
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.
5 years ago
bunnei
5192e8e092
core: hle: Remove global HLE lock.
- This was added early on as a hack to protect against some concurrency issues.
- It's not clear that this serves any purpose anymore, and if it does, individual components should be fixed rather than using a global recursive mutex.
5 years ago
Matías Locatti
c5ea2d95af
Suggestions from CrusadingNinja
5 years ago
Matías Locatti
1fea906060
Changed link
5 years ago