- May 12, 2020
-
-
James Rowe authored
-
- May 11, 2020
-
-
David Marcec authored
Needed for Puchikon 4 SmileBASIC 1.0.0
-
- May 08, 2020
-
-
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
-
- May 06, 2020
-
-
FearlessTobi authored
Co-Authored-By:
Vitor K <vitor-k@users.noreply.github.com>
-
- May 05, 2020
-
-
bunnei authored
Co-authored-by:
David <25727384+ogniK5377@users.noreply.github.com>
-
bunnei authored
Co-authored-by:
David <25727384+ogniK5377@users.noreply.github.com>
-
- May 04, 2020
-
-
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.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- May 03, 2020
-
-
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
Co-authored-by:
Mat M. <mathew1800@gmail.com>
-
- May 02, 2020
-
-
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.
-
ReinUsesLisp authored
We can simply enable rasterizer discard matching the current pipeline key.
-
- May 01, 2020
-
-
Jan Beich authored
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
-
David Marcec authored
IoctlGetGpuTime should be 16 bytes, not 8.
-
David Marcec authored
QLaunch 1.0.0
-
- Apr 30, 2020
-
-
Dan authored
-
Jason Parker authored
Used by Animal Crossing: New Horizons when trying to take a picture.
-
Morph authored
- Used by The Walking Dead: The Final Season
-
David Marcec authored
Closes #3533 Turns out the functions were already implemented but just never added
-
David Marcec authored
Closes #3026
-
David Marcec authored
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
-
David Marcec authored
Closes #3829
-
- Apr 29, 2020
-
-
David Marcec authored
No point to emulate battery life. However options are broken out if we ever want to add a setting for it
-
David Marcec authored
Properly implement IApplicationFunctions::GetDisplayVersion
-
David Marcec authored
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
-
David Marcec authored
-
David Marcec authored
We're not suppose to pop a u64, should just read the sent pid and check that
-
David Marcec authored
-
Lioncash authored
Reduces some header churn and reduces rebuilds when some header internals change. While we're at it we can also resolve a missing include in buffer_cache.
-
David Marcec authored
-