aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29Services::ES fix casting warningsFreddyFunk
2019-09-29Remove AppVeyor statusEthan
2019-09-27Link to Yuzu's wiki instead of Citra'sVitor K
The original Contributing.md had differences, such as some links, so I created a page on yuzu's wiki based on the original file.
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-26yuzu: Pause when in backgroundFearlessTobi
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
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-22card_image: Add accessors for raw partitions in XCIZach Hilman
2019-09-22card_image: Lazily load partitions in XCIZach Hilman
2019-09-22pfs: Provide accessors for file sizes and offsetsZach Hilman
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-22lm: Flush manager output on core shutdownZach Hilman
2019-09-22lm: Rename Initialize to Log and implement with manager/reporterZach Hilman
Allows saving and clearer output of data.
2019-09-22lm: Implement manager class to output to reporterZach Hilman
2019-09-22core: Add LM::Manager to systemZach Hilman
Allows centralized control over logging mechanisms.
2019-09-22reporter: Add log output for packaged lm log dataZach Hilman
Takes the vector from head to tail of log data and saves it.
2019-09-22qt_themes: add two colorful themesFearlessTobi
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-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 FPS to SDL title barjroweboy
Also fix a small issue with incorrect shutdown ordering in SDL. Previously the system would still be running so the telemetry task didn't launch and detached_tasks would assert(count == 0)
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.
2019-09-22Merge pull request #2870 from FernandoS27/multi-drawDavid
Implement a MME Draw commands Inliner and correct host instance drawing
2019-09-22Merge pull request #2891 from FearlessTobi/rod-texFernando Sahmkow
video_core: Implement RGBX16F and lower Surface Copy log severity
2019-09-22Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-cleanDavid
gl_rasterizer: Remove unused code paths from ConfigureFramebuffers