summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar Dan2020-03-18 10:04:08 +0100
committerGravatar Dan2020-03-19 10:37:42 +0100
commit06dea163fa753a031d1ef4f805b5ae5ccdf5083a (patch)
tree5681d403b0580ad7ab16b604f4b8a540f2a50d86 /src/core/settings.h
parentMerge pull request #3527 from FearlessTobi/output-mode (diff)
downloadyuzu-06dea163fa753a031d1ef4f805b5ae5ccdf5083a.tar.gz
yuzu-06dea163fa753a031d1ef4f805b5ae5ccdf5083a.tar.xz
yuzu-06dea163fa753a031d1ef4f805b5ae5ccdf5083a.zip
set: implement GetRegionCode
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 12e2cc9e7..79ec01731 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -387,6 +387,7 @@ struct Values {
387 387
388 s32 current_user; 388 s32 current_user;
389 s32 language_index; 389 s32 language_index;
390 s32 region_index;
390 s32 sound_index; 391 s32 sound_index;
391 392
392 // Controls 393 // Controls