diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2023-12-30 03:36:24 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-01-19 03:12:30 +0100 |
commit | 0adc09e0afcde345a5303efd73b3b7737245a7d9 (patch) | |
tree | aa16b0c2434d5faaf78fdc780b3123a9cce73c6f /src/video_core | |
parent | GPU SMMU: Expand to 34 bits (diff) | |
download | yuzu-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.cpp | 2 |
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 { |