mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 22:37:54 -05:00
common: Enable warnings as errors
Cleans up common so that we can enable warnings as errors.
This commit is contained in:
@ -49,7 +49,7 @@ public:
|
||||
static void YieldTo(std::shared_ptr<Fiber> from, std::shared_ptr<Fiber> to);
|
||||
[[nodiscard]] static std::shared_ptr<Fiber> ThreadToFiber();
|
||||
|
||||
void SetRewindPoint(std::function<void(void*)>&& rewind_func, void* start_parameter);
|
||||
void SetRewindPoint(std::function<void(void*)>&& rewind_func, void* rewind_param);
|
||||
|
||||
void Rewind();
|
||||
|
||||
|
Reference in New Issue
Block a user