mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 12:22:40 +00:00
Revert "core: Switch to unique_ptr for usage of Common::Fiber."
This commit is contained in:
@@ -83,7 +83,7 @@ private:
|
||||
void RunThread(std::size_t core);
|
||||
|
||||
struct CoreData {
|
||||
std::unique_ptr<Common::Fiber> host_context;
|
||||
std::shared_ptr<Common::Fiber> host_context;
|
||||
std::unique_ptr<Common::Event> enter_barrier;
|
||||
std::unique_ptr<Common::Event> exit_barrier;
|
||||
std::atomic<bool> is_running;
|
||||
|
||||
Reference in New Issue
Block a user