Version 5.8.1

This commit is contained in:
ufrisk
2023-08-26 23:25:03 +02:00
parent 2361020029
commit bc4d78cb52
14 changed files with 44 additions and 33 deletions

View File

@@ -355,6 +355,7 @@ public class LeechCoreImpl implements ILeechCore
LeechCoreNative.LC_BAR nbar = new LeechCoreNative.LC_BAR(n.pBar);
LeechCoreBar bar = new LeechCoreBar();
bar.fValid = nbar.fValid;
bar.fIO = nbar.fIO;
bar.f64Bit = nbar.f64Bit;
bar.fPrefetchable = nbar.fPrefetchable;
bar.iBar = nbar.iBar;