Restore accidentally removed line

This commit is contained in:
Ryan Loebs 2016-04-29 03:34:04 -07:00
parent 311e1723fd
commit 8591812422

View File

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