Files
Momentum-Firmware/applications/plugins/wii_ec_anal/info.sh
RogueMaster e2fbd8699c wii_ec_anal
2022-11-09 21:13:58 -05:00

12 lines
262 B
Bash

echo "MARKED AS TODO"
echo "=============="
grep //! *.c *.h
echo -e "\nSUPPORTED CONTROLLERS"
echo "====================="
grep '\[PID_.*{ {' wii_ec.c | head -n -3 | sed 's/\s*\(.*\)/\1/'
echo -e "\nLOGGING"
echo "======="
grep LOG_LEVEL *.h | grep -v '#if '