summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-26Merge pull request #3753 from ReinUsesLisp/ac-vulkanRodrigo Locatti
2020-04-26shader/memory_util: Deduplicate codeReinUsesLisp
2020-04-26Merge pull request #3791 from Kewlan/hotkey-config-plusbunnei
2020-04-25Merge pull request #3761 from Kewlan/stick-modifier-sliderbunnei
2020-04-25shader/arithmetic_integer: Fix edge case and mark IADD.X Rd.CC as unimplementedReinUsesLisp
2020-04-25shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflowReinUsesLisp
2020-04-25shader/arithmetic_integer: Implement IADD.XReinUsesLisp
2020-04-25shader/arithmetic_integer: Implement CC for IADDReinUsesLisp
2020-04-25decode/register_set_predicate: Implement CCReinUsesLisp
2020-04-25decode/register_set_predicate: Use move for shared pointersReinUsesLisp
2020-04-25services: hid: Stub StopSevenSixAxisSensor.M&M
2020-04-25Fix the mistake in the port and update the comment for clarityVitor Kiguchi
2020-04-25Merge pull request #3721 from ReinUsesLisp/sort-devicesbunnei
2020-04-25Merge pull request #3734 from ReinUsesLisp/half-float-modsbunnei
2020-04-24Merge pull request #3780 from lioncash/processbunnei
2020-04-24vk_rasterizer: Pack texceptions and color formats on invalid formatsReinUsesLisp
2020-04-24Add Restore Defaults and Clear options to hotkeysKewlan
2020-04-24Merge pull request #3749 from ReinUsesLisp/lea-immbunnei
2020-04-24Revert: shader_decode: Fix LD, LDG when track constant buffer.Fernando Sahmkow
2020-04-24Merge pull request #3786 from degasus/fix_warningsZach Hilman
2020-04-24Fix -Wdeprecated-copy warning.Markus Wick
2020-04-24Fix -Werror=conversion error.Markus Wick
2020-04-24vi: Don't let uninitialized data pass as a response for SetBufferCountDavid Marcec
2020-04-24Merge pull request #3760 from Morph1984/trailing-filedir-separatorbunnei
2020-04-24physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash
2020-04-23Merge pull request #3777 from lioncash/warnRodrigo Locatti
2020-04-23Merge pull request #3778 from lioncash/unused-varRodrigo Locatti
2020-04-23Merge pull request #3781 from lioncash/docsRodrigo Locatti
2020-04-23shared_memory: Amend doxygen referenceLioncash
2020-04-23svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemoryLioncash
2020-04-23svc: Remove unused variableLioncash
2020-04-23page_table: Remove unused capturesLioncash
2020-04-23decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bitsReinUsesLisp
2020-04-23vk_rasterizer: Fix framebuffer creation validation errorsReinUsesLisp
2020-04-23vk_pipeline_cache: Unify pipeline cache keys into a single operationReinUsesLisp
2020-04-23vk_renderpass_cache: Pack renderpass cache key to 12 bytesReinUsesLisp
2020-04-23Merge pull request #3768 from H27CK/cmd-title-fmtRodrigo Locatti
2020-04-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei
2020-04-23Clang Format.Fernando Sahmkow
2020-04-23GPU: Add Fast GPU Time Option.Fernando Sahmkow
2020-04-23Maxwell3D: Process Macros on MultiMethod.Fernando Sahmkow
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow
2020-04-23Update src/yuzu/main.cpp with missing constBen Russell
2020-04-23Dump RomFS command to include UpdatesBen Russell
2020-04-23Merge pull request #3730 from lioncash/timebunnei
2020-04-23Merge pull request #3697 from lioncash/declarationsbunnei
2020-04-23Edit modifier_scale with the deadzone sliderKewlan
2020-04-23Fix format error in performance statisticsH27CK
2020-04-22Merge pull request #3677 from FernandoS27/better-syncbunnei
2020-04-22Merge pull request #3767 from ReinUsesLisp/point-size-pipelineMat M