mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 07:45:26 +00:00
Begin transitioning to new CTexture; start Stream API
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
CAssetId x0_id;
|
||||
kabufuda::EAnimationSpeed x4_speed;
|
||||
TLockedToken<CTexture> x8_tex;
|
||||
Icon(CAssetId id, kabufuda::EAnimationSpeed speed, CSimplePool& sp, const CVParamTransfer& cv);
|
||||
Icon(CAssetId id, kabufuda::EAnimationSpeed speed, CSimplePool& sp);
|
||||
};
|
||||
|
||||
enum class EStatus { Standby, Transferring, Done };
|
||||
@@ -131,8 +131,6 @@ public:
|
||||
std::vector<u8> xf4_saveBuffer;
|
||||
std::vector<u8> x104_cardBuffer;
|
||||
|
||||
CVParamTransfer m_texParam = {new TObjOwnerParam<u32>(SBIG('OTEX'))};
|
||||
|
||||
CCardFileInfo(kabufuda::ECardSlot port, std::string_view name) : m_handle(port), x18_fileName(name) {}
|
||||
|
||||
void LockBannerToken(CAssetId bannerTxtr, CSimplePool& sp);
|
||||
|
||||
Reference in New Issue
Block a user