Skip to content

Commit

Permalink
feat: Change debug arg to -RSDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Nov 4, 2024
1 parent e9c64ec commit 49dc305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMCRadeonSensors/SMCRadeonSensors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ UInt16 PRODUCT_NAME::getCardCount() { return this->cards ? this->cards->getCount

EXPORT extern "C" kern_return_t ADDPR(kern_start)(kmod_info_t *, void *) {
lilu_get_boot_args("liludelay", &ADDPR(debugPrintDelay), sizeof(ADDPR(debugPrintDelay)));
ADDPR(debugEnabled) = checkKernelArgument("-rsensordbg") || checkKernelArgument("-liludbgall");
ADDPR(debugEnabled) = checkKernelArgument("-RSDebug") || checkKernelArgument("-liludbgall");
return KERN_SUCCESS;
}

Expand Down

0 comments on commit 49dc305

Please sign in to comment.