mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2025-03-03 11:37:10 +00:00
Remove a stray backslash
This commit is contained in:
parent
cc10f50b15
commit
a82724ac94
@ -44,7 +44,7 @@ namespace melonds {
|
||||
[[nodiscard]] bool MicButtonReleased() const noexcept { return !micButton && previousMicButton; }
|
||||
[[nodiscard]] bool ToggleLidDown() const noexcept { return toggleLidButton; }
|
||||
[[nodiscard]] bool ToggleLidPressed() const noexcept { return toggleLidButton && !previousToggleLidButton; }
|
||||
[[nodiscard]] bool ToggleLidReleased() const noexcept { return !toggleLidButton && previousToggleLidButton; }\
|
||||
[[nodiscard]] bool ToggleLidReleased() const noexcept { return !toggleLidButton && previousToggleLidButton; }
|
||||
[[nodiscard]] unsigned MaxCursorTimeout() const noexcept { return maxCursorTimeout;}
|
||||
void SetMaxCursorTimeout(unsigned timeout) noexcept {
|
||||
if (timeout != maxCursorTimeout) dirty = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user