mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Ban compression of Wii images until it has been tested. All sorts of minor cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@669 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -303,8 +303,8 @@ void SendReportCoreAccelIr12() {
|
||||
|
||||
RECT screenRect;
|
||||
POINT point;
|
||||
_dbg_assert_(WIIMOTE, GetClipCursor(&screenRect));
|
||||
_dbg_assert_(WIIMOTE, GetCursorPos(&point));
|
||||
GetClipCursor(&screenRect);
|
||||
GetCursorPos(&point);
|
||||
y0 = y1 = (point.y * (screenRect.bottom - screenRect.top)) / (BOTTOM - TOP);
|
||||
int x = (point.x * (screenRect.right - screenRect.left)) / (RIGHT - LEFT);
|
||||
x0 = x - SENSOR_BAR_RADIUS;
|
||||
|
Reference in New Issue
Block a user