Initialize the framebuffers within the constructor (#1901)

This commit is contained in:
Jesse Talavera
2023-12-04 11:57:51 -05:00
committed by GitHub
parent bb42c8b639
commit 2e8cca9ca1
2 changed files with 7 additions and 1 deletions

View File

@ -607,6 +607,7 @@ public:
private:
void ResetVRAMCache() noexcept;
void AssignFramebuffers() noexcept;
void InitFramebuffers() noexcept;
template<typename T>
T ReadVRAM_ABGExtPal(u32 addr) const noexcept
{