Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | Menubar: fix mouse tracking bug | FearlessTobi | |
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
2020-05-05 | Merge pull request #3815 from FernandoS27/command-list-2 | bunnei | |
GPU: More optimizations to GPU Command List Processing and DMA Copy Optimizations | |||
2020-05-05 | Merge pull request #3881 from lioncash/mem-warning | bunnei | |
kernel/memory: Resolve several compiler warnings | |||
2020-05-05 | Update src/video_core/gpu.cpp | bunnei | |
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com> | |||
2020-05-05 | Update src/video_core/gpu.cpp | bunnei | |
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com> | |||
2020-05-04 | Merge pull request #3880 from lioncash/encoding | bunnei | |
kernel/memory: Amend potential encoding warnings | |||
2020-05-04 | Merge pull request #3843 from ogniK5377/GetPopFromGeneralChannelEvent | bunnei | |
am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent | |||
2020-05-03 | Merge pull request #3637 from FearlessTobi/port-5094 | bunnei | |
Port citra-emu/citra#5094: "yuzu: Option to hide mouse on inactivity" | |||
2020-05-03 | Merge pull request #3822 from ogniK5377/GetAccountId | bunnei | |
acc: Return a unique value per account for GetAccountId | |||
2020-05-03 | kernel/memory: Remove #pragma once within cpp file | Lioncash | |
This isn't necessary in a cpp file and will cause warnings on clang. | |||
2020-05-03 | kernel/memory: Remove unused includes | Lioncash | |
Prevents header churn and needing to recompile these files if these headers are ever changed in the future. | |||
2020-05-03 | kernel/memory: Remove unused variables in memory_block_manager | Lioncash | |
Prevents unused variable warnings. | |||
2020-05-03 | kernel/memory: Make use of std::array consistently in address_space_info | Lioncash | |
This allows tuning standard library implementations to enable or disable range checks at runtime, which is nicer for debugging. | |||
2020-05-03 | kernel/memory: Resolve -Wshadow warnings | Lioncash | |
Prevents variable name clashing. | |||
2020-05-03 | kernel/memory: Amend potential encoding warnings | Lioncash | |
While èis generally representable in some language encodings, in some it isn't and will result in compilation warnings occurring. To remain friendly with other language's codepages on Windows, we normalize it to an ASCII e. | |||
2020-05-03 | settings: Add anisotropic filtering level to the yuzu configuration log (#3875) | Morph | |
2020-05-03 | Merge pull request #3808 from ReinUsesLisp/wait-for-idle | bunnei | |
{maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers | |||
2020-05-03 | Merge pull request #3872 from FearlessTobi/reopen-3792 | Mat M | |
input_common: fix build when SDL2 is disabled | |||
2020-05-02 | Merge pull request #3871 from lioncash/semi | bunnei | |
readable_event: Remove unnecessary semicolon in Signal() | |||
2020-05-02 | Merge pull request #3824 from ogniK5377/GetDisplayVersion | bunnei | |
am: Properly implement GetDisplayVersion | |||
2020-05-02 | Update src/core/hle/service/am/am.cpp | bunnei | |
Co-authored-by: Mat M. <mathew1800@gmail.com> | |||
2020-05-02 | input_common: fix build when SDL2 is disabled | FearlessTobi | |
2020-05-02 | readable_event: Remove unnecessary semicolon in Signal() | Lioncash | |
Resolves a -Wextra-semi warning. While we're at it, we can invert the branch to form a guard clause, unindenting all of the contained code. | |||
2020-05-02 | Merge pull request #3811 from ogniK5377/audin-init | bunnei | |
audin:u: ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified | |||
2020-05-02 | Merge pull request #3819 from ogniK5377/err-log2 | bunnei | |
kernel: Don't fail silently | |||
2020-05-02 | Merge pull request #3732 from lioncash/header | bunnei | |
vulkan: Remove unnecessary includes | |||
2020-05-02 | Merge pull request #3809 from ReinUsesLisp/empty-index | bunnei | |
vk_rasterizer: Skip index buffer setup when vertices are zero | |||
2020-05-02 | Merge pull request #3693 from ReinUsesLisp/clean-samplers | bunnei | |
shader/texture: Support multiple unknown sampler properties | |||
2020-05-01 | Merge pull request #3859 from jbeich/clang | Mat M | |
Unbreak build with Clang < 10 | |||
2020-05-01 | Merge pull request #3833 from qwell/caps_su-32-stub | bunnei | |
Add stub for caps:su SetShimLibraryVersion | |||
2020-05-01 | Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fix | bunnei | |
acc: Fix InitializeApplicationInfo | |||
2020-05-01 | Merge pull request #3812 from ogniK5377/lisst-qualified-users | bunnei | |
account: ListQualifiedUsers | |||
2020-05-01 | fixed_pipeline_state: explicitly use template keyword after 1f345ebe3a55 | Jan Beich | |
In file included from src/video_core/renderer_opengl/renderer_opengl.cpp:25: In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:26: In file included from src/./video_core/renderer_opengl/gl_fence_manager.h:11: src/./video_core/fence_manager.h:91:32: error: use 'template' keyword to treat 'Write' as a dependent template name memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload()); ^ template src/./video_core/fence_manager.h:137:32: error: use 'template' keyword to treat 'Write' as a dependent template name memory_manager.Write<u32>(current_fence->GetAddress(), current_fence->GetPayload()); ^ template | |||
2020-05-02 | nvdrv: Fix GetGpuTime stack corruption | David Marcec | |
IoctlGetGpuTime should be 16 bytes, not 8. | |||
2020-05-01 | am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent | David Marcec | |
QLaunch 1.0.0 | |||
2020-04-30 | caps:su Stub out SetShimLibraryVersion | Jason Parker | |
Used by Animal Crossing: New Horizons when trying to take a picture. | |||
2020-04-30 | Merge pull request #3823 from ogniK5377/setvrmode | Mat M | |
am: IsVrModeEnabled & SetVrModeEnabled fixes | |||
2020-04-30 | Merge pull request #3830 from ogniK5377/GetFriendInvitationStorageChannelEvent | Mat M | |
am: GetFriendInvitationStorageChannelEvent | |||
2020-04-30 | Merge pull request #3835 from ogniK5377/GetFreeSpaceSize-GetTotalSpaceSize | Mat M | |
fs-srv: GetFreeSpaceSize & GetTotalSpaceSize | |||
2020-04-30 | Merge pull request #3832 from ogniK5377/nim-eca-CreateServerInterface | Mat M | |
nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface | |||
2020-04-30 | Merge pull request #3831 from ogniK5377/caps-su-names | Mat M | |
caps: Add missing service names to caps:su | |||
2020-04-30 | Merge pull request #3825 from ogniK5377/psm-no-warn | bunnei | |
psm: Mark as debug instead of warning | |||
2020-04-30 | Merge pull request #3807 from ReinUsesLisp/fix-depth-clamp | bunnei | |
maxwell_3d: Fix depth clamping register | |||
2020-04-30 | Merge pull request #3799 from ReinUsesLisp/iadd-cc | bunnei | |
shader: Implement P2R CC, IADD Rd.CC and IADD.X | |||
2020-04-30 | Merge pull request #3805 from ReinUsesLisp/preserve-contents | bunnei | |
texture_cache: Reintroduce preserve_contents accurately | |||
2020-04-30 | Merge pull request #3788 from FernandoS27/revert | bunnei | |
Revert: shader_decode: Fix LD, LDG when track constant buffer. | |||
2020-04-30 | fs-srv: GetFreeSpaceSize & GetTotalSpaceSize | David Marcec | |
Closes #3533 Turns out the functions were already implemented but just never added | |||
2020-04-30 | nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface | David Marcec | |
Closes #3026 | |||
2020-04-30 | caps: Add missing service names to caps:su | David Marcec | |
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing | |||
2020-04-30 | am: GetFriendInvitationStorageChannelEvent | David Marcec | |
Closes #3829 |