summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "dynarmic: Reduce size of code caches"Gravatar bunnei2022-03-222-4/+4
|
* qt_web_browser: Add missing includesGravatar ameerj2022-03-211-0/+3
|
* Merge pull request #8038 from liamwhite/exit-register-detectionGravatar Ameer J2022-03-212-0/+9
|\ | | | | shader_recompiler/EXIT: increment output register on failed enable test
| * Address review commentsGravatar Liam2022-03-181-1/+1
| |
| * shader_recompiler/EXIT: skip render targets with no outputsGravatar Liam2022-03-182-0/+8
| |
| * shader_recompiler/EXIT: increment output register on failed enable testGravatar Liam2022-03-171-0/+1
| |
* | Merge pull request #8048 from ameerj/include-purgeGravatar bunnei2022-03-21271-452/+44
|\ \ | | | | | | general: Reduce unused includes across the project
| * | general: Fix clang/gcc build errorsGravatar ameerj2022-03-2012-4/+17
| | |
| * | yuzu_cmd: Reduce unused includesGravatar ameerj2022-03-205-9/+0
| | |
| * | yuzu: Reduce unused includesGravatar ameerj2022-03-2045-104/+5
| | |
| * | web_service: Reduce unused includesGravatar ameerj2022-03-201-1/+0
| | |
| * | input_common: Reduce unused includesGravatar ameerj2022-03-204-4/+0
| | |
| * | shader_recompiler: Reduce unused includesGravatar ameerj2022-03-2069-106/+7
| | |
| * | common: Reduce unused includesGravatar ameerj2022-03-1930-32/+8
| | |
| * | video_core: Reduce unused includesGravatar ameerj2022-03-1975-139/+12
| | |
| * | common: Reduce unused includesGravatar ameerj2022-03-198-12/+0
| | |
| * | core: Reduce unused includesGravatar ameerj2022-03-1938-54/+8
| | |
* | | Merge pull request #7812 from FernandoS27/made-straight-from-the-nutGravatar bunnei2022-03-201-6/+14
|\ \ \ | | | | | | | | BufferCache: Find direction of the stream buffer increase.
| * | | BufferCache: Find direction of the stream buffer increase.Gravatar Fernando Sahmkow2022-03-201-6/+14
| | | |
* | | | Merge pull request #8036 from ameerj/starbit-nvGravatar Fernando S2022-03-201-5/+0
|\ \ \ \ | | | | | | | | | | vk_texture_cache: Do not reinterpret DepthStencil source images
| * | | | vk_texture_cache: Do not reinterpret DepthStencil source imagesGravatar ameerj2022-03-171-5/+0
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Fixes star pointer interactions in Super Mario Galaxy on some drivers, notably Nvidia. Co-Authored-By: Fernando S. <1731197+fernandos27@users.noreply.github.com>
* | | | Merge pull request #7840 from lioncash/bitorGravatar bunnei2022-03-201-15/+3
|\ \ \ \ | | | | | | | | | | texture_cache: Amend unintended bitwise OR in SynchronizeAliases
| * | | | texture_cache: Ensure has_blacklisted is always initializedGravatar Lioncash2022-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | Resolves a -Wmaybe_uninitialized warning
| * | | | texture_cache: Remove dead code within SynchronizeAliasesGravatar Lioncash2022-02-021-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since these were being copied by value, none of the changes applied in the loop would be reflected. However, from the looks of it, this would already be applied within CopyImage() anyways, so this can be removed.
| * | | | texture_cache: Amend unintended bitwise OR in SynchronizeAliasesGravatar Lioncash2022-02-021-1/+1
| | | | |
* | | | | Merge pull request #8040 from Morph1984/handle-tableGravatar bunnei2022-03-192-30/+12
|\ \ \ \ \ | | | | | | | | | | | | KHandleTable: Optimize table entry layout
| * | | | | KHandleTable: Optimize table entry layoutGravatar Morph2022-03-182-30/+12
| | | | | | | | | | | | | | | | | | | | | | | | Since the handle type is not being used, we can reduce the amount of space each entry takes up by 4 bytes.
* | | | | | Merge pull request #8025 from lat9nq/cmd-specify-configGravatar bunnei2022-03-193-10/+27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | yuzu_cmd: Allow user to specify config file location
| * | | | | yuzu_cmd: Allow user to specify config file locationGravatar lat9nq2022-03-153-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #8028 from v1993/patch-9Gravatar bunnei2022-03-181-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | bsd: Allow inexact match for address length in AcceptImpl
| * | | | | | bsd: Allow inexact match for address length in AcceptImplGravatar Valeri2022-03-151-2/+2
| |/ / / / / | | | | | | | | | | | | Minecraft passes in zero for length, but this should account for all possible cases
* | | | / / general: Reduce core.h includesGravatar ameerj2022-03-188-12/+23
| |_|_|/ / |/| | | |
* | | | | Merge pull request #8024 from liamwhite/const-indexingGravatar Fernando S2022-03-186-65/+163
|\ \ \ \ \ | | | | | | | | | | | | Add shader support for const buffer indirect addressing
| * | | | | Address review commentsGravatar Liam2022-03-174-52/+36
| | | | | |
| * | | | | shader_recompiler: Use functions for indirect const buffer accessesGravatar Liam2022-03-175-39/+94
| | | | | |
| * | | | | Address review commentsGravatar Liam2022-03-171-16/+15
| | | | | |
| * | | | | shader_recompiler: Implement LDC.IS address modeGravatar Liam2022-03-161-2/+12
| | | | | |
| * | | | | shader: add support for const buffer indirect addressingGravatar Liam2022-03-142-18/+68
| |/ / / /
* | | | | Merge pull request #8030 from liamwhite/s8d24-conversionGravatar Fernando S2022-03-185-2/+41
|\ \ \ \ \ | | | | | | | | | | | | Vulkan: convert S8D24 <-> ABGR8
| * | | | | Address review commentsGravatar Liam2022-03-162-2/+2
| | | | | |
| * | | | | Vulkan: convert S8D24 <-> ABGR8Gravatar Liam2022-03-155-2/+41
| |/ / / /
* | | | | Merge pull request #7964 from german77/miiiiGravatar bunnei2022-03-168-5/+272
|\ \ \ \ \ | | | | | | | | | | | | applet: mii: Simple implementation of mii applet
| * | | | | applet: mii: Simple implementation of mii appletGravatar german772022-02-288-5/+272
| | | | | |
* | | | | | Merge pull request #8013 from bunnei/kernel-slab-rework-v2Gravatar Fernando S2022-03-1632-849/+1271
|\ \ \ \ \ \ | | | | | | | | | | | | | | Kernel Memory Updates (Part 6): Use guest memory for slab heaps & update TLS.
| * | | | | | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global ↵Gravatar bunnei2022-03-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace.
| * | | | | | core: hle: kernel: Allocate dummy threads on host thread storage.Gravatar bunnei2022-03-142-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes a crash where on subsequent boots, long-lived host threads would have their dummy threads freed.
| * | | | | | core: hle: kernel: Downgrade dangling objects warning to debug.Gravatar bunnei2022-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - It is not impossible to leak kernel objects, so this is not really any issue anymore (albeit, still interesting).
| * | | | | | core: hle: kernel: Make object list container global and ensure it is reset ↵Gravatar bunnei2022-03-141-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | on each emulation session.
| * | | | | | core: hle: kernel: Remove server session tracking.Gravatar bunnei2022-03-144-37/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - These are now allocated/managed by emulated memory, so we do not need to track and free them on shutdown.
| * | | | | | core: hle: kernel: k_process: Remove handle table finalize, reset page table.Gravatar bunnei2022-03-141-3/+3
| | | | | | |