forked from eden-emu/eden
[common] replace Common:: stuffs with libstdc++ equivalents
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
2e0a4163cf
commit
e1054c0129
7 changed files with 30 additions and 52 deletions
|
@ -23,9 +23,7 @@ namespace VideoCommon::GPUThread {
|
|||
static void RunThread(std::stop_token stop_token, Core::System& system,
|
||||
VideoCore::RendererBase& renderer, Core::Frontend::GraphicsContext& context,
|
||||
Tegra::Control::Scheduler& scheduler, SynchState& state) {
|
||||
std::string name = "GPU";
|
||||
|
||||
Common::SetCurrentThreadName(name.c_str());
|
||||
Common::SetCurrentThreadName("GPU");
|
||||
Common::SetCurrentThreadPriority(Common::ThreadPriority::Critical);
|
||||
system.RegisterHostThread();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue