Lioncash
aa42c7c5e5
query_cache: Make use of std::erase_if
Same behavior, but much more straightforward to read.
5 years ago
Joshua Ashton
c8d5e0389e
vk_buffer_cache: Fix offset for NULL vertex buffers
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
5 years ago
Joshua Ashton
f69cfb5915
vulkan_device: Enable EXT_robustness2 features
When this was being made mandatory, these enablement of these features was removed, but this is still needed.
Fixes: bf10ce380b ("vulkan_device: Require VK_EXT_robustness2")
5 years ago
Joshua Ashton
1a50da639d
renderer_vulkan: Check return value of AcquireNextImage
We can get into a really bad state by ignoring this
leading to device loss and using incorrect resources.
5 years ago
Morph
ffe138c59f
ns: Update to 12.x
5 years ago
Morph
3abe1c588a
aoc_u: Update to 12.x
5 years ago
Morph
992661e1f3
nim: Update to 12.x
5 years ago
Morph
2b9c5d0621
npns: Update to 12.x
5 years ago
Morph
6e9d0a685b
bgtc: Update to 12.x and implement OpenTaskService
5 years ago
Morph
cbc35097e3
vi: Update to 12.x
5 years ago
Morph
b29271ae6d
erpt: Update to 12.x
5 years ago
Morph
05af8f0000
btm: Update to 12.x
5 years ago
Morph
2f151af4f0
btdrv: Update to 12.x
5 years ago
german77
300c81b115
wlan: Update to 12.x
5 years ago
german77
588f5a4f1f
usb: Use proper names
5 years ago
german77
cf80875206
ITimeZoneService: Update to 12.x
5 years ago
german77
22c37e9111
spl: Update to 12.x
5 years ago
german77
37146ca67f
sfdnsres: Use proper names
5 years ago
german77
be739f5597
nsd: Update to 12.x
5 years ago
german77
e7d53ce3f6
ethc: Update to 12.x
5 years ago
german77
372e5e2a6a
sm: Use proper names, update to 12.x
5 years ago
german77
b2c16ff5c8
set_sys: Update to 12.x
5 years ago
german77
7da85dacb4
pctl_module: Update to 12.x
5 years ago
german77
3507d0d436
pcie: Use proper names
5 years ago
german77
1cb7a75d09
olsc: Update to 12.x
5 years ago
german77
d079fcb9bf
pl_u: Update to 12.x
5 years ago
german77
da6fd04f92
ldr: Use proper names
5 years ago
german77
b899d15111
arp: Use proper names, update to 12.x
5 years ago
german77
0a1517a771
caps_u: Update to 12.x
5 years ago
german77
315ab28dcd
caps_a: Update to 12.x
5 years ago
german77
640a637105
bpc: Use proper names
5 years ago
german77
2a3b345ef9
bcat_module: Update to 12.x
5 years ago
german77
8036ca4fbb
codecctl: Use proper names
5 years ago
german77
1519c55628
audren_u: Use proper names
5 years ago
german77
0ca06b28d4
audren_a: Use proper names
5 years ago
german77
9b1779049d
audrec_u: Use proper names, update to 12.x
5 years ago
german77
05901c6249
audrec_a: Use proper names
5 years ago
german77
68ffa689ef
audout_u: Use proper names
5 years ago
german77
738c801cab
audout_a: Use proper names
5 years ago
german77
b4837eae0e
audin_u: Use proper names
5 years ago
german77
2c78946a1f
audin_a: Use proper names
5 years ago
Markus Wick
2953f841dd
externals: Search for shared opus installation.
We had used conan for opus before, but there was a bug in the AVX detection.
However we still had the Findopus.cmake file within the repository, but not used.
This patch reenables the Findopus helper and prefer the system wide installation of opus.
5 years ago
Morph
b5f17081d0
service: time: Setup the network clock with the local clock context
Setting the network time allows some time based events using the network clock to not reset.
5 years ago
Morph
19b6ca175f
service: hid: Stub SetAnalogStickUseCenterClamp
- Used by eBASEBALLパワフルプロ野球2020
5 years ago
Morph
a2fbcd2831
service: time: Fix CalculateStandardUserSystemClockDifferenceByUser
CalculateStandardUserSystemClockDifferenceByUser passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments.
5 years ago
Markus Wick
c529592f63
video_core: Use a CV for blocking commands.
There is no need for a busy loop here. Let's just use a condition variable to save some power.
5 years ago
Markus Wick
48492bbb9b
video_core/gpu_thread: Keep the write lock for allocating the fence.
Else the fence might get submited out-of-order into the queue, which makes testing them pointless.
Overhead should be tiny as the mutex is just moved from the queue to the writing code.
5 years ago
Markus Wick
37ae463f9e
video_core/gpu_thread: Implement a ShutDown method.
This was implicitly done by `is_powered_on = false`, however the explicit method allows us to block until the GPU is actually gone.
This should fix a race condition while removing the other subsystems while the GPU is still active.
5 years ago
Markus Wick
b529aba9ce
common/threadsafe_queue: Provide Wait() method.
It shall block until there is something to consume in the queue.
And use it for the GPU emulation instead of the spin loop.
This is only in booting the emulator, however in BOTW this is the case for about 1 second.
5 years ago
Morph
8e0af1dfc7
hwopus: Update to 12.x
5 years ago