diff --git a/source/arm11/acl.c b/source/arm11/acl.c index 5570f06..fa9fae7 100644 --- a/source/arm11/acl.c +++ b/source/arm11/acl.c @@ -183,7 +183,7 @@ acl_error_t acl_select_game( acl_text_t game, acl_boolean_t filter, acl_count_t CheatLib *inst = (CheatLib*)&gblcht; FHandle fd; if( inst->serc == 0 ) return ACHTLIB_NOT_OPEN; - if( strlen(game) != ACL_GBA_CODELEN ) return ACHTLIB_NOT_FOUND; + if( strlen(game) != ACL_GBA_CODELEN ) return ACHTLIB_NOT_FOUND;log("open fild"); if( RES_OK != fOpen(&fd, inst->aclfile, FA_OPEN_EXISTING | FA_READ) ) return ACHTLIB_INVALID; log("search");