Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | qt: Add support for dumping a DLC Data RomFS | Zach Hilman | |
2018-10-07 | partition_data_manager: Rename system files for hekate | Zach Hilman | |
x | |||
2018-10-07 | qt: Add rederive keyset menu option | Zach Hilman | |
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-09-21 | qt: Add UI elements for LayeredFS and related tools | Zach Hilman | |
2018-09-09 | game_list: Make CompatibilityList parameter of ↵ | Lioncash | |
NavigateToGamedbEntryRequested() a const reference The compatibility list isn't modified within any of the slots connected to this signal, so we can make it const to enforce immutability. | |||
2018-09-09 | yuzu: Move compatibility list specifics to their own source files | Lioncash | |
Lets us keep the generic portions of the compatibility list code together, and allows us to introduce a type alias that makes it so we don't need to type out a very long type declaration anymore, making the immediate readability of some code better. | |||
2018-09-04 | Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs | bunnei | |
file_sys: Allow for custom NAND/SD directories | |||
2018-09-03 | qt: Add message about not moving contents on dir change | Zach Hilman | |
2018-09-03 | qt: Add UI options to change NAND/SD dirs | Zach Hilman | |
2018-09-02 | vfs_real: Forward declare IOFile | Lioncash | |
Eliminates the need to rebuild some source files if the file_util header ever changes. This also uncovered some indirect inclusions, which have also been fixed. | |||
2018-09-01 | citra_qt: Display the unsupported GL extensions in the popup | fearlessTobi | |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | |
The follow-up to e2457418dae19b889b2ad85255bb95d4cd0e4bff, which replaces most of the includes in the core header with forward declarations. This makes it so that if any of the headers the core header was previously including change, then no one will need to rebuild the bulk of the core, due to core.h being quite a prevalent inclusion. This should make turnaround for changes much faster for developers. | |||
2018-08-29 | Show game compatibility within yuzu | fearlessTobi | |
2018-08-22 | Merge pull request #1136 from tech4me/master | bunnei | |
qt/main: Port part of citra(#3411), open savedata works | |||
2018-08-21 | Port #4056 from Citra: "Add Clear Recent Files menu action" | fearlessTobi | |
2018-08-21 | qt/main: Port part of citra(#3411), open savedata works | tech4me | |
2018-08-11 | qt: Add 'Install to NAND' option to menu | Zach Hilman | |
Prompts for title type on NCA files. | |||
2018-08-08 | core: Port core to VfsFilesystem for file access | Zach Hilman | |
2018-08-07 | qt/hotkey: Get rid of global hotkey map instance | Lioncash | |
Instead, we make a proper registry class and house it within the main window, then pass it to whatever needs access to the loaded hotkeys. This way, we avoid a global variable, and don't need to initialize a std::map instance before the program can do anything. | |||
2018-08-06 | qt: Add missing override specifiers where applicable | Lioncash | |
2018-06-14 | Add 'Load Folder' menu option | Zach Hilman | |
2018-06-12 | Qt: Removed the Registers widget. | Subv | |
It was crashing and nobody actually uses this. | |||
2018-06-04 | qt: add check for GL extension support | BreadFish64 | |
2018-03-30 | Port citra-emu/citra#3610 to yuzu | 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-27 | main.h: Add pragma once, remove ifndef | N00byKing | |
2018-03-24 | GPU: Make the debug_context variable a member of the frontend instead of a ↵ | Subv | |
global. | |||
2018-03-24 | Frontend: Allow opening the Surface View widget in the Qt frontend. | Subv | |
2018-03-24 | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra. | Subv | |
2018-01-16 | Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our ↵ | goaaats | |
fullscreen implementation) | |||
2018-01-16 | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode) | goaaats | |
2018-01-14 | Remove Surface Viewer stub | Jannik Vogel | |
2018-01-14 | Implement "About" dialog | spycrab | |
2018-01-12 | Removing unused settings and yuzu rebranding | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |