mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-13 04:06:57 +08:00
log
This commit is contained in:
parent
3e9c21b605
commit
dcffa0940a
@ -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;
|
CheatLib *inst = (CheatLib*)&gblcht;
|
||||||
FHandle fd;
|
FHandle fd;
|
||||||
if( inst->serc == 0 ) return ACHTLIB_NOT_OPEN;
|
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) )
|
if( RES_OK != fOpen(&fd, inst->aclfile, FA_OPEN_EXISTING | FA_READ) )
|
||||||
return ACHTLIB_INVALID;
|
return ACHTLIB_INVALID;
|
||||||
log("search");
|
log("search");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user