Set hpstate to be what I'm assuming Legion is.
--HG-- extra : convert_revision : 0be66513cb0cff07c0c2b50c97c1ea74d52b0dc9
This commit is contained in:
parent
c2ceaa887e
commit
20730b790c
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ void MiscRegFile::reset()
|
|||
otherwin = 0;
|
||||
wstate = 0;
|
||||
gl = 0;
|
||||
hpstate = 0;
|
||||
//In a T1, bit 11 is apparently always 1
|
||||
hpstate = (1 << 11);
|
||||
memset(htstate, 0, sizeof(htstate));
|
||||
hintp = 0;
|
||||
htba = 0;
|
||||
|
|
Loading…
Reference in a new issue