- 09 May, 2020 1 commit
-
-
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 16 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.
-
Lioncash authored
We can just pass the required instances into the constructor of the request, eliminating all usages of the global system accessor.
-
Morph authored
-
bunnei authored
{maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers
-
Mat M authored
CI: Re-enable building yuzu with Vulkan enabled on Linux and MinGW
-
lat9nq authored
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.
-
Mat M authored
CMake: Update compiler paths for the current MinGW Docker image
-
Mat M authored
input_common: fix build when SDL2 is disabled
-
bunnei authored
readable_event: Remove unnecessary semicolon in Signal()
-
bunnei authored
am: Properly implement GetDisplayVersion
-
bunnei authored
Co-authored-by: Mat M. <mathew1800@gmail.com>
-
- 02 May, 2020 4 commits
-
-
FearlessTobi authored
-
Lioncash authored
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.
-
bunnei authored
audin:u: ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified
-
bunnei authored
kernel: Don't fail silently
-