Fixup accidental change

This commit is contained in:
Billy Laws 2023-03-05 21:58:03 +00:00
parent 3901ecbf49
commit 0f33055176
1 changed files with 0 additions and 1 deletions

View File

@ -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;