mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Set system language to the app on first launch (#42)
* add language on first launch * add language on first launch Editing the hpp aswell
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
void save();
|
||||
void initialize();
|
||||
void addMissingThings();
|
||||
void sysLang();
|
||||
|
||||
// Bar Color.
|
||||
u32 barColor() { return this->v_barColor; }
|
||||
@@ -157,4 +158,4 @@ private:
|
||||
std::string v_3dsx_install_path, v_nds_install_path, v_archive_path;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user