Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-06 | GDBStub works with both Unicorn and Dynarmic now (#941) | Hedges | |
* GDBStub works with both Unicorn and Dynarmic now * Tidy up | |||
2018-08-06 | qt: Default destructors where applicable | Lioncash | |
Makes code consistent with our style of defaulting special member functions where applicable. | |||
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-29 | Port #3911 from Citra: "Optimize settings application" | fearlessTobi | |
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 | configure_general: Cleanup naming. | bunnei | |
2018-03-26 | qt: Add config option for is_docked. | bunnei | |
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-18 | Merge pull request #104 from RiverCityRansomware/resizedConfigWindow | bunnei | |
Port citra #3336 | |||
2018-01-18 | ui: Rename almost all classes in configuration_input.ui (#99) | Evgeni Danailov | |
* Rename verticalLayout_25 to verticalLayout_23. * Rename almost all classes. | |||
2018-01-18 | Port citra #3336 - Resizes the configuration window to not be so stretched out | River City Ransomware | |
2018-01-17 | Merge pull request #57 from nkatz565/fix-tr | bunnei | |
Fix non translated string (same as Citra PR 2949) | |||
2018-01-17 | Fixed formatting | noah katz | |
2018-01-16 | Fix non translated string (same as Citra PR 2949) | noah katz | |
2018-01-16 | Merge pull request #45 from FearlessTobi/patch-1 | bunnei | |
Implement Pull #3030 from Citra: Rename derivative class name | |||
2018-01-16 | Merge pull request #53 from nkatz565/nk-fixlabels | bunnei | |
Implement Pull #3240 from Citra: Add button labels for sdl joystick mappings | |||
2018-01-16 | Use static functions instead of lambdas | muemart | |
2018-01-16 | Add translation support for button labels | muemart | |
2018-01-16 | Add button labels for sdl joystick mappings | muemart | |
2018-01-16 | clang-format | MerryMage | |
2018-01-16 | Implement Pull #3030 from Citra | Tobias | |
citra-qt: Rename derivative class name | |||
2018-01-16 | Merge pull request #24 from nkatz565/nk-inputs | bunnei | |
Adding meumart's Citra SDL Joystick support. Citra PR #3116 | |||
2018-01-16 | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode) | goaaats | |
2018-01-15 | Adding meumart's Citra SDL Joystick support. Citra PR #3116 | muemart | |
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 | Update the internal resolution settings | unknown | |
2018-01-15 | configure_input: update w/ Switch buttons | shinyquagsire23 | |
2018-01-13 | Minor cleanup | MerryMage | |
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 | |