ps4: proto fw tweaks

This commit is contained in:
DH 2024-11-25 19:06:56 +03:00
parent 28ceb7471d
commit 6257c0f76d
4 changed files with 11 additions and 2 deletions

View file

@ -17,6 +17,7 @@ struct Process;
enum class DynType : std::uint8_t {
None,
FreeBsd,
Ps4,
Ps5,
};