mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 01:37:51 -05:00
Merge pull request #629 from archshift/lcdfb
Implement SetLcdForceBlack and add implementation for color filling in the GPU code
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user