diff --git a/NootedRed/X6000FB.cpp b/NootedRed/X6000FB.cpp index c3c96d0..833fcd8 100644 --- a/NootedRed/X6000FB.cpp +++ b/NootedRed/X6000FB.cpp @@ -495,7 +495,7 @@ void *X6000FB::wrapLinkCreate(void *data) { bool X6000FB::wrapInitWithPciInfo(void *that, void *pciDevice) { auto ret = FunctionCast(wrapInitWithPciInfo, callback->orgInitWithPciInfo)(that, pciDevice); getMember(that, 0x28) = 0xFFFFFFFFFFFFFFFF; // Enable all log types - getMember(that, 0x30) = 0xFFFFFFFF; // Enable all log severities + getMember(that, 0x30) = 0xFF; // Enable all log severities return ret; }