summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-21applets/swkbd: Split software keyboard initializationMorph
Since the CalcArg struct has been updated with a new size and fields, we have to split the initialization of the keyboard into multiple functions. This also adds support for parsing the new CalcArg struct used by updated versions of Monster Hunter Rise.
2022-03-21applets/swkbd: Add new inline software keyboard typesMorph
These were added in newer firmware versions.
2022-03-21Merge pull request #8067 from ameerj/qt-browser-includeNarr the Reg
qt_web_browser: Add missing includes
2022-03-21qt_web_browser: Add missing includesameerj
2022-03-21Merge pull request #8038 from liamwhite/exit-register-detectionAmeer J
shader_recompiler/EXIT: increment output register on failed enable test
2022-03-21Merge pull request #8048 from ameerj/include-purgebunnei
general: Reduce unused includes across the project
2022-03-20Merge pull request #7812 from FernandoS27/made-straight-from-the-nutbunnei
BufferCache: Find direction of the stream buffer increase.
2022-03-20BufferCache: Find direction of the stream buffer increase.Fernando Sahmkow
2022-03-20Merge pull request #8054 from merryhime/dynarmicMai M
dynarmic: Accelerate SHA256 and implement for A32 frontend
2022-03-20dynarmic: Accelerate SHA256 and implement for A32 frontendMerry
* Implements hardware acceleration for SHA256 instructions. * Adds SHA256 instructions introduced in ARMv8 to A32 frontend. * Implements polyfill for processors that do not support hardware accelerated SHA instructions.
2022-03-20Merge pull request #8036 from ameerj/starbit-nvFernando S
vk_texture_cache: Do not reinterpret DepthStencil source images
2022-03-20Merge pull request #7840 from lioncash/bitorbunnei
texture_cache: Amend unintended bitwise OR in SynchronizeAliases
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-20yuzu_cmd: Reduce unused includesameerj
2022-03-20yuzu: Reduce unused includesameerj
2022-03-20web_service: Reduce unused includesameerj
2022-03-20input_common: Reduce unused includesameerj
2022-03-20shader_recompiler: Reduce unused includesameerj
2022-03-19Merge pull request #8040 from Morph1984/handle-tablebunnei
KHandleTable: Optimize table entry layout
2022-03-19Merge pull request #8047 from ameerj/msvc-test-disablebunnei
.ci/build-msvc: Disable YUZU_TESTS cmake variable
2022-03-19common: Reduce unused includesameerj
2022-03-19video_core: Reduce unused includesameerj
2022-03-19Merge pull request #8025 from lat9nq/cmd-specify-configbunnei
yuzu_cmd: Allow user to specify config file location
2022-03-19build-msvc: Disable testsameerj
2022-03-19common: Reduce unused includesameerj
2022-03-19core: Reduce unused includesameerj
2022-03-18Merge pull request #8028 from v1993/patch-9bunnei
bsd: Allow inexact match for address length in AcceptImpl
2022-03-18Address review commentsLiam
2022-03-18shader_recompiler/EXIT: skip render targets with no outputsLiam
2022-03-18Merge pull request #8039 from ameerj/core-includeMorph
general: Reduce core.h includes
2022-03-18general: Reduce core.h includesameerj
2022-03-18KHandleTable: Optimize table entry layoutMorph
Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
2022-03-17shader_recompiler/EXIT: increment output register on failed enable testLiam
2022-03-17vk_texture_cache: Do not reinterpret DepthStencil source imagesameerj
Fixes star pointer interactions in Super Mario Galaxy on some drivers, notably Nvidia. Co-Authored-By: Fernando S. <1731197+fernandos27@users.noreply.github.com>
2022-03-18Merge pull request #8024 from liamwhite/const-indexingFernando S
Add shader support for const buffer indirect addressing
2022-03-18Merge pull request #8030 from liamwhite/s8d24-conversionFernando S
Vulkan: convert S8D24 <-> ABGR8
2022-03-17Address review commentsLiam
2022-03-17shader_recompiler: Use functions for indirect const buffer accessesLiam
2022-03-17Address review commentsLiam
2022-03-16Merge pull request #7964 from german77/miiiibunnei
applet: mii: Simple implementation of mii applet
2022-03-16Address review commentsLiam
2022-03-16shader_recompiler: Implement LDC.IS address modeLiam
2022-03-16Merge pull request #8013 from bunnei/kernel-slab-rework-v2Fernando S
Kernel Memory Updates (Part 6): Use guest memory for slab heaps & update TLS.
2022-03-16Merge pull request #8023 from ameerj/kirby-pop-inFernando S
maxwell_3d: Implement a safer CB data upload
2022-03-15Merge pull request #8026 from lat9nq/ext-mem-inibunnei
default_ini: List use_extended_memory_layout in default config file
2022-03-15Vulkan: convert S8D24 <-> ABGR8Liam
2022-03-15bsd: Allow inexact match for address length in AcceptImplValeri
Minecraft passes in zero for length, but this should account for all possible cases
2022-03-15yuzu_cmd: Allow user to specify config file locationlat9nq
Adds an option `-c` or `--config` with one required argument that allows the user to specify to where the config file is located. Useful for scripts that run specific games with different preferences for settings.
2022-03-15default_ini: List use_extended_memory_layout in default config filelat9nq
2022-03-14Merge pull request #8006 from BytesGalore/fix_cmake_missing_qt5_dbusbunnei
build(cmake): fix missing Qt5::DBus link target for bundled linux package