summaryrefslogtreecommitdiffstats
path: root/src/video_core
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2023-12-30 03:36:24 +0100
committerLiam <byteslice@airmail.cc>2024-01-19 03:12:30 +0100
commit0adc09e0afcde345a5303efd73b3b7737245a7d9 (patch)
treeaa16b0c2434d5faaf78fdc780b3123a9cce73c6f /src/video_core
parentGPU SMMU: Expand to 34 bits (diff)
downloadyuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar
yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar.gz
yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar.bz2
yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar.lz
yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar.xz
yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar.zst
yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.zip
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/gpu.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp
index 6ad3b94f8..609704b33 100644
--- a/src/video_core/gpu.cpp
+++ b/src/video_core/gpu.cpp
@@ -34,8 +34,6 @@
#include "video_core/renderer_base.h"
#include "video_core/shader_notify.h"
-#pragma optimize("", off)
-
namespace Tegra {
struct GPU::Impl {