mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
few compile errors fixed on linux
(please check them out as I'm not 100% sure about them) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@975 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -392,8 +392,12 @@ void FillReportInfo(wm_core& _core)
|
||||
{
|
||||
static bool bb = true;
|
||||
bb = !bb;
|
||||
#ifdef _WIN32
|
||||
_core.a = GetAsyncKeyState(VK_LBUTTON) ? 1 : 0;
|
||||
_core.b = GetAsyncKeyState(VK_RBUTTON) ? 1 : 0;
|
||||
#else
|
||||
// TODO: fill in
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user