From 5ab80901c6975eefd07ab2a8167a854c6079d451 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Sun, 30 Oct 2022 16:19:32 +0000 Subject: [PATCH] Drop some debug code --- .../cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp | 1 - app/src/main/cpp/skyline/gpu/presentation_engine.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp index 6d3277db..820f648a 100644 --- a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp +++ b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp @@ -395,7 +395,6 @@ namespace skyline::gpu::interconnect::maxwell3d { directState.inputAssembly.SetPrimitiveTopology(topology); pipeline.MarkDirty(false); } - // TODO non-indexed quads auto updateFunc{[&](auto &stateElem, auto &&... args) { stateElem.Update(ctx, builder, args...); }}; pipeline.Update(ctx, textures, constantBuffers, builder); diff --git a/app/src/main/cpp/skyline/gpu/presentation_engine.cpp b/app/src/main/cpp/skyline/gpu/presentation_engine.cpp index 77d7cf43..78f97397 100644 --- a/app/src/main/cpp/skyline/gpu/presentation_engine.cpp +++ b/app/src/main/cpp/skyline/gpu/presentation_engine.cpp @@ -98,7 +98,6 @@ namespace skyline::gpu { frame.fence.Wait(state.soc->host1x); std::scoped_lock textureLock(*frame.textureView); - // std::this_thread::sleep_for(std::chrono::milliseconds(64)); auto texture{frame.textureView->texture}; if (frame.textureView->format != swapchainFormat || texture->dimensions != swapchainExtent)