From 89f363352fe9df11cd8f94ffe55554aeee7a5b83 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 12 Dec 2022 20:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8Abundle=E8=BF=99=E4=B8=AA=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E6=94=B9=E4=B8=BAconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/arm11/acl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/arm11/acl.h b/include/arm11/acl.h index dc22b22..49c4c12 100644 --- a/include/arm11/acl.h +++ b/include/arm11/acl.h @@ -12,7 +12,7 @@ typedef int acl_error_t; typedef void * acl_lib_t; typedef void * acl_list_t; -typedef void * acl_bundle_t; +typedef void * acl_config_t; typedef void * acl_entry_t; typedef const char* acl_text_t; typedef uint8_t acl_boolean_t; @@ -38,11 +38,11 @@ acl_error_t acl_select_game( acl_error_t acl_load_cheat( INPUT(acl_list_t) cheat_list_instance, INPUT(acl_cheatid_t) cheat_id, - OUTPUT(acl_bundle_t) bundle_instance + OUTPUT(acl_config_t) config_instance ); -acl_error_t acl_visit_bundle( - INPUT(acl_bundle_t) bundle_instance, +acl_error_t acl_visit_config( + INPUT(acl_config_t) config_instance, INPUT(acl_entryid_t) entry_id, OUTPUT(acl_entry_t) entry_instance );