mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Update enum naming as discussed
This commit is contained in:
@ -1070,7 +1070,7 @@ void ScreenPanelNative::paintEvent(QPaintEvent* event)
|
||||
painter.setTransform(screenTrans[i]);
|
||||
painter.drawImage(screenrc, screen[screenKind[i]]);
|
||||
|
||||
if (i == 1 && Input::JoystickTouch.mode != Input::JoystickTouchMode::NONE)
|
||||
if (i == 1 && Input::JoystickTouch.mode != Input::JoystickTouchMode::none)
|
||||
{
|
||||
QRect cursorRect = QRect(Input::JoyTouchX - 3, Input::JoyTouchY - 3, 5, 5);
|
||||
painter.setPen(QColor::fromRgb(255, 0, 0));
|
||||
|
Reference in New Issue
Block a user