This commit is contained in:
Ryan Loebs 2016-04-29 03:34:37 -07:00
parent 8591812422
commit 921b79d3e7

View File

@ -22,7 +22,7 @@ static int update_time_event; ///< Time is updated/swapped every hour
void Init() { void Init() {
std::memset(&shared_page, 0, sizeof(shared_page)); std::memset(&shared_page, 0, sizeof(shared_page));
shared_page.running_hw = 0x1; //product shared_page.running_hw = 0x1; // product
// Some games wait until this value becomes 0x1, before asking running_hw // Some games wait until this value becomes 0x1, before asking running_hw
shared_page.unknown_value = 0x1; shared_page.unknown_value = 0x1;