Files
Itemzflow/itemzflow/build.sh
T
LightningMods 36ca31d21b ItemzCore version: 1.4-V-2024-01-23T18:42:41
- Fixed dumping DLCs and AC w/p data
- Added an Install all PKGs option for folders with more than 1 PKG
- Installing a PKG will no longer boot you back to settings
- Carried over some improvements from the PS5 version of IF
- Replaced reg. vectors for ThreadSafeVectors
- Added the Chinese lang files
- Fixed a bug that would cause the Utility thread to deadlock
- Fixed a Bug that caused the daemon not to give a backtrace on 9.00
2024-01-23 18:56:00 -05:00

1 line
267 B
Bash

cd ../libyaml-cpp && make -j24 && make install && cd ../libdumper/ && make -j24 && make install && cd ../itemz-daemon/ && make clean && make -j24 && make oelf && make eboot && cd ../itemzflow/ && make clean && make -j24 && make oelf && make eboot && make pkg_build