summaryrefslogtreecommitdiffstats
path: root/GUI
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-08-25 08:21:56 -0700
committeryum <yum.food.vr@gmail.com>2023-08-25 12:08:07 -0700
commit9e43487c1bf62402e96cb6139b24cd8446515673 (patch)
treea61d751a96b79d7f9d0aefee42674b5bb9afd497 /GUI
parent323eeba6118073547508b04950425c1a81650024 (diff)
Finish pyopenvr -> pyopenxr migration
pyopenvr is both deprecated and buggy, so switch to pyopenxr.
Diffstat (limited to 'GUI')
-rw-r--r--GUI/GUI/GUI/Frame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp
index 221bb7a..82e4536 100644
--- a/GUI/GUI/GUI/Frame.cpp
+++ b/GUI/GUI/GUI/Frame.cpp
@@ -482,10 +482,10 @@ namespace {
constexpr int kBytesDefault = 0;
const wxString kButton[] = {
- "left joystick",
+ "left thumbstick",
"left a",
"left b",
- "right joystick",
+ "right thumbstick",
"right a",
"right b",
};