mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 21:28:04 -05:00
Added LCD registers, and implementation for color filling in OGL 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