- Apr 20, 2020
-
-
FearlessTobi authored
Co-Authored-By:
Vitor K <vitor-k@users.noreply.github.com>
-
- Apr 19, 2020
-
-
Lioncash authored
With this, the video core is now has no calls to the global system instance at all.
-
Jan Beich authored
Render.Vulkan <Error> video_core/renderer_vulkan/renderer_vulkan.cpp:CreateInstance:131: Presentation not supported on this platform Render.Vulkan <Error> video_core/renderer_vulkan/renderer_vulkan.cpp:CreateSurface:378: Presentation not supported on this platform Core <Critical> core/core.cpp:Load:199: Failed to initialize system (Error 5)!
-
- Apr 18, 2020
- Apr 17, 2020
-
-
Lioncash authored
Many of these implementations are used to implement a polymorphic interface. While not directly used polymorphically, this prevents virtual destruction from ever becoming an issue.
-
Lioncash authored
Casting from void* with static_cast is permitted by the standard, so we can just make use of that instead.
-
Lioncash authored
Given the std::vector was const, an automatic move out of the function could not occur. We can allow automatic return value optimizations to occur by making the buffer non-const.
-
Markus Wick authored
Since yesterday, this breaks the build on linux. So let's fix it.
-
Rodrigo Locatti authored
-
bunnei authored
- Should be no functional changes.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Includes removing some service impls. that are untested.
-
bunnei authored
-
bunnei authored
- Includes removing some SVC impls. that are untested.
-
bunnei authored
- Fixes Super Smash Bros. Ultimate.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- More consistent with other system components.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-