Revert "kernel: Various improvements to scheduler"

This commit is contained in:
bunnei
2021-08-25 20:59:28 -07:00
committed by GitHub
parent 3843995ceb
commit 0c8594b225
23 changed files with 140 additions and 224 deletions

View File

@ -15,7 +15,6 @@
#include <vector>
#include "common/common_types.h"
#include "core/hle/service/kernel_helpers.h"
namespace Common {
class Event;
@ -136,8 +135,6 @@ private:
std::unique_ptr<std::thread> vsync_thread;
std::unique_ptr<Common::Event> wait_event;
std::atomic<bool> is_running{};
KernelHelpers::ServiceContext service_context;
};
} // namespace Service::NVFlinger