Merge pull request #629 from archshift/lcdfb
Implement SetLcdForceBlack and add implementation for color filling in the GPU code
This commit is contained in:
commit
b56829df02
12 changed files with 282 additions and 52 deletions
|
@ -246,6 +246,8 @@ struct Regs {
|
|||
return content[index];
|
||||
}
|
||||
|
||||
#undef ASSERT_MEMBER_SIZE
|
||||
|
||||
private:
|
||||
/*
|
||||
* Most physical addresses which GPU registers refer to are 8-byte aligned.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue