rsx/overlays: Fix build

This commit is contained in:
kd-11 2023-02-14 01:51:13 +03:00 committed by kd-11
parent 7c04b00e2b
commit 388ca1c645

View File

@ -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();
}
}
}