service/cfg, citra_qt: add country code configuration
This commit is contained in:
parent
a1b1d827bf
commit
e61b7d265f
5 changed files with 243 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <memory>
|
||||
#include <QWidget>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Ui {
|
||||
class ConfigureSystem;
|
||||
|
@ -43,4 +44,5 @@ private:
|
|||
int birthmonth, birthday;
|
||||
int language_index;
|
||||
int sound_index;
|
||||
u8 country_code;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue