Skip to content

Commit

Permalink
fix: Add struct initialiser for modules
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 26, 2024
1 parent f46b447 commit da31561
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NootedRed/NRed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ class NRed {
UInt16 devRevision {0};
UInt16 enumRevision {0};

X6000FB x6000fb;
AppleGFXHDA agfxhda;
X5000HWLibs hwlibs;
X6000 x6000;
X5000 x5000;
X6000FB x6000fb {};
AppleGFXHDA agfxhda {};
X5000HWLibs hwlibs {};
X6000 x6000 {};
X5000 x5000 {};

void init();
void processPatcher(KernelPatcher &patcher);
Expand Down

0 comments on commit da31561

Please sign in to comment.