mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 10:52:34 -07:00
Core/HostTiming: Allow events to be advanced manually.
This commit is contained in:
@@ -110,7 +110,7 @@ Fiber::Fiber(std::function<void(void*)>&& entry_point_func, void* start_paramete
|
||||
FiberStartFunc);
|
||||
}
|
||||
|
||||
Fiber::Fiber() : guard{}, entry_point{}, start_parameter{}, previous_fiber{} {
|
||||
Fiber::Fiber() {
|
||||
impl = std::make_unique<FiberImpl>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user