From 8aba08322eb814cd4bc27ea040f728640042d2df Mon Sep 17 00:00:00 2001 From: Collecting Date: Wed, 31 Dec 2025 04:01:30 +0000 Subject: [PATCH] feat(fs): Cross-Compatible Emulator Save Pathing w/ Custom Save Paths Signed-off-by: Collecting --- src/frontend_common/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontend_common/config.h b/src/frontend_common/config.h index 35c3273e2..1a0a1fe64 100644 --- a/src/frontend_common/config.h +++ b/src/frontend_common/config.h @@ -53,6 +53,9 @@ protected: void Reload(); + void ReadMirrorValues(); + void SaveMirrorValues(); + /** * Derived config classes must implement this so they can reload all platform-specific * values and global ones.