Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | settings: Fix comment structure | Zach Hilman | |
2019-01-07 | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | |
2019-01-07 | settings: Add custom RTC settings | Zach Hilman | |
Stored as signed seconds since epoch. | |||
2019-01-02 | Merge pull request #1942 from DarkLordZach/profile-select-game-boot | bunnei | |
qt: Add setting to prompt for user on game boot | |||
2018-12-31 | yuzu/config: Silence truncation warnings | Lioncash | |
2018-12-25 | qt: Add setting to prompt for user on game boot | Zach Hilman | |
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. | |||
2018-12-23 | Merge pull request #1886 from FearlessTobi/port-4164 | bunnei | |
Port citra-emu/citra#4164: "citra_qt, video_core: Screenshot functionality" | |||
2018-12-23 | Merge pull request #1780 from DarkLordZach/controller-profiles | bunnei | |
configure_input: Add Controller Setup Profiles and simplify input UI | |||
2018-12-18 | yuzu, video_core: Screenshot functionality | zhupengfei | |
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. | |||
2018-12-10 | Merge pull request #1819 from DarkLordZach/disable-addons | bunnei | |
patch_manager: Add support for disabling patches | |||
2018-12-05 | configure_input: Add ConfigureInputSimple as default input UI config | Zach Hilman | |
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. | |||
2018-12-05 | ui_settings: Add UI setting for input profile index | Zach Hilman | |
2018-12-05 | configuration/config: Use an intermediary variable for accessing players | Lioncash | |
Avoids typing the same long accessor just to retrieve player attributes. | |||
2018-12-04 | qt: Add Properties menu to game list right-click | Zach Hilman | |
2018-12-03 | config: Store and load disabled add-ons list | Zach Hilman | |
2018-11-23 | Merge pull request #1747 from DarkLordZach/exefs-lfs | bunnei | |
patch_manager: Add support for applying LayeredFS patches to ExeFS | |||
2018-11-20 | settings: Add option to dump ExeFS of games upon launch | Zach Hilman | |
When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs. | |||
2018-11-18 | configure_input: Make None a controller option instead of checkbox | Zach Hilman | |
2018-11-18 | hid: Use player-defined controller type as PREFERRED_CONTROLLER | Zach Hilman | |
2018-11-18 | yuzu/config: Add (de-)serialization for multiplayer | Zach Hilman | |
Defaults to full keyboard for keyboard -- It did not seem to be necessary to make the keyboard configurable (besides enabled/disabled). | |||
2018-11-16 | Merge pull request #1632 from DarkLordZach/keys-manager-optimizations | bunnei | |
game_list: Optimize game list refresh | |||
2018-11-15 | Merge pull request #1618 from DarkLordZach/dump-nso | bunnei | |
patch_manager: Add support for dumping uncompressed NSOs | |||
2018-11-11 | settings: Add config option to set RNG seed | Zach Hilman | |
2018-11-01 | game_list: Make add-ons column optional | Zach Hilman | |
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%. | |||
2018-10-29 | settings: Add setting to control NSO dumping | Zach Hilman | |
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. | |||
2018-10-24 | Merge pull request #1558 from lioncash/ptr | bunnei | |
yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointer | |||
2018-10-24 | yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a ↵ | Lioncash | |
raw pointer Same behavior, less code. | |||
2018-10-23 | acc: Fix account UUID duplication error | Zach Hilman | |
2018-10-23 | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | |
2018-10-23 | settings: Add users and current_user settings and remove username | Zach Hilman | |
2018-10-23 | Added Amiibo support (#1390) | David | |
* 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 | |||
2018-10-16 | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | bunnei | |
- This will be used as a catch-all for slow-but-accurate GPU emulation paths. | |||
2018-10-07 | qt: Add UI option to configure arguments | Zach Hilman | |
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-09-08 | Add audio stretching support | fearlessTobi | |
2018-09-03 | settings: Save and load NAND/SD dirs from config | Zach Hilman | |
2018-08-23 | qt: Make default row data title name and title id | Zach Hilman | |
Helps with installed games by making the title not a hexadecimal id string, instead the name. | |||
2018-08-21 | config: Fixed icon size get set to 0 | tech4me | |
2018-08-21 | Port #3353 from Citra | fearlessTobi | |
2018-08-06 | Avoid parsing RomFS to directory in NCA | Zach Hilman | |
2018-08-04 | Merge pull request #849 from DarkLordZach/xci | bunnei | |
XCI and Encrypted NCA Support | |||
2018-08-03 | Added ability to change username & language code in the settings ui. Added ↵ | David | |
IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | |||
2018-08-01 | Remove files that are not used | Zach Hilman | |
2018-07-31 | audio_core: Add configuration settings. | bunnei | |
2018-07-21 | file_util: Use an enum class for GetUserPath() | Lioncash | |
Instead of using an unsigned int as a parameter and expecting a user to always pass in the correct values, we can just convert the enum into an enum class and use that type as the parameter type instead, which makes the interface more type safe. We also get rid of the bookkeeping "NUM_" element in the enum by just using an unordered map. This function is generally low-frequency in terms of calls (and I'd hope so, considering otherwise would mean we're slamming the disk with IO all the time) so I'd consider this acceptable in this case. | |||
2018-07-17 | settings: Turn docked mode off by default. | bunnei | |
2018-07-02 | Add configurable logging backends | James Rowe | |
2018-06-27 | settings: Add a configuration for use_accurate_framebuffers. | bunnei | |
2018-05-10 | core: Add a configuration setting for use_multi_core. | bunnei | |
2018-03-30 | Remove whitespaces | N00byKing | |