rpcsx/rpcs3/Emu/Io/interception.h

11 lines
138 B
C
Raw Normal View History

#pragma once
#include <atomic>
namespace input
{
extern std::atomic<bool> g_intercepted;
void SetIntercepted(bool intercepted);
}