diff options
| author | 2018-07-19 10:30:50 -0400 | |
|---|---|---|
| committer | 2018-07-19 10:30:53 -0400 | |
| commit | 2cc0ef83cfd553b6d6e4d33d65c9aece133fa4ff (patch) | |
| tree | 5a386a5d9087a9d388704c2fb1ed0e80b25f9bbb | |
| parent | Merge pull request #700 from bunnei/update-dynarmic (diff) | |
| download | yuzu-2cc0ef83cfd553b6d6e4d33d65c9aece133fa4ff.tar.gz yuzu-2cc0ef83cfd553b6d6e4d33d65c9aece133fa4ff.tar.xz yuzu-2cc0ef83cfd553b6d6e4d33d65c9aece133fa4ff.zip | |
filesystem: Remove pragma disabling global optimizations
This was just an artifact missed during PR review.
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.cpp b/src/core/hle/service/filesystem/filesystem.cpp index ec528ef40..6d5ef2de4 100644 --- a/src/core/hle/service/filesystem/filesystem.cpp +++ b/src/core/hle/service/filesystem/filesystem.cpp | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma optimize("", off) | ||
| 6 | |||
| 7 | #include "common/assert.h" | 5 | #include "common/assert.h" |
| 8 | #include "common/file_util.h" | 6 | #include "common/file_util.h" |
| 9 | #include "core/core.h" | 7 | #include "core/core.h" |