Merge yuzu-emu#12579

This commit is contained in:
yuzubot
2024-01-21 19:11:03 +00:00
parent 09cfe99590
commit 96da12ec93
121 changed files with 2742 additions and 1415 deletions

View File

@ -14,7 +14,7 @@ namespace Tegra {
* Struct describing framebuffer configuration
*/
struct FramebufferConfig {
VAddr address{};
DAddr address{};
u32 offset{};
u32 width{};
u32 height{};