summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/config.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-06-19 06:34:28 +0200
committergerman77 <juangerman-13@hotmail.com>2022-07-24 02:40:21 +0200
commitcc83e0a6006667d126a7a83dde23a7f8ae3af994 (patch)
treec4adfe7019e6f54050f8341e929c3db417d491f6 /src/yuzu/configuration/config.h
parentinput_common: Add camera driver (diff)
downloadyuzu-cc83e0a6006667d126a7a83dde23a7f8ae3af994.tar
yuzu-cc83e0a6006667d126a7a83dde23a7f8ae3af994.tar.gz
yuzu-cc83e0a6006667d126a7a83dde23a7f8ae3af994.tar.bz2
yuzu-cc83e0a6006667d126a7a83dde23a7f8ae3af994.tar.lz
yuzu-cc83e0a6006667d126a7a83dde23a7f8ae3af994.tar.xz
yuzu-cc83e0a6006667d126a7a83dde23a7f8ae3af994.tar.zst
yuzu-cc83e0a6006667d126a7a83dde23a7f8ae3af994.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/configuration/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/configuration/config.h b/src/yuzu/configuration/config.h
index d511b3dbd..a71eabe8e 100644
--- a/src/yuzu/configuration/config.h
+++ b/src/yuzu/configuration/config.h
@@ -68,6 +68,7 @@ private:
void ReadTouchscreenValues();
void ReadMotionTouchValues();
void ReadHidbusValues();
+ void ReadIrCameraValues();
// Read functions bases off the respective config section names.
void ReadAudioValues();
@@ -96,6 +97,7 @@ private:
void SaveTouchscreenValues();
void SaveMotionTouchValues();
void SaveHidbusValues();
+ void SaveIrCameraValues();
// Save functions based off the respective config section names.
void SaveAudioValues();