Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-03-30 | Add Dark theme, Icon theming | N00byKing | |
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings | |||
2018-03-26 | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | |
2018-03-26 | config: Rename is_docked to use_docked_mode to be consistent with other ↵ | bunnei | |
config bools. | |||
2018-03-26 | config: Add setting for whether the system is docked or not. | bunnei | |
2018-02-14 | pls, that was easy | Hexagon12 | |
2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
2018-01-16 | clang-format | MerryMage | |
2018-01-16 | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode) | goaaats | |
2018-01-15 | Merge pull request #20 from Andrix44/fixes | bunnei | |
Various fixes | |||
2018-01-15 | Clanggit rebase -i fixes | unknown | |
2018-01-15 | Clang format | unknown | |
2018-01-15 | Change default log level to info | unknown | |
2018-01-15 | configure_input: update w/ Switch buttons | shinyquagsire23 | |
2018-01-13 | config: Default log filter to trace. | bunnei | |
2018-01-12 | Removing unused settings and yuzu rebranding | James Rowe | |
2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |