diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2023-12-30 03:36:24 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-01-18 21:12:30 -0500 |
commit | 0adc09e0afcde345a5303efd73b3b7737245a7d9 (patch) | |
tree | aa16b0c2434d5faaf78fdc780b3123a9cce73c6f /src/video_core/gpu.cpp | |
parent | 96fd1348aea9d70cb502a94cbd0412be6edb0189 (diff) |
GPU-SMMU: Estimate game leak and preallocate device region.
Diffstat (limited to 'src/video_core/gpu.cpp')
-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 { |