Add button combo module depedency

This commit is contained in:
Maschell 2025-01-03 09:37:02 +01:00
parent 5b73c24a1a
commit c026217390

View File

@ -36,6 +36,7 @@ WUMS_USE_WUT_DEVOPTAB();
WUMS_DEPENDS_ON(homebrew_functionpatcher);
WUMS_DEPENDS_ON(homebrew_memorymapping);
WUMS_DEPENDS_ON(homebrew_notifications);
WUMS_DEPENDS_ON(homebrew_buttoncombo);
using namespace std::chrono_literals;