mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-19 22:47:10 +00:00
SMMU: Initial adaptation to video_core.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Tegra {
|
||||
* Struct describing framebuffer configuration
|
||||
*/
|
||||
struct FramebufferConfig {
|
||||
VAddr address{};
|
||||
DAddr address{};
|
||||
u32 offset{};
|
||||
u32 width{};
|
||||
u32 height{};
|
||||
|
||||
Reference in New Issue
Block a user