- 13 May, 2020 1 commit
-
-
ReinUsesLisp authored
This was a left over from OpenGL when disabled buffers where not properly emulated. We no longer have to assert this as it is checked in vertex buffer initialization.
-
- 11 May, 2020 3 commits
-
-
bunnei authored
vk_graphics_pipeline: Implement rasterizer_enable on Vulkan
-
bunnei authored
Stub hid:SendKeyboardLockKeyEvent
-
David Marcec authored
Needed for Puchikon 4 SmileBASIC 1.0.0
-
- 10 May, 2020 1 commit
-
-
bunnei authored
CI: Don't check clang format on early access builds
-
- 09 May, 2020 10 commits
-
-
James Rowe authored
externals: Cmake version checks
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Markus Wick authored
-
Rodrigo Locatti authored
texture: Implement R8G8UI
-
bunnei authored
maxwell_to_vk: implement missing signed int formats
-
James Rowe authored
-
- 08 May, 2020 2 commits
-
-
James Rowe authored
* Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
-
bunnei authored
video_core: Implement viewport swizzles with NV_viewport_swizzle
-
- 07 May, 2020 2 commits
- 06 May, 2020 2 commits
-
-
bunnei authored
Port citra-emu/citra#5280: "Small fixes to "Option to hide mouse on inactivity""
-
FearlessTobi authored
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
-
- 05 May, 2020 4 commits
-
-
bunnei authored
GPU: More optimizations to GPU Command List Processing and DMA Copy Optimizations
-
bunnei authored
kernel/memory: Resolve several compiler warnings
-
bunnei authored
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
-
bunnei authored
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
-
- 04 May, 2020 9 commits
-
-
ReinUsesLisp authored
This should fix grass interactions on Breath of the Wild on Vulkan. It is currently untested against validation layers. Nvidia's Windows 443.09 beta driver or Linux 440.66.12 is required for now.
-
bunnei authored
kernel/memory: Amend potential encoding warnings
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
bunnei authored
am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent
-
ReinUsesLisp authored
-
bunnei authored
Port citra-emu/citra#5094: "yuzu: Option to hide mouse on inactivity"
-
bunnei authored
acc: Return a unique value per account for GetAccountId
-
- 03 May, 2020 6 commits
-
-
Lioncash authored
This isn't necessary in a cpp file and will cause warnings on clang.
-
Lioncash authored
Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
-
Lioncash authored
Prevents unused variable warnings.
-
Lioncash authored
This allows tuning standard library implementations to enable or disable range checks at runtime, which is nicer for debugging.
-
Lioncash authored
Prevents variable name clashing.
-
Lioncash authored
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.
-