mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 15:10:14 +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() {
|
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user