mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 11:10:15 +00:00
Restore accidentally removed line
This commit is contained in:
parent
311e1723fd
commit
8591812422
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user