service/cfg, citra_qt: add country code configuration

This commit is contained in:
zhupengfei 2018-07-18 14:32:56 +08:00
parent a1b1d827bf
commit e61b7d265f
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
5 changed files with 243 additions and 1 deletions

View file

@ -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;
};