citra_qt/configuration: Add Play Coins setting

This commit is contained in:
zhupengfei 2018-09-13 23:01:58 +08:00
parent 458f8d103b
commit 31dc9003c5
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
3 changed files with 31 additions and 2 deletions

View file

@ -47,4 +47,5 @@ private:
int language_index;
int sound_index;
u8 country_code;
u16 play_coin;
};