summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09Merge pull request #2915 from vitor-k/patch-1bunnei
2019-10-09Merge pull request #2928 from ReinUsesLisp/dirty-depth-boundsbunnei
2019-10-09Merge pull request #2927 from ReinUsesLisp/polygon-offset-unitsbunnei
2019-10-09Merge pull request #2921 from FreddyFunk/compiler-warnings-corebunnei
2019-10-09Merge pull request #2964 from Schplee/update-iconbunnei
2019-10-08Updated yuzu icon to thicker versionSchplee
2019-10-08Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei
2019-10-08Merge pull request #2961 from DarkLordZach/azure-tag-namesbunnei
2019-10-08Merge pull request #2956 from DarkLordZach/azure-win-tarxzbunnei
2019-10-08ci: Isolate upload merge step into stage 2Zach Hilman
2019-10-08ci: Update build suffix for mock buildsZach Hilman
2019-10-08Merge pull request #2959 from ReinUsesLisp/cbuf-hsetp2Fernando Sahmkow
2019-10-07shader/half_set_predicate: Fix HSETP2 for constant buffersReinUsesLisp
2019-10-07shader/half_set_predicate: Reduce DEBUG_ASSERT to LOG_DEBUGReinUsesLisp
2019-10-07Merge pull request #2890 from Morph1984/hid_deactivatenpadbunnei
2019-10-07hid: Implement DeactivateNpadMorph
2019-10-06Merge pull request #2951 from lioncash/globalZach Hilman
2019-10-06ci: Add TAR-XZ compression to MSVC buildsZach Hilman
2019-10-06Merge pull request #2952 from lioncash/warningRodrigo Locatti
2019-10-06Merge pull request #2955 from lioncash/allocatorRodrigo Locatti
2019-10-06alignment: Resolve allocator construction issues on debugLioncash
2019-10-06alignment: Specify trait definitions within the allocatorLioncash
2019-10-06Merge pull request #2954 from ReinUsesLisp/fix-invalidationFernando Sahmkow
2019-10-06gl_shader_disk_cache: Properly ignore existing cacheReinUsesLisp
2019-10-06bcat/module: Silence truncation warningsLioncash
2019-10-06bcat: Take std::function instance by value in NullBackend's constructorLioncash
2019-10-06bcat: In-class initialize ProgressServiceBackend's impl memberLioncash
2019-10-06bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash
2019-10-06Merge pull request #2953 from DarkLordZach/azure-titlebars-gamenamebunnei
2019-10-06qt: Fix game name format errorZach Hilman
2019-10-06bcat: Make ProgressServiceBackend's GetEvent() constLioncash
2019-10-06boxcat: Silence an unused variable warningLioncash
2019-10-06core/core: Remove unused headerLioncash
2019-10-06core: Remove Core::CurrentProcess()Lioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-10-05Merge pull request #2942 from ReinUsesLisp/clang-warningsbunnei
2019-10-05Merge pull request #2943 from DarkLordZach/azure-titlebars-v2bunnei
2019-10-05Merge pull request #2944 from lioncash/astFernando Sahmkow
2019-10-05video_core/control_flow: Eliminate variable shadowing warningsLioncash
2019-10-05video_core/control_flow: Eliminate pessimizing movesLioncash
2019-10-05video_core/ast: Unindent most of IsFullyDecompiled() by one levelLioncash
2019-10-05video_core/ast: Make ShowCurrentState() take a string_view instead of std::st...Lioncash
2019-10-05video_core/ast: Eliminate variable shadowing warningsLioncash
2019-10-05video_core/ast: Replace std::string with a constexpr std::string_viewLioncash
2019-10-05video_core/ast: Default the move constructor and assignment operatorLioncash
2019-10-05video_core/{ast, expr}: Organize forward declarationLioncash
2019-10-05video_core/expr: Supply operator!= along with operator==Lioncash