summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/emu_window.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-02-27 14:54:40 +0100
committerLioncash <mathew1800@gmail.com>2019-02-27 14:54:42 +0100
commit46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa (patch)
tree93541f8d13c43c641fe802c53ae8d4d8787cd51c /src/core/frontend/emu_window.h
parentMerge pull request #2164 from ReinUsesLisp/configure-blit (diff)
downloadyuzu-46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa.tar
yuzu-46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa.tar.gz
yuzu-46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa.tar.bz2
yuzu-46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa.tar.lz
yuzu-46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa.tar.xz
yuzu-46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa.tar.zst
yuzu-46b3209abb271289d28e2ca7dfc8e2a9ed7d4afa.zip
Diffstat (limited to '')
-rw-r--r--src/core/frontend/emu_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h
index 7006a37b3..d0bcb4660 100644
--- a/src/core/frontend/emu_window.h
+++ b/src/core/frontend/emu_window.h
@@ -166,7 +166,7 @@ private:
/**
* Clip the provided coordinates to be inside the touchscreen area.
*/
- std::tuple<unsigned, unsigned> ClipToTouchScreen(unsigned new_x, unsigned new_y);
+ std::tuple<unsigned, unsigned> ClipToTouchScreen(unsigned new_x, unsigned new_y) const;
};
} // namespace Core::Frontend