mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
rsx/overlays: Fix build
This commit is contained in:
parent
7c04b00e2b
commit
388ca1c645
@ -1,6 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "overlay_manager.h"
|
||||
#include "Emu/System.h"
|
||||
#include <util/asm.hpp>
|
||||
|
||||
namespace rsx
|
||||
{
|
||||
@ -15,7 +16,7 @@ namespace rsx
|
||||
*m_input_thread = thread_state::aborting;
|
||||
while (*m_input_thread <= thread_state::aborting)
|
||||
{
|
||||
_mm_pause();
|
||||
utils::pause();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user