mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -42,6 +42,7 @@ namespace Aaru.Images;
|
||||
public sealed partial class Dart : IMediaImage
|
||||
{
|
||||
const string MODULE_NAME = "DART plugin";
|
||||
|
||||
// DART images are at most 1474560 bytes, so let's cache the whole
|
||||
byte[] _dataCache;
|
||||
uint _dataChecksum;
|
||||
|
||||
Reference in New Issue
Block a user