Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-24 | hle: nvflinger: Add implementation for Rect class. | bunnei | |
2022-03-24 | common: logging: Add a logger for NVFlinger. | bunnei | |
2022-03-24 | Merge pull request #8074 from liamwhite/cached-words | Fernando S | |
buffer_cache: reset cached write bits after flushing invalidations | |||
2022-03-23 | Merge pull request #8035 from lat9nq/disable-web-applet | bunnei | |
yuzu qt: Disable the web applet by default | |||
2022-03-23 | buffer_cache: reset cached write bits after flushing invalidations | Liam | |
2022-03-23 | Add include to fix compiling | Shoegzer | |
2022-03-22 | Merge pull request #8031 from Morph1984/cleanup-mii-please | bunnei | |
applets: Cleanup MiiEdit applet implementation | |||
2022-03-22 | Revert "dynarmic: Reduce size of code caches" | bunnei | |
2022-03-21 | applets/mii: Remove unused include | Morph | |
2022-03-21 | applets/mii: Remove frontend parameters | Morph | |
These are unused for now as we do not support a frontend implementation. | |||
2022-03-21 | applets/mii: Cleanup MiiEdit applet implementation | Morph | |
This also enables proper support for MiiEdit applets which are used in games with firmware versions prior to 10.2.0 by handling the 2 different versions of applet inputs and outputs. | |||
2022-03-21 | applets/mii: Cleanup MiiEdit applet types | Morph | |
2022-03-21 | applets/mii: Move MiiEdit applet types into its own file | Morph | |
2022-03-21 | service: Move mii enums and structs into its own file | Morph | |
Moves these into types.h, since other files also make use of these types. | |||
2022-03-21 | applets: Rename Mii to MiiEdit | Morph | |
2022-03-21 | qt_web_browser: Add missing includes | ameerj | |
2022-03-21 | Merge pull request #8038 from liamwhite/exit-register-detection | Ameer J | |
shader_recompiler/EXIT: increment output register on failed enable test | |||
2022-03-21 | Merge pull request #8048 from ameerj/include-purge | bunnei | |
general: Reduce unused includes across the project | |||
2022-03-20 | Merge pull request #7812 from FernandoS27/made-straight-from-the-nut | bunnei | |
BufferCache: Find direction of the stream buffer increase. | |||
2022-03-20 | BufferCache: Find direction of the stream buffer increase. | Fernando Sahmkow | |
2022-03-20 | Merge pull request #8036 from ameerj/starbit-nv | Fernando S | |
vk_texture_cache: Do not reinterpret DepthStencil source images | |||
2022-03-20 | Merge pull request #7840 from lioncash/bitor | bunnei | |
texture_cache: Amend unintended bitwise OR in SynchronizeAliases | |||
2022-03-20 | general: Fix clang/gcc build errors | ameerj | |
2022-03-20 | yuzu_cmd: Reduce unused includes | ameerj | |
2022-03-20 | yuzu: Reduce unused includes | ameerj | |
2022-03-20 | web_service: Reduce unused includes | ameerj | |
2022-03-20 | input_common: Reduce unused includes | ameerj | |
2022-03-20 | shader_recompiler: Reduce unused includes | ameerj | |
2022-03-19 | Merge pull request #8040 from Morph1984/handle-table | bunnei | |
KHandleTable: Optimize table entry layout | |||
2022-03-19 | common: Reduce unused includes | ameerj | |
2022-03-19 | video_core: Reduce unused includes | ameerj | |
2022-03-19 | Merge pull request #8025 from lat9nq/cmd-specify-config | bunnei | |
yuzu_cmd: Allow user to specify config file location | |||
2022-03-19 | common: Reduce unused includes | ameerj | |
2022-03-19 | core: Reduce unused includes | ameerj | |
2022-03-18 | Merge pull request #8028 from v1993/patch-9 | bunnei | |
bsd: Allow inexact match for address length in AcceptImpl | |||
2022-03-18 | Address review comments | Liam | |
2022-03-18 | shader_recompiler/EXIT: skip render targets with no outputs | Liam | |
2022-03-18 | general: Reduce core.h includes | ameerj | |
2022-03-18 | KHandleTable: Optimize table entry layout | Morph | |
Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes. | |||
2022-03-17 | shader_recompiler/EXIT: increment output register on failed enable test | Liam | |
2022-03-17 | vk_texture_cache: Do not reinterpret DepthStencil source images | ameerj | |
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-18 | Merge pull request #8024 from liamwhite/const-indexing | Fernando S | |
Add shader support for const buffer indirect addressing | |||
2022-03-18 | Merge pull request #8030 from liamwhite/s8d24-conversion | Fernando S | |
Vulkan: convert S8D24 <-> ABGR8 | |||
2022-03-17 | yuzu qt: Save disable_web_applet setting | lat9nq | |
The web applet causes multiple issues with the rest of the application. Disable it by default and add a debug option to re-enable it until a proper solution can be found. | |||
2022-03-17 | main: Update Disable Web Applet warning | lat9nq | |
2022-03-17 | configure_debug: Add option to set disable_web_applet | lat9nq | |
Allow the user to configure the web applet usage ahead of booting the application. | |||
2022-03-17 | yuzu: Move disable_web_applet to UISettings | lat9nq | |
2022-03-17 | Address review comments | Liam | |
2022-03-17 | shader_recompiler: Use functions for indirect const buffer accesses | Liam | |
2022-03-17 | Address review comments | Liam | |