summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-04externals: Update Vulkan-HeadersReinUsesLisp
2020-05-03Merge pull request #3637 from FearlessTobi/port-5094bunnei
Port citra-emu/citra#5094: "yuzu: Option to hide mouse on inactivity"
2020-05-03Merge pull request #3822 from ogniK5377/GetAccountIdbunnei
acc: Return a unique value per account for GetAccountId
2020-05-03settings: Add anisotropic filtering level to the yuzu configuration log (#3875)Morph
2020-05-03Merge pull request #3808 from ReinUsesLisp/wait-for-idlebunnei
{maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers
2020-05-03Merge pull request #3861 from lat9nq/ci-enable-vulkanMat M
CI: Re-enable building yuzu with Vulkan enabled on Linux and MinGW
2020-05-03Re-enables building yuzu with Vulkan enabled via the CI scriptslat9nq
This is possible now with the updated Docker images and their updated packages. Before, there were build errors due to old QT5 packages on Ubuntu, but now since they have updated packages it is feasible to build with Vulkan enabled once more.
2020-05-03Merge pull request #3860 from lat9nq/fix-arch-mingwcrossMat M
CMake: Update compiler paths for the current MinGW Docker image
2020-05-03Merge pull request #3872 from FearlessTobi/reopen-3792Mat M
input_common: fix build when SDL2 is disabled
2020-05-02Merge pull request #3871 from lioncash/semibunnei
readable_event: Remove unnecessary semicolon in Signal()
2020-05-02Merge pull request #3824 from ogniK5377/GetDisplayVersionbunnei
am: Properly implement GetDisplayVersion
2020-05-02Update src/core/hle/service/am/am.cppbunnei
Co-authored-by: Mat M. <mathew1800@gmail.com>
2020-05-02input_common: fix build when SDL2 is disabledFearlessTobi
2020-05-02readable_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-02Merge pull request #3811 from ogniK5377/audin-initbunnei
audin:u: ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified
2020-05-02Merge pull request #3819 from ogniK5377/err-log2bunnei
kernel: Don't fail silently
2020-05-02Merge pull request #3732 from lioncash/headerbunnei
vulkan: Remove unnecessary includes
2020-05-02Merge pull request #3775 from gxcreator/qt5-path-fixbunnei
Fixed packaging on some systems with different QT5 path
2020-05-02Merge pull request #3809 from ReinUsesLisp/empty-indexbunnei
vk_rasterizer: Skip index buffer setup when vertices are zero
2020-05-02Merge pull request #3693 from ReinUsesLisp/clean-samplersbunnei
shader/texture: Support multiple unknown sampler properties
2020-05-01Merge pull request #3859 from jbeich/clangMat M
Unbreak build with Clang < 10
2020-05-01Merge pull request #3833 from qwell/caps_su-32-stubbunnei
Add stub for caps:su SetShimLibraryVersion
2020-05-01Make compatible with the current MinGW cross-compilerlat9nq
The Docker image was just updated to use Arch Linux instead of Ubuntu. This PR sets the compiler names to reflect how they are installed on the Arch Linux Docker image. Fixes "x86_64-w64-mingw32-g++-posix is not a full path and was not found in the PATH." errors in CMake.
2020-05-01Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fixbunnei
acc: Fix InitializeApplicationInfo
2020-05-01Merge pull request #3812 from ogniK5377/lisst-qualified-usersbunnei
account: ListQualifiedUsers
2020-05-01fixed_pipeline_state: explicitly use template keyword after 1f345ebe3a55Jan 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-01Merge pull request #3857 from ogniK5377/GetGpuTime-StackCorruptionbunnei
nvdrv: Fix GetGpuTime stack corruption
2020-05-02nvdrv: Fix GetGpuTime stack corruptionDavid Marcec
IoctlGetGpuTime should be 16 bytes, not 8.
2020-04-30Merge pull request #3827 from ogniK5377/cubeb-616d773bunnei
externals: Update cubeb to 616d773
2020-04-30caps:su Stub out SetShimLibraryVersionJason Parker
Used by Animal Crossing: New Horizons when trying to take a picture.
2020-04-30Merge pull request #3823 from ogniK5377/setvrmodeMat M
am: IsVrModeEnabled & SetVrModeEnabled fixes
2020-04-30Merge pull request #3830 from ogniK5377/GetFriendInvitationStorageChannelEventMat M
am: GetFriendInvitationStorageChannelEvent
2020-04-30Merge pull request #3835 from ogniK5377/GetFreeSpaceSize-GetTotalSpaceSizeMat M
fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
2020-04-30Merge pull request #3832 from ogniK5377/nim-eca-CreateServerInterfaceMat M
nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface
2020-04-30Merge pull request #3831 from ogniK5377/caps-su-namesMat M
caps: Add missing service names to caps:su
2020-04-30Merge pull request #3825 from ogniK5377/psm-no-warnbunnei
psm: Mark as debug instead of warning
2020-04-30Merge pull request #3807 from ReinUsesLisp/fix-depth-clampbunnei
maxwell_3d: Fix depth clamping register
2020-04-30Merge pull request #3799 from ReinUsesLisp/iadd-ccbunnei
shader: Implement P2R CC, IADD Rd.CC and IADD.X
2020-04-30Merge pull request #3805 from ReinUsesLisp/preserve-contentsbunnei
texture_cache: Reintroduce preserve_contents accurately
2020-04-30Merge pull request #3788 from FernandoS27/revertbunnei
Revert: shader_decode: Fix LD, LDG when track constant buffer.
2020-04-30fs-srv: GetFreeSpaceSize & GetTotalSpaceSizeDavid Marcec
Closes #3533 Turns out the functions were already implemented but just never added
2020-04-30nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterfaceDavid Marcec
Closes #3026
2020-04-30caps: Add missing service names to caps:suDavid Marcec
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
2020-04-30am: GetFriendInvitationStorageChannelEventDavid Marcec
Closes #3829
2020-04-30externals: Update cubeb to 616d773David Marcec
Support for 6 audio channels
2020-04-29Merge pull request #3826 from MerryMage/update-dynarmicDavid
externals: Update dynarmic to e7166e8b
2020-04-29externals: Update dynarmic to e7166e8bMerryMage
2020-04-29psm: Mark as debug instead of warningDavid Marcec
No point to emulate battery life. However options are broken out if we ever want to add a setting for it
2020-04-29am: Properly implement GetDisplayVersionDavid Marcec
Properly implement IApplicationFunctions::GetDisplayVersion
2020-04-29am: IsVrModeEnabled & SetVrModeEnabled fixesDavid Marcec
Return the proper state of vr mode for IsVrModeEnabled We should not return an error for SetVrModeEnabled. When VR Mode is turned on, it signals to lbl to turn vr mode on, not return an error code