mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 19:29:20 +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) {
|
||||
TRACE_EVENT_FMT("gpu", "ProcessSlot: 0x{:X}, execution: {}", slot, u64{slot->executionTag});
|
||||
auto &gpu{*state.gpu};
|
||||
std::scoped_lock lock{gpu.buffer.recreationMutex};
|
||||
|
||||
vk::RenderPass lRenderPass;
|
||||
u32 subpassIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user