mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
hotfix: fix fiber initialization
This commit is contained in:
parent
851995d444
commit
ee974414d2
2 changed files with 21 additions and 9 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
static constexpr u32 FW_20 = 0x2000000;
|
||||
static constexpr u32 FW_25 = 0x2500000;
|
||||
static constexpr u32 FW_30 = 0x3000000;
|
||||
static constexpr u32 FW_35 = 0x3500000;
|
||||
static constexpr u32 FW_40 = 0x4000000;
|
||||
static constexpr u32 FW_45 = 0x4500000;
|
||||
static constexpr u32 FW_50 = 0x5000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue