Fake gamer tile reading.

This commit is contained in:
Ben Vanik
2014-10-26 02:42:03 -07:00
parent 3024b755da
commit 13edfa95a5
2 changed files with 40 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ UserProfile::UserProfile() {
// If we set this, games will try to get it.
// XPROFILE_GAMERCARD_PICTURE_KEY
// AddSetting(WStringSetting(0x4064000F, L""));
AddSetting(std::make_unique<UnicodeSetting>(0x4064000F, L"gamercard_picture_key"));
std::vector<uint8_t> zeros;
zeros.resize(1000);