mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-05 19:41:43 +08:00
6 lines
156 B
C
6 lines
156 B
C
#pragma once
|
|
|
|
typedef struct SMDH_s SMDH;
|
|
|
|
Result cia_get_title_id(u64* titleId, u8* cia, size_t size);
|
|
Result cia_file_get_smdh(SMDH* smdh, Handle handle); |