mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-18 05:42:24 -07:00
SingleCore: Use Cycle Timing instead of Host Timing.
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
std::function<void(void*)> GetSuspendThreadStartFunc();
|
||||
void* GetStartFuncParamater();
|
||||
|
||||
void PreemptSingleCore();
|
||||
void PreemptSingleCore(bool from_running_enviroment = true);
|
||||
|
||||
std::size_t CurrentCore() const {
|
||||
return current_core.load();
|
||||
|
Reference in New Issue
Block a user