mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
[GPU] Ensure duration_scalar is defined on MacOS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user