mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 22:47:58 -05:00
Common/Fiber: Implement Rewind on Boost Context.
This commit is contained in:
@ -70,8 +70,10 @@ private:
|
||||
static void FiberStartFunc(void* fiber_parameter);
|
||||
static void RewindStartFunc(void* fiber_parameter);
|
||||
#else
|
||||
void onRewind(boost::context::detail::transfer_t& transfer);
|
||||
void start(boost::context::detail::transfer_t& transfer);
|
||||
static void FiberStartFunc(boost::context::detail::transfer_t transfer);
|
||||
static void RewindStartFunc(boost::context::detail::transfer_t transfer);
|
||||
#endif
|
||||
|
||||
struct FiberImpl;
|
||||
|
Reference in New Issue
Block a user