mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-27 04:06:45 -05:00
@@ -51,10 +51,12 @@ private static void GARC_UnpackProgressed(object sender, GARC.UnpackProgressedEv
|
||||
|
||||
public static bool garcPackMS(string folderPath, string garcPath, int version, int bytesPadding, ProgressBar pBar1 = null, Label label = null, bool supress = false)
|
||||
{
|
||||
GarcUtil.pBar1 = pBar1;
|
||||
GarcUtil.label = label;
|
||||
GARC.FileCountDetermined += GARC_FileCountDetermined;
|
||||
GARC.PackProgressed += GARC_PackProgressed;
|
||||
try
|
||||
{
|
||||
{
|
||||
var filectr = GARC.garcPackMS(folderPath, garcPath, version, bytesPadding);
|
||||
if (filectr > 0)
|
||||
{
|
||||
@@ -90,6 +92,8 @@ public static bool garcPackMS(string folderPath, string garcPath, int version, i
|
||||
|
||||
public static bool garcUnpack(string garcPath, string outPath, bool skipDecompression, ProgressBar pBar1 = null, Label label = null, bool supress = false, bool bypassExt = false)
|
||||
{
|
||||
GarcUtil.pBar1 = pBar1;
|
||||
GarcUtil.label = label;
|
||||
GARC.FileCountDetermined += GARC_FileCountDetermined;
|
||||
GARC.UnpackProgressed += GARC_UnpackProgressed;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user