[GPU] Ensure duration_scalar is defined on MacOS

This commit is contained in:
Herman S.
2026-04-18 12:13:39 +09:00
parent 9661acb77d
commit 16fc37fed3
+1 -2
View File
@@ -154,8 +154,7 @@ X_STATUS GraphicsSystem::Setup(cpu::Processor* processor,
// Linux uses full sleep duration due to scheduler quantum issues
#if XE_PLATFORM_WIN32
constexpr double duration_scalar = 0.90;
#endif
#if XE_PLATFORM_LINUX
#else
constexpr double duration_scalar = 1.0;
#endif