From 9e43487c1bf62402e96cb6139b24cd8446515673 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 25 Aug 2023 08:21:56 -0700 Subject: Finish pyopenvr -> pyopenxr migration pyopenvr is both deprecated and buggy, so switch to pyopenxr. --- GUI/GUI/GUI/Frame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GUI') 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", }; -- cgit v1.2.3