- May 26, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- May 21, 2019
-
-
Lioncash authored
Given the array is a private static array, we can just make it internally linked to hide it from external code. This also allows us to remove an inclusion within the header.
-
Lioncash authored
Allows the configuration code to build successfully with implicit string conversions disabled.
-
- May 09, 2019
-
-
Lioncash authored
Over time our config values have grown quite numerous in size. Unfortunately it also makes the single functions we have for loading and saving values more error prone. For example, we were loading the core settings twice when they only should have been loaded once. In another section, a variable was shadowing another variable used to load settings from a completely different section. Finally, in one other case, there was an extraneous endGroup() call used that didn't need to be done. This was essentially dead code and also a bug waiting to happen. This separates the section loading code into its own separate functions. This keeps variables only visible to the code that actually needs it, and makes it much easier to visually see the end of each individual configuration group. It also makes it much easier to visually catch bugs during code review. While we're at it, this also uses QStringLiteral instead of raw string literals, which both avoids constructing a lot of QString instances, but also makes it much easier to disable implicit ASCII to QString and vice-versa in the future via setting QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCII as compilation flags.
-
- Apr 20, 2019
-
-
Fernando Sahmkow authored
This option allows picking the compatibility profile since a lot of bugs are fixed in it. We devs will use this option to easierly debug current problems in our Core implementation.:wq
-
- Apr 11, 2019
-
-
FreddyFunk authored
-
- Apr 08, 2019
-
-
zarroboogs authored
-
- Mar 29, 2019
-
-
fearlessTobi authored
This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings.
-
- Mar 16, 2019
-
-
Adityarup Laha authored
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it.
-
- Mar 07, 2019
-
-
zhupengfei authored
-
bunnei authored
-
- Feb 07, 2019
-
-
ReinUsesLisp authored
-
- Jan 08, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Stored as signed seconds since epoch.
-
- Jan 01, 2019
-
-
Lioncash authored
-
- Dec 25, 2018
-
-
Zach Hilman authored
Using the QtProfileSelectorDialog, this implementation is trivial. This mimics the real switch behavior of asking which user on every game boot, but it is default disabled as that might get inconvenient.
-
- Dec 18, 2018
-
-
zhupengfei authored
Allows capturing screenshot at the current internal resolution (native for software renderer), but a setting is available to capture it in other resolutions. The screenshot is saved to a single PNG in the current layout.
-
- Dec 05, 2018
-
-
Zach Hilman authored
Greatly simplifies the current input UI, while still allowing power users to tweak advanced settings. Adds 'input profiles', which are easy autoconfigurations to make getting started easy and fast. Also has a custom option which brings up the current, full UI.
-
Zach Hilman authored
-
Lioncash authored
Avoids typing the same long accessor just to retrieve player attributes.
-
- Dec 04, 2018
-
-
Zach Hilman authored
-
- Dec 03, 2018
-
-
Zach Hilman authored
-
- Nov 20, 2018
-
-
Zach Hilman authored
When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs.
-
- Nov 19, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Defaults to full keyboard for keyboard -- It did not seem to be necessary to make the keyboard configurable (besides enabled/disabled).
-
- Nov 12, 2018
-
-
Zach Hilman authored
-
- Nov 02, 2018
-
-
Zach Hilman authored
As the add-ons column takes the most processing time out of any (as it needs to search registration for updates/dlc, patch control NCAs, search for mods, etc.), an option was added to disable it. This does not affect the application of add-ons. In large game collections, this decreases game list refresh time by as much as 70%.
-
- Oct 29, 2018
-
-
Zach Hilman authored
Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box.
-
- Oct 24, 2018
-
-
Lioncash authored
Same behavior, less code.
-
- Oct 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
David authored
* Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
-
- Oct 16, 2018
-
-
bunnei authored
- This will be used as a catch-all for slow-but-accurate GPU emulation paths.
-
- Oct 07, 2018
-
-
Zach Hilman authored
-
- Oct 02, 2018
-
-
fearlessTobi authored
-
- Sep 08, 2018
-
-
fearlessTobi authored
-