mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 17:55:45 -04:00
BIOS: Add check for older BIOS from PS3
Same revision number as newer PS3, but different file size and 512KB hash.
This commit is contained in:
@ -10,7 +10,8 @@ enum : u32
|
||||
{
|
||||
BIOS_BASE = 0x1FC00000,
|
||||
BIOS_SIZE = 0x80000,
|
||||
BIOS_SIZE_PS2 = 0x400000
|
||||
BIOS_SIZE_PS2 = 0x400000,
|
||||
BIOS_SIZE_PS3 = 0x3E66F0
|
||||
};
|
||||
|
||||
using Image = std::vector<u8>;
|
||||
|
Reference in New Issue
Block a user