From 9886b279a3b3f41756d4f7777d76b53e84d22329 Mon Sep 17 00:00:00 2001
From: Phlex <3514085+PhlexPlexico@users.noreply.github.com>
Date: Tue, 8 Sep 2026 16:50:48 -0600
Subject: [PATCH] feat: Include In-Game Option menu during save creation.
---
Z3DR | 2 +-
source/include/setting_descriptions.hpp | 9 +++++++-
source/include/settings.hpp | 7 ++++++
source/setting_descriptions.cpp | 18 ++++++++++++++-
source/settings.cpp | 29 +++++++++++++++++++++++++
5 files changed, 62 insertions(+), 3 deletions(-)
diff --git a/Z3DR b/Z3DR
index 19dbafc..82c0c77 160000
--- a/Z3DR
+++ b/Z3DR
@@ -1 +1 @@
-Subproject commit 19dbafc96d52e0e4023caed57186969a49bcc9d9
+Subproject commit 82c0c773bcb9c69664c20cb1b8f67a1ca9902fe3
diff --git a/source/include/setting_descriptions.hpp b/source/include/setting_descriptions.hpp
index 15ed4ce..63e73c4 100644
--- a/source/include/setting_descriptions.hpp
+++ b/source/include/setting_descriptions.hpp
@@ -242,4 +242,11 @@ extern string_view startingSwordGildedDesc;
extern string_view startingShieldNoneDesc;
extern string_view startingShieldHerosDesc;
extern string_view startingShieldMirrorDesc;
-extern string_view showPostmanItemDesc;
\ No newline at end of file
+extern string_view showPostmanItemDesc;
+
+extern string_view ingameLTargetingDesc;
+extern string_view ingameFirstPersonCameraDesc;
+extern string_view ingameFreeCameraDesc;
+extern string_view ingameMotionControlsDesc;
+extern string_view ingameSwimmingControlsDesc;
+extern string_view ingameAdjustVolumeDesc;
\ No newline at end of file
diff --git a/source/include/settings.hpp b/source/include/settings.hpp
index 6f8384b..9864a7d 100644
--- a/source/include/settings.hpp
+++ b/source/include/settings.hpp
@@ -570,6 +570,13 @@ namespace Settings {
//Custom Buttons
extern Menu customInputs;
extern std::vector