rpcsx/rpcs3/Emu/Io/interception.h

11 lines
135 B
C
Raw Normal View History

2020-12-05 13:08:24 +01:00
#pragma once
#include <atomic>
namespace input
{
extern std::atomic<bool> g_intercepted;
void SetIntercepted(bool intercepted);
}