diff options
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 { |