Merge yuzu-emu#12579

This commit is contained in:
yuzubot
2024-01-18 01:00:43 +00:00
parent 915efa4236
commit 170248be67
121 changed files with 2740 additions and 1378 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{};