#include "stdafx.h" #include "GSFrameBase.h" #include "Emu/system_config.h" atomic_t g_game_window_focused = false; bool is_input_allowed() { return g_game_window_focused || g_cfg.io.background_input_enabled; }