summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-02Merge pull request #2937 from DarkLordZach/azure-msvcbunnei
ci: Add windows MSVC builds to patreon and mainline pipelines
2019-10-02ci: Correct mainline release dependencyZach Hilman
2019-10-02ci: Add Mainline taglineZach Hilman
2019-10-02ci: Use MSVC windows for patreonZach Hilman
2019-10-02ci: Use MSVC windows for mainlineZach Hilman
2019-10-02ci: Add MSVC build templateZach Hilman
2019-10-02ci: Add Windows MSVC package scriptZach Hilman
2019-10-02ci: Fix unset environment variable bugZach Hilman
2019-10-01Merge pull request #2932 from DarkLordZach/azure-gitpagesbunnei
ci: Iterate through GitHub pages for pull requests
2019-10-01ci: Check additional pages on GitHubZach Hilman
2019-10-01ci: Iterate through GitHub pages for pull requestsZach Hilman
2019-10-01Merge pull request #2904 from ogniK5377/better-signal-hidbunnei
Signal styleset changes at a better time
2019-10-01Merge pull request #2924 from MysticExile/readme-2bunnei
Remove AppVeyor status from the readme.md
2019-10-01Merge pull request #2929 from DarkLordZach/azure-patreon-merge-extrabunnei
ci: Merge patreon tagged PRs from public repository during merge step.
2019-09-30ci: Correct arguments for mergebot scriptZach Hilman
2019-09-30ci: Populate patreon PRs on public repositoryZach Hilman
2019-09-29Merge pull request #2923 from yuzu-emu/revert-2574-dynarmic-jit-nullptrbunnei
Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"
2019-09-29Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"bunnei
2019-09-29Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptrbunnei
arm_dynarmic: Check if jit is nullptr when preparing reschedule
2019-09-29Remove AppVeyor statusEthan
2019-09-27Merge pull request #2909 from MysticExile/fmt-2Rodrigo Locatti
externals: Update fmt to master
2019-09-26Merge pull request #2911 from DarkLordZach/azure-patreonRodrigo Locatti
ci: Add azure patreon pipeline
2019-09-26ci: Add two step patreon build pipelineZach Hilman
2019-09-26ci: Add private mergebot CI templatesZach Hilman
2019-09-26ci: Optionally prepend commit messages with environment variableZach Hilman
2019-09-26ci: Add private mergebot scriptZach Hilman
Uses Azure instead of GitHub
2019-09-26externals: Update fmt to masterEthan
2019-09-25Merge pull request #2864 from ReinUsesLisp/fix-clang-decompilerbunnei
gl_shader_decompiler: Fix clang build issues
2019-09-24Signal styleset changes at a better timeDavid Marcec
We should signal when a net controller is added and our event should be manual, not automatic.
2019-09-24gl_shader_decompiler: Add tailing return for HUnpack2ReinUsesLisp
2019-09-24gl_shader_decompiler: Fix clang build issuesReinUsesLisp
2019-09-23Merge pull request #2869 from ReinUsesLisp/suldbunnei
shader/image: Implement SULD and fix SUATOM
2019-09-22Merge pull request #2901 from DarkLordZach/mainline-title-barJames Rowe
ci: Properly parse Azure CI details in title bar
2019-09-22ci: Correct GitHub Release nameZach Hilman
2019-09-22ci: Determine build date via bashZach Hilman
2019-09-22ci: Update to use date as build numberZach Hilman
2019-09-22cmake: Add SCM detection for AzureZach Hilman
2019-09-22ci: Split mainline pipeline and add support for GitHub releases (#2900)Zach Hilman
* ci: Add mock build alternative for fast testing * ci: Always cache build * ci: Extract steps to download build stage artifacts * ci: Add template to release to GitHub * ci: Add template to release to Azure Universal Artifacts * ci: Split mainline to two pipelines
2019-09-23Merge pull request #2683 from DarkLordZach/lock-exitDavid
am: Implement exit locking and self exit commands
2019-09-23Merge pull request #2889 from FearlessTobi/adwsawdawdDavid
Add missing include
2019-09-22Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fixZach Hilman
AcquireNpadStyleSetUpdateEventHandle should have a separate event for each controller type
2019-09-22Merge pull request #2877 from ogniK5377/framecount-rev7Zach Hilman
Added frame_count for REV5 audio renderer
2019-09-22main: Use const on all variable initializationsZach Hilman
2019-09-22Merge pull request #2895 from FearlessTobi/debug-logsDavid
service/acc: Lower log severity from INFO to DEBUG
2019-09-22Add missing includeFearlessTobi
2019-09-22Merge pull request #2873 from ogniK5377/new-ioctlsFernando Sahmkow
Initial implementation of Ioctl2 & Ioctl3
2019-09-22removed commentDavid Marcec
2019-09-22RebasedDavid Marcec
2019-09-22Merge pull request #2884 from ogniK5377/deglobal-sys-servicesFernando Sahmkow
Remove usage of System::CurrentInterface() from most services
2019-09-22service/acc: Lower log severity from INFO to DEBUGFearlessTobi
According to ogniK, this should have always been Debug and not Info.