Files
fastfetch/src/common/impl/kmod_nosupport.c
T
2026-04-09 20:02:04 +08:00

6 lines
145 B
C

#include "common/kmod.h"
bool ffKmodLoaded(FF_A_UNUSED const char* modName) {
return true; // Don't generate kernel module related errors
}