- 14 Apr, 2021 2 commits
- 13 Apr, 2021 3 commits
- 12 Apr, 2021 10 commits
-
-
bunnei authored
nvidia_flags: Add missing header guard
-
Lioncash authored
Prevents potential inclusion compilation errors.
-
bunnei authored
k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()
-
Lioncash authored
This function has a void return value, so this attribute doesn't apply to it.
-
Lioncash authored
We can just reuse the already existing KnownGpuTick() to deduplicate the access.
-
Lioncash authored
This member function doesn't modify class state.
-
Lioncash authored
Also clarify the TODO comment a little more on the lacking implementations for std::bit_cast.
-
Lioncash authored
Amends implicit sign conversions occurring with usages of std::reduce and also relocates it to its own utility function to reduce verbosity a little bit.
-
Lioncash authored
Same behavior, but much more straightforward to read.
-
bunnei authored
configure_graphics: Add Borderless Windowed fullscreen mode
-
- 11 Apr, 2021 11 commits
-
-
Rodrigo Locatti authored
vulkan_device: Enable EXT_robustness2 features
-
Rodrigo Locatti authored
vk_buffer_cache: Fix offset for NULL vertex buffers
-
bunnei authored
service: time: Setup the network clock with the local clock context
-
LC authored
externals: Update dynarmic to b2a4da5e
-
MerryMage authored
-
Joshua Ashton authored
The Vulkan spec states: If an element of pBuffers is VK_NULL_HANDLE, then the corresponding element of pOffsets must be zero. https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/vkCmdBindVertexBuffers2EXT.html#VUID-vkCmdBindVertexBuffers2EXT-pBuffers-04112
-
Morph authored
renderer_vulkan: Check return value of AcquireNextImage
-
Joshua Ashton authored
When this was being made mandatory, these enablement of these features was removed, but this is still needed. Fixes: 757fd1e9 ("vulkan_device: Require VK_EXT_robustness2")
-
Joshua Ashton authored
We can get into a really bad state by ignoring this leading to device loss and using incorrect resources.
-
bunnei authored
service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
-
bunnei authored
pctl: Rework how pctl works to be more accurate
-
- 10 Apr, 2021 5 commits
-
-
bunnei authored
externals: Search for shared opus installation.
-
bunnei authored
Kernel Rework: Derive memory regions from board layout.
-
bunnei authored
service: Update service function tables and use proper names
-
bunnei authored
kernel: Mark lock helper classes as [[nodiscard]]
-
bunnei authored
Friend: Stub GetPlayHistoryRegistrationKey
-
- 09 Apr, 2021 9 commits