Skip to content

Commit 55b2da4

Browse files
committed
libs: Update libarchive to 3.7.9
1 parent b8386f4 commit 55b2da4

5 files changed

Lines changed: 406 additions & 119 deletions

File tree

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BUILD_PRX = 1
2525
LIBDIR = ../libs/lib
2626
LDFLAGS =
2727
LIBS = -lintrafont -lglib2d -lxmp -lmpg123 -lvorbisfile -lvorbis -lopusfile -lopus -lFLAC -logg \
28-
-larchive -llzma -lturbojpeg -ljpeg -lpng16 -lstdc++ -lz \
28+
-larchive -lbz2 -llzma -lturbojpeg -ljpeg -lpng16 -lstdc++ -lz \
2929
-lpspkubridge -lpspsystemctrl_user -lpspusbdevice \
3030
-lpspgu -lpspvram -lpspaudio -lpsppower -lpspreg -lpspusb -lpspusbstor -lpspumd
3131

app/source/gui/archive_helper.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
#include "textures.h"
1414
#include "utils.h"
1515

16-
int chmod(const char *pathname, mode_t mode) {
17-
return 0;
18-
}
19-
2016
namespace ArchiveHelper {
2117
u64 CountFiles(const std::string &path) {
2218
int ret = 0;

0 commit comments

Comments
 (0)