Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-03 | citra_qt: add amiibo drag and drop support | FearlessTobi | |
Co-Authored-By: Valentin Vanelslande <vvanelslandedev@gmail.com> | |||
2019-10-15 | Correct compiling errors and addapt to the new interface. | Fernando Sahmkow | |
2019-10-10 | fixed clang format & addressed feedback | FreddyFunk | |
2019-10-10 | yuzu/configure_input_player: Fix input handling for ZL and ZR from ↵ | FreddyFunk | |
controllers with analog triggers | |||
2019-10-09 | Merge pull request #2910 from FearlessTobi/port-4930 | bunnei | |
Port citra-emu/citra#4930: "Pause when in background" | |||
2019-10-06 | qt: Fix game name format error | Zach Hilman | |
2019-10-05 | Merge pull request #2942 from ReinUsesLisp/clang-warnings | bunnei | |
Silence miscellaneous warnings | |||
2019-10-05 | qt: Change titlebar formatting | Zach Hilman | |
2019-10-04 | yuzu/game_list_worker: Silence warnings | ReinUsesLisp | |
2019-10-04 | yuzu/game_list: Silence -Wswitch and -Wunused-variable | ReinUsesLisp | |
2019-10-04 | yuzu/configure_service: Silence -Wswitch | ReinUsesLisp | |
2019-10-03 | Merge pull request #2898 from FearlessTobi/port-4004 | bunnei | |
Port citra-emu/citra#4004: "qt_themes: add two colorful themes" | |||
2019-10-02 | qt: Add service dialog | Zach Hilman | |
2019-09-30 | boxcat: Implement events global field | Zach Hilman | |
2019-09-30 | configure_service: Allow Qt to open external links | Zach Hilman | |
2019-09-30 | yuzu: Add UI tab to configure BCAT services | Zach Hilman | |
Also displays current events if boxcat is selected. | |||
2019-09-30 | settings: Add option to set BCAT backend | Zach Hilman | |
2019-09-26 | yuzu: Pause when in background | FearlessTobi | |
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
2019-09-22 | qt_themes: add two colorful themes | FearlessTobi | |
These two colorful themes are based on the Default and Dark themes, and contain icons that are colored rather than black and white. These icons come from icons8.com and they have been slightly revised by me. I'm pretty sure I was licensed to use them for Citra. Co-Authored-By: Pengfei Zhu <zhupengfei321@sina.cn> | |||
2019-09-23 | Merge pull request #2683 from DarkLordZach/lock-exit | David | |
am: Implement exit locking and self exit commands | |||
2019-09-22 | main: Use const on all variable initializations | Zach Hilman | |
2019-09-22 | Add missing include | FearlessTobi | |
2019-09-21 | qt: Prompt user for confirmation if exit lock is active | Zach Hilman | |
2019-09-22 | Merge pull request #2430 from DarkLordZach/fs-controller | David | |
core: Implement FileSystemController to deglobalize FS services | |||
2019-09-21 | Merge pull request #2883 from ogniK5377/log-game | Zach Hilman | |
Log the current title id and game name which is booting | |||
2019-09-21 | configure_debug: Move reporting option to logging | Zach Hilman | |
2019-09-21 | config: Remove Dump options from configure_debug | Zach Hilman | |
2019-09-21 | yuzu: Add UI to manage filesystem paths and sizes | Zach Hilman | |
2019-09-21 | settings: Add options for managing gamecard emulation | Zach Hilman | |
2019-09-21 | settings: Add options for setting storage sizes | Zach Hilman | |
2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | |
2019-09-21 | Merge pull request #2885 from Hexagon12/port-4944 | David | |
Port citra-emu/citra#4944: "Added Host CPU and OS to log" | |||
2019-09-21 | Added Host CPU and OS to log | pbarilla | |
2019-09-21 | Merge pull request #2806 from FearlessTobi/port-4882 | David | |
Port citra-emu/citra#4882: "Add frametime logging for tracking performance over time" | |||
2019-09-21 | Swapped TID and Game name to make it easier to parse | David Marcec | |
2019-09-21 | Log the current title id and game name which is booting | David Marcec | |
Spit out a LOG_INFO of the current game name and it's title id in the log. This helps to read log files and figure out which games have which issues | |||
2019-09-16 | When docked mode is checked, uncheck "joycons docked" | Morph | |
2019-09-10 | Add frametime logging for tracking performance over time | fearlessTobi | |
Co-Authored-By: jroweboy <jroweboy@gmail.com> | |||
2019-09-05 | Merge pull request #2797 from FearlessTobi/port-4877 | David | |
Port citra-emu/citra#4877: "citra_qt: on osx chdir to bundle dir to allow detection of user folder" | |||
2019-09-05 | Address review comments | FearlessTobi | |
2019-09-05 | Merge pull request #2808 from FearlessTobi/port-4866 | David | |
Port citra-emu/citra#4866: "configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text" | |||
2019-09-05 | yuzu/configure: move speed limiter to general | FearlessTobi | |
The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input) Co-Authored-By: Weiyi Wang <wwylele@gmail.com> | |||
2019-09-05 | Merge pull request #2830 from FearlessTobi/port-4911 | David | |
Port citra-emu/citra#4911: "Add cancel option to analog stick configuration" | |||
2019-09-04 | configure_dialog: reverse tab map to avoid logic based on ↵ | fearlessTobi | |
user-facing/translatable text Co-Authored-By: Weiyi Wang <wwylele@gmail.com> | |||
2019-09-04 | Fix uisettings include | fearlessTobi | |
2019-09-04 | Limit the size of directory icons, fix text when icon size is none | fearlessTobi | |
2019-09-04 | Change QList to QVector | fearlessTobi | |
2019-09-04 | Separate UserNand and Sdmc directories | fearlessTobi | |
2019-09-04 | Address more trivial review comments | fearlessTobi | |
2019-09-04 | Address trivial review comments | fearlessTobi | |