From 35617930d5377cd494d35485fd14897d7640b1e3 Mon Sep 17 00:00:00 2001 From: PabloG02 Date: Sat, 21 Jan 2023 19:25:00 +0100 Subject: [PATCH] Fix rebase --- app/src/main/cpp/skyline/gpu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/cpp/skyline/gpu.cpp b/app/src/main/cpp/skyline/gpu.cpp index d77e7881..b6049194 100644 --- a/app/src/main/cpp/skyline/gpu.cpp +++ b/app/src/main/cpp/skyline/gpu.cpp @@ -400,7 +400,6 @@ namespace skyline::gpu { buffer(*this), megaBufferAllocator(*this), descriptor(*this), - shader(state, *this), helperShaders(*this, state.os->assetFileSystem), graphicsPipelineCache(*this), renderPassCache(*this),