From 57bdf3c0c354381600ee3d68170eac7c75d256a2 Mon Sep 17 00:00:00 2001 From: subtyree Date: Sun, 20 Apr 2025 16:29:47 +0300 Subject: [PATCH 1/3] Add clang cache directory to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c70f2f4..2b7c023 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # CMake build directory /build +# clangd cache directory +/.cache \ No newline at end of file From 2516274e89cbcc1fb93d8d8d6b1cc505ed99e8b4 Mon Sep 17 00:00:00 2001 From: subtyree Date: Sun, 20 Apr 2025 16:33:50 +0300 Subject: [PATCH 2/3] Change fast forward keybind label --- frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.cpp b/frontend.cpp index 4defd8d..7d25d40 100644 --- a/frontend.cpp +++ b/frontend.cpp @@ -613,7 +613,7 @@ class OptionsWindow : public WindowPopup "Control Pad Mode", "Pause", "Reset", - "Fast-Forward", + "Fast-Forward/Frame Advance", "Rewind", "Quick Save State", "Quick Load State", From c4578a01382032bfbb933fca138f1f4b2d354e9e Mon Sep 17 00:00:00 2001 From: subtyree Date: Sun, 20 Apr 2025 16:37:33 +0300 Subject: [PATCH 3/3] Change fast forward keybind label in README --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index cf64de4..6812f03 100644 --- a/README.md +++ b/README.md @@ -40,22 +40,22 @@ The default control scheme is as follows: ### Controller -| Input | Action | -| ----- | ------------ | -| Up | Up | -| Down | Down | -| Left | Left | -| Right | Right | -| X | A | -| A | B | -| B | C | -| LB | X | -| Y | Y | -| RB | Z | -| Start | Start | -| Back | Mode | -| LT | Rewind | -| RT | Fast-forward | +| Input | Action | +| ----- | -------------------------- | +| Up | Up | +| Down | Down | +| Left | Left | +| Right | Right | +| X | A | +| A | B | +| B | C | +| LB | X | +| Y | Y | +| RB | Z | +| Start | Start | +| Back | Mode | +| LT | Rewind | +| RT | Fast-forward/frame advance | | RSB | [Toggle menu controls](http://www.dearimgui.org/controls_sheets/imgui%20controls%20v6%20-%20Xbox.png) | ### Hotkeys