aboutsummaryrefslogtreecommitdiffstats
path: root/core/cpu_caps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/cpu_caps.cpp')
-rw-r--r--core/cpu_caps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cpu_caps.cpp b/core/cpu_caps.cpp
index 0325cd49..103d2437 100644
--- a/core/cpu_caps.cpp
+++ b/core/cpu_caps.cpp
@@ -137,5 +137,5 @@ al::optional<CPUInfo> GetCPUInfo()
#endif
#endif
- return al::make_optional(ret);
+ return ret;
}