diff options
| author | 2023-12-30 03:36:24 +0100 | |
|---|---|---|
| committer | 2024-01-18 21:12:30 -0500 | |
| commit | 0adc09e0afcde345a5303efd73b3b7737245a7d9 (patch) | |
| tree | aa16b0c2434d5faaf78fdc780b3123a9cce73c6f /src/video_core/gpu.cpp | |
| parent | GPU SMMU: Expand to 34 bits (diff) | |
| download | yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar.gz yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.tar.xz yuzu-0adc09e0afcde345a5303efd73b3b7737245a7d9.zip | |
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 @@ | |||
| 34 | #include "video_core/renderer_base.h" | 34 | #include "video_core/renderer_base.h" |
| 35 | #include "video_core/shader_notify.h" | 35 | #include "video_core/shader_notify.h" |
| 36 | 36 | ||
| 37 | #pragma optimize("", off) | ||
| 38 | |||
| 39 | namespace Tegra { | 37 | namespace Tegra { |
| 40 | 38 | ||
| 41 | struct GPU::Impl { | 39 | struct GPU::Impl { |