mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 15:17:51 +00:00
SMMU: Initial adaptation to video_core.
This commit is contained in:
parent
d0329a2c00
commit
9db159da71
79 changed files with 1262 additions and 1263 deletions
|
@ -14,7 +14,7 @@ namespace Tegra {
|
|||
* Struct describing framebuffer configuration
|
||||
*/
|
||||
struct FramebufferConfig {
|
||||
VAddr address{};
|
||||
DAddr address{};
|
||||
u32 offset{};
|
||||
u32 width{};
|
||||
u32 height{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue