Age | Commit message (Collapse) | Author |
|
Prevents unused variable warnings.
|
|
This allows tuning standard library implementations to enable or disable
range checks at runtime, which is nicer for debugging.
|
|
Prevents variable name clashing.
|
|
|
|
{maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers
|
|
CI: Re-enable building yuzu with Vulkan enabled on Linux and MinGW
|
|
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.
|
|
CMake: Update compiler paths for the current MinGW Docker image
|
|
input_common: fix build when SDL2 is disabled
|
|
readable_event: Remove unnecessary semicolon in Signal()
|
|
am: Properly implement GetDisplayVersion
|
|
Co-authored-by: Mat M. <mathew1800@gmail.com>
|
|
|
|
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.
|
|
audin:u: ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified
|
|
kernel: Don't fail silently
|
|
vulkan: Remove unnecessary includes
|
|
Fixed packaging on some systems with different QT5 path
|
|
vk_rasterizer: Skip index buffer setup when vertices are zero
|
|
shader/texture: Support multiple unknown sampler properties
|
|
Unbreak build with Clang < 10
|
|
Add stub for caps:su SetShimLibraryVersion
|
|
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.
|
|
acc: Fix InitializeApplicationInfo
|
|
account: ListQualifiedUsers
|
|
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
|
|
nvdrv: Fix GetGpuTime stack corruption
|
|
IoctlGetGpuTime should be 16 bytes, not 8.
|
|
externals: Update cubeb to 616d773
|
|
Used by Animal Crossing: New Horizons when trying to take a picture.
|
|
am: IsVrModeEnabled & SetVrModeEnabled fixes
|
|
am: GetFriendInvitationStorageChannelEvent
|
|
fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
|
|
nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface
|
|
caps: Add missing service names to caps:su
|
|
psm: Mark as debug instead of warning
|
|
maxwell_3d: Fix depth clamping register
|
|
shader: Implement P2R CC, IADD Rd.CC and IADD.X
|
|
texture_cache: Reintroduce preserve_contents accurately
|
|
Revert: shader_decode: Fix LD, LDG when track constant buffer.
|
|
Closes #3533
Turns out the functions were already implemented but just never added
|
|
Closes #3026
|
|
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
|
|
Closes #3829
|
|
Support for 6 audio channels
|
|
externals: Update dynarmic to e7166e8b
|
|
|
|
No point to emulate battery life. However options are broken out if we ever want to add a setting for it
|
|
Properly implement IApplicationFunctions::GetDisplayVersion
|
|
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
|