mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
rsx/overlays: Fix clang/msvc build
This commit is contained in:
parent
d320867569
commit
95a29b5d1d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ namespace rsx
|
||||||
{
|
{
|
||||||
namespace overlays
|
namespace overlays
|
||||||
{
|
{
|
||||||
display_manager::display_manager(int)
|
display_manager::display_manager(int) noexcept
|
||||||
{
|
{
|
||||||
m_input_thread = std::make_shared<named_thread<overlay_input_thread>>();
|
m_input_thread = std::make_shared<named_thread<overlay_input_thread>>();
|
||||||
(*m_input_thread)([this]()
|
(*m_input_thread)([this]()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue