cardhook: Fold back into chunihook

And so the cycle goes on.
This commit is contained in:
Tau
2019-11-03 15:38:15 -05:00
parent fc345a46a7
commit dfc1e13397
7 changed files with 10 additions and 76 deletions

View File

@ -5,6 +5,8 @@
#include "amex/config.h"
#include "board/config.h"
#include "hooklib/config.h"
#include "platform/config.h"
@ -16,6 +18,7 @@ struct slider_config {
struct chuni_hook_config {
struct platform_config platform;
struct amex_config amex;
struct aime_config aime;
struct gfx_config gfx;
struct slider_config slider;
};