mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 05:05:46 +00:00
card_image: Add program title ID getter
This commit is contained in:
parent
d3aaa8f52d
commit
a67309aa0e
2 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,8 @@ public:
|
|||
VirtualDir GetUpdatePartition() const;
|
||||
VirtualDir GetLogoPartition() const;
|
||||
|
||||
u64 GetProgramTitleID() const;
|
||||
|
||||
std::shared_ptr<NCA> GetProgramNCA() const;
|
||||
VirtualFile GetProgramNCAFile() const;
|
||||
const std::vector<std::shared_ptr<NCA>>& GetNCAs() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue