mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-21 09:49:27 +00:00
rsx/overlays: Fix build
This commit is contained in:
parent
7c04b00e2b
commit
388ca1c645
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "overlay_manager.h"
|
#include "overlay_manager.h"
|
||||||
#include "Emu/System.h"
|
#include "Emu/System.h"
|
||||||
|
#include <util/asm.hpp>
|
||||||
|
|
||||||
namespace rsx
|
namespace rsx
|
||||||
{
|
{
|
||||||
|
@ -15,7 +16,7 @@ namespace rsx
|
||||||
*m_input_thread = thread_state::aborting;
|
*m_input_thread = thread_state::aborting;
|
||||||
while (*m_input_thread <= thread_state::aborting)
|
while (*m_input_thread <= thread_state::aborting)
|
||||||
{
|
{
|
||||||
_mm_pause();
|
utils::pause();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue