mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
Make checking for focus optional for njoy input.
So if one wants, on one monitor play Dolphin, and on the other use the keyboard for something else git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2082 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d8f71e0574
commit
f999ae94df
6 changed files with 20 additions and 5 deletions
|
@ -28,6 +28,7 @@ struct Config
|
|||
// General
|
||||
bool bShowAdvanced; // Only allow one of these
|
||||
bool bSaveByID;
|
||||
bool bCheckFocus;
|
||||
};
|
||||
|
||||
extern Config g_Config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue