mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-26 06:04:15 +01:00
Fixup accidental change
This commit is contained in:
parent
3901ecbf49
commit
0f33055176
@ -100,7 +100,6 @@ namespace skyline::gpu::interconnect {
|
|||||||
void CommandRecordThread::ProcessSlot(Slot *slot) {
|
void CommandRecordThread::ProcessSlot(Slot *slot) {
|
||||||
TRACE_EVENT_FMT("gpu", "ProcessSlot: 0x{:X}, execution: {}", slot, u64{slot->executionTag});
|
TRACE_EVENT_FMT("gpu", "ProcessSlot: 0x{:X}, execution: {}", slot, u64{slot->executionTag});
|
||||||
auto &gpu{*state.gpu};
|
auto &gpu{*state.gpu};
|
||||||
std::scoped_lock lock{gpu.buffer.recreationMutex};
|
|
||||||
|
|
||||||
vk::RenderPass lRenderPass;
|
vk::RenderPass lRenderPass;
|
||||||
u32 subpassIndex;
|
u32 subpassIndex;
|
||||||
|
Loading…
Reference in New Issue
Block a user