mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 11:30:13 +00:00
Space...
This commit is contained in:
parent
8591812422
commit
921b79d3e7
@ -22,7 +22,7 @@ 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
|
||||
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