PSFLoader: Detect region from exe

This commit is contained in:
Connor McLaughlin
2021-01-24 13:55:19 +10:00
parent 10135e08a2
commit 253b115b11
4 changed files with 30 additions and 0 deletions

View File

@ -69,4 +69,5 @@ bool PatchBIOSFastBoot(u8* image, u32 image_size, const Hash& hash);
bool PatchBIOSForEXE(u8* image, u32 image_size, u32 r_pc, u32 r_gp, u32 r_sp, u32 r_fp);
bool IsValidPSExeHeader(const PSEXEHeader& header, u32 file_size);
DiscRegion GetPSExeDiscRegion(const PSEXEHeader& header);
} // namespace BIOS