Restore accidentally removed line
This commit is contained in:
		@@ -22,6 +22,8 @@ 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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // 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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user