Use g_fxo for rsx::rsx_replay_thread

This commit is contained in:
Nekotekina 2019-09-26 19:07:17 +03:00
parent a6edcca6e6
commit 50fc5dfde5
2 changed files with 2 additions and 1 deletions

View file

@ -411,6 +411,7 @@ class named_thread final : public Context, result_storage_t<Context>, thread_bas
public:
// Default constructor
template <bool Valid = std::is_default_constructible_v<Context>, typename = std::enable_if_t<Valid>>
named_thread()
: Context()
, thread(get_default_thread_name())