mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-01 15:02:39 +00:00
3476172c49
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@472 96395faa-99c1-11dd-bbfe-3dabce05a288
14 lines
282 B
C
14 lines
282 B
C
// Shouldn't really be here, but not sure where else to put it.
|
|
struct InitInfo {
|
|
// 1 when binding key to ignore.
|
|
int bindingIgnore;
|
|
|
|
HWND hWndTop;
|
|
HWND hWnd;
|
|
// For config screen, need to eat button's message handling.
|
|
HWND hWndButton;
|
|
};
|
|
|
|
void EnumDevices();
|
|
|