[gnome-games] playstation: Support discs with BOOT header at 0xA9F98



commit 92f51e89140b438e2b919ac4c59819c5fa25e065
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Sep 16 09:30:26 2016 +0200

    playstation: Support discs with BOOT header at 0xA9F98
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771514

 plugins/playstation/src/playstation-header.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/playstation/src/playstation-header.vala b/plugins/playstation/src/playstation-header.vala
index 8790230..24df63e 100644
--- a/plugins/playstation/src/playstation-header.vala
+++ b/plugins/playstation/src/playstation-header.vala
@@ -13,6 +13,7 @@ private class Games.PlayStationHeader : Object {
                0xBE64, // .bin.ecm
                0xD368, // .bin
                0xD3A8, // .iso
+               0xA9F98, // .bin
        };
        private const string BOOT_MAGIC_VALUE = "BOOT";
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]