mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-06-27 03:18:17 +00:00
Add dumping support for PS3, Wii U and Xenon server fast files (#826)
Co-authored-by: hindercanrun <109132519+meowica@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,8 @@ enum class GamePlatform : std::uint8_t
|
||||
{
|
||||
PC,
|
||||
XBOX,
|
||||
PS3
|
||||
PS3,
|
||||
WIIU
|
||||
};
|
||||
|
||||
static constexpr const char* GameId_Names[]{
|
||||
|
||||
Reference in New Issue
Block a user