Cocoa Port (OpenEmu Plug-in): Remove a now defunct comment.
This commit is contained in:
parent
75e9697c5d
commit
069b26aa4c
|
@ -1628,7 +1628,7 @@ void UpdateDisplayPropertiesFromStates(uint64_t displayModeStates, ClientDisplay
|
|||
// OpenEmu tries to be helpful by flipping the origin point to the top left for us,
|
||||
// but that's not what GetNDSPoint() wants, and so we need to flip OpenEmu's touch
|
||||
// point here.
|
||||
aPoint.y = _displayRect.size.height - aPoint.y; // Normalize the y-coordinate to the DS.
|
||||
aPoint.y = _displayRect.size.height - aPoint.y;
|
||||
|
||||
// The display rect should be at 1x normal scaling, but could include prescaling for
|
||||
// older OpenEmu versions, so we need to account for both cases here.
|
||||
|
|
Loading…
Reference in New Issue