mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add PulseProgress event to ATA dumper.
This commit is contained in:
@@ -48,6 +48,11 @@ namespace DiscImageChef
|
||||
DicConsole.Write("\r" + text);
|
||||
}
|
||||
|
||||
internal static void PulseProgress(string text)
|
||||
{
|
||||
DicConsole.Write("\r" + text);
|
||||
}
|
||||
|
||||
internal static void InitProgress2() { }
|
||||
|
||||
internal static void EndProgress2()
|
||||
|
||||
Reference in New Issue
Block a user