summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-21Merge pull request #3140 from FearlessTobi/port-4953bunnei
2019-11-19citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...Tobias
2019-11-15Merge pull request #3047 from ReinUsesLisp/clip-controlbunnei
2019-11-09yuzu: configure_web: Use Base64 encoded token for simplifying user experience.bunnei
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-11-03citra_qt: add amiibo drag and drop supportFearlessTobi
2019-10-15Correct compiling errors and addapt to the new interface.Fernando Sahmkow
2019-10-10fixed clang format & addressed feedbackFreddyFunk
2019-10-10yuzu/configure_input_player: Fix input handling for ZL and ZR from controller...FreddyFunk
2019-10-09Merge pull request #2910 from FearlessTobi/port-4930bunnei
2019-10-06qt: Fix game name format errorZach Hilman
2019-10-05Merge pull request #2942 from ReinUsesLisp/clang-warningsbunnei
2019-10-05qt: Change titlebar formattingZach Hilman
2019-10-04yuzu/game_list_worker: Silence warningsReinUsesLisp
2019-10-04yuzu/game_list: Silence -Wswitch and -Wunused-variableReinUsesLisp
2019-10-04yuzu/configure_service: Silence -WswitchReinUsesLisp
2019-10-03Merge pull request #2898 from FearlessTobi/port-4004bunnei
2019-10-02qt: Add service dialogZach Hilman
2019-09-30boxcat: Implement events global fieldZach Hilman
2019-09-30configure_service: Allow Qt to open external linksZach Hilman
2019-09-30yuzu: Add UI tab to configure BCAT servicesZach Hilman
2019-09-30settings: Add option to set BCAT backendZach Hilman
2019-09-26yuzu: Pause when in backgroundFearlessTobi
2019-09-22qt_themes: add two colorful themesFearlessTobi
2019-09-23Merge pull request #2683 from DarkLordZach/lock-exitDavid
2019-09-22main: Use const on all variable initializationsZach Hilman
2019-09-22Add missing includeFearlessTobi
2019-09-21qt: Prompt user for confirmation if exit lock is activeZach Hilman
2019-09-22Merge pull request #2430 from DarkLordZach/fs-controllerDavid
2019-09-21Merge pull request #2883 from ogniK5377/log-gameZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21config: Remove Dump options from configure_debugZach Hilman
2019-09-21yuzu: Add UI to manage filesystem paths and sizesZach Hilman
2019-09-21settings: Add options for managing gamecard emulationZach Hilman
2019-09-21settings: Add options for setting storage sizesZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21Merge pull request #2885 from Hexagon12/port-4944David
2019-09-21Added Host CPU and OS to logpbarilla
2019-09-21Merge pull request #2806 from FearlessTobi/port-4882David
2019-09-21Swapped TID and Game name to make it easier to parseDavid Marcec
2019-09-21Log the current title id and game name which is bootingDavid Marcec
2019-09-16When docked mode is checked, uncheck "joycons docked"Morph
2019-09-10Add frametime logging for tracking performance over timefearlessTobi
2019-09-05Merge pull request #2797 from FearlessTobi/port-4877David
2019-09-05Address review commentsFearlessTobi
2019-09-05Merge pull request #2808 from FearlessTobi/port-4866David
2019-09-05yuzu/configure: move speed limiter to generalFearlessTobi