mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[AMG] Disable until decompression can be implemented.
Original Pascal+Assembly source code is proving more difficult to port than originally expected.
This commit is contained in:
@@ -13,6 +13,8 @@ public sealed partial class Amg
|
||||
/// <inheritdoc />
|
||||
public bool Identify(IFilter filter)
|
||||
{
|
||||
return false;
|
||||
/*
|
||||
if(filter.DataForkLength < Marshal.SizeOf<ArcHeader>()) return false;
|
||||
|
||||
Stream stream = filter.GetDataForkStream();
|
||||
@@ -26,6 +28,7 @@ public sealed partial class Amg
|
||||
|
||||
// Not a valid magic
|
||||
return header.magic == ARC_MAGIC;
|
||||
*/
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user