mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
split rpcs3 and hle libraries
merge rpcs3 utilities
This commit is contained in:
parent
b33e2662b6
commit
62ad27d1e2
1233 changed files with 7004 additions and 3819 deletions
10
rpcs3/Emu/RSX/GSFrameBase.cpp
Normal file
10
rpcs3/Emu/RSX/GSFrameBase.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "stdafx.h"
|
||||
#include "GSFrameBase.h"
|
||||
#include "Emu/system_config.h"
|
||||
|
||||
atomic_t<bool> g_game_window_focused = false;
|
||||
|
||||
bool is_input_allowed()
|
||||
{
|
||||
return g_game_window_focused || g_cfg.io.background_input_enabled;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue