forked from TeamTofuShop/segatools
board/sg-reader.c: Configurate sg_reader
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
|
||||
#include "amex/config.h"
|
||||
|
||||
#include "board/config.h"
|
||||
|
||||
#include "divahook/config.h"
|
||||
|
||||
#include "platform/config.h"
|
||||
@ -16,4 +18,5 @@ void diva_hook_config_load(
|
||||
|
||||
nu_config_load(&cfg->nu, filename);
|
||||
amex_config_load(&cfg->amex, filename);
|
||||
aime_config_load(&cfg->aime, filename);
|
||||
}
|
||||
|
Reference in New Issue
Block a user