address review

This commit is contained in:
madeline
2026-04-06 08:49:24 -07:00
parent 31ccc912b7
commit ad8d35ee5e
4 changed files with 40 additions and 21 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ namespace dusk {
bool LoadDolAsset(void* dst, u32 virtualAddress, s32 size);
/**
* Load bytes from a REL file in the ISO filesystem
* Load bytes from a REL file in the ISO filesystem, dst must be 32-byte aligned
*/
void* LoadRelAsset(const char* dvdPath, s32 offset, s32 size);
bool LoadRelAsset(void* dst, const char* dvdPath, s32 offset, s32 size);
/**
* Load bytes from a REL inside RELS.arc