Skip to content

Commit

Permalink
fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaevich23 committed Feb 9, 2025
1 parent 19106ba commit 501a9fc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
5 changes: 3 additions & 2 deletions PS3HEN/make_PS3HEN.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set PS3DEV=%PS3SDK%/ps3dev2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;
set CYGWIN=C:\PSDK3v2\MinGW\msys\1.0\bin

mv *CEX_480 *CEX_481 *CEX_482 *CEX_483 *CEX_484 *CEX_485 *CEX_486 *CEX_487 *CEX_488 *CEX_489 *CEX_490 *CEX_491 PS3HEN_GEN
mv *CEX_480 *CEX_481 *CEX_482 *CEX_483 *CEX_484 *CEX_485 *CEX_486 *CEX_487 *CEX_488 *CEX_489 *CEX_490 *CEX_491 *CEX_492 PS3HEN_GEN
cd henplugin
cp bildtype.r bildtype.h
%CYGWIN%\bash -i -c 'make release; rm -r objs; rm henplugin.prx; rm henplugin.sym; mv henplugin.sprx ../PS3HEN_GEN;'
Expand All @@ -20,7 +20,7 @@ rm -f *.o *.elf *.self *.bin *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.
make -f Makefile release
rm -f *.o *.elf *.self ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o
cd ..
mv *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C PS3HEN_GEN
mv *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C *492C PS3HEN_GEN
cd PS3HEN_GEN
gcc main.c -o HEN_GEN
HEN_GEN PS3HEN.BIN_CEX_480 stage2.bin_480C stage0.bin_480C HENplugin.sprx
Expand All @@ -35,6 +35,7 @@ HEN_GEN PS3HEN.BIN_CEX_488 stage2.bin_488C stage0.bin_488C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_489 stage2.bin_489C stage0.bin_489C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_490 stage2.bin_490C stage0.bin_490C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_491 stage2.bin_491C stage0.bin_491C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_492 stage2.bin_492C stage0.bin_492C HENplugin.sprx
rm stage* *.sprx *.exe
mv PS3HEN* ../

Expand Down
5 changes: 3 additions & 2 deletions PS3HEN/make_PS3HEN_debug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set PS3DEV=%PS3SDK%/ps3dev2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;
set CYGWIN=C:\PSDK3v2\MinGW\msys\1.0\bin

mv *DEX_482_DEBUG *DEX_484_DEBUG *CEX_480_DEBUG *CEX_481_DEBUG *CEX_482_DEBUG *CEX_483_DEBUG *CEX_484_DEBUG *CEX_485_DEBUG *CEX_486_DEBUG *CEX_487_DEBUG *CEX_488_DEBUG *CEX_489_DEBUG *CEX_490_DEBUG *CEX_491_DEBUG PS3HEN_GEN
mv *DEX_482_DEBUG *DEX_484_DEBUG *CEX_480_DEBUG *CEX_481_DEBUG *CEX_482_DEBUG *CEX_483_DEBUG *CEX_484_DEBUG *CEX_485_DEBUG *CEX_486_DEBUG *CEX_487_DEBUG *CEX_488_DEBUG *CEX_489_DEBUG *CEX_490_DEBUG *CEX_491_DEBUG *CEX_492_DEBUG PS3HEN_GEN
cd henplugin
cp bildtype.d bildtype.h
%CYGWIN%\bash -i -c 'make debug; rm -r objs; rm henplugin.prx; rm henplugin.sym; mv henplugin.sprx ../PS3HEN_GEN;'
Expand All @@ -20,7 +20,7 @@ rm -f *.o *.elf *.self *.bin *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.
make -f Makefile debug
rm -f *.o *.elf *.self ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o
cd ..
mv *482D *484D *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C PS3HEN_GEN
mv *482D *484D *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C *492C PS3HEN_GEN
cd PS3HEN_GEN
gcc main.c -o HEN_GEN
HEN_GEN PS3HEN.BIN_CEX_480_DEBUG stage2.bin_debug_480C stage0.bin_480C HENplugin.sprx
Expand All @@ -37,6 +37,7 @@ HEN_GEN PS3HEN.BIN_CEX_488_DEBUG stage2.bin_debug_488C stage0.bin_488C HENplugin
HEN_GEN PS3HEN.BIN_CEX_489_DEBUG stage2.bin_debug_489C stage0.bin_489C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_490_DEBUG stage2.bin_debug_490C stage0.bin_490C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_491_DEBUG stage2.bin_debug_491C stage0.bin_491C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_492_DEBUG stage2.bin_debug_492C stage0.bin_492C HENplugin.sprx
rm stage* *.sprx *.exe
mv PS3HEN* ../
pause
7 changes: 4 additions & 3 deletions PS3HEN/make_PS3HEN_lite.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set PS3DEV=%PS3SDK%/ps3dev2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;
set CYGWIN=C:\PSDK3v2\MinGW\msys\1.0\bin

mv *CEX_480 *CEX_481 *CEX_482 *CEX_483 *CEX_484 *CEX_485 *CEX_486 *CEX_487 *CEX_488 *CEX_489 *CEX_490 *CEX_491 PS3HEN_GEN
mv *CEX_480 *CEX_481 *CEX_482 *CEX_483 *CEX_484 *CEX_485 *CEX_486 *CEX_487 *CEX_488 *CEX_489 *CEX_490 *CEX_491 *CEX_492 PS3HEN_GEN
cd henplugin
cp bildtype.l bildtype.h
cp bildtype.r bildtype.h
%CYGWIN%\bash -i -c 'make release; rm -r objs; rm henplugin.prx; rm henplugin.sym; mv henplugin.sprx ../PS3HEN_GEN;'
cd ../stage0_file
rm -f *.o *.elf *.self *.bin *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o
Expand All @@ -20,7 +20,7 @@ rm -f *.o *.elf *.self *.bin *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.
make -f Makefile release
rm -f *.o *.elf *.self ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o
cd ..
mv *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C PS3HEN_GEN
mv *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C *492C PS3HEN_GEN
cd PS3HEN_GEN
gcc main.c -o HEN_GEN
HEN_GEN PS3HEN.BIN_CEX_480 stage2.bin_480C stage0.bin_480C HENplugin.sprx
Expand All @@ -35,6 +35,7 @@ HEN_GEN PS3HEN.BIN_CEX_488 stage2.bin_488C stage0.bin_488C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_489 stage2.bin_489C stage0.bin_489C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_490 stage2.bin_490C stage0.bin_490C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_491 stage2.bin_491C stage0.bin_491C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_492 stage2.bin_492C stage0.bin_492C HENplugin.sprx
rm stage* *.sprx *.exe
mv PS3HEN* ../

Expand Down
5 changes: 3 additions & 2 deletions PS3HEN/make_PS3HEN_wm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set PS3DEV=%PS3SDK%/ps3dev2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%PS3DEV%/ppu/bin;
set CYGWIN=C:\PSDK3v2\MinGW\msys\1.0\bin

mv *CEX_480 *CEX_481 *CEX_482 *CEX_483 *CEX_484 *CEX_485 *CEX_486 *CEX_487 *CEX_488 *CEX_489 *CEX_490 *CEX_491 PS3HEN_GEN
mv *CEX_480 *CEX_481 *CEX_482 *CEX_483 *CEX_484 *CEX_485 *CEX_486 *CEX_487 *CEX_488 *CEX_489 *CEX_490 *CEX_491 *CEX_492 PS3HEN_GEN
cd henplugin
cp bildtype.rw bildtype.h
%CYGWIN%\bash -i -c 'make release; rm -r objs; rm henplugin.prx; rm henplugin.sym; mv henplugin.sprx ../PS3HEN_GEN;'
Expand All @@ -20,7 +20,7 @@ rm -f *.o *.elf *.self *.bin *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.
make -f Makefile release
rm -f *.o *.elf *.self ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o
cd ..
mv *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C PS3HEN_GEN
mv *480C *481C *482C *483C *484C *485C *486C *487C *488C *489C *490C *491C *492C PS3HEN_GEN
cd PS3HEN_GEN
gcc main.c -o HEN_GEN
HEN_GEN PS3HEN.BIN_CEX_480 stage2.bin_480C stage0.bin_480C HENplugin.sprx
Expand All @@ -35,6 +35,7 @@ HEN_GEN PS3HEN.BIN_CEX_488 stage2.bin_488C stage0.bin_488C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_489 stage2.bin_489C stage0.bin_489C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_490 stage2.bin_490C stage0.bin_490C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_491 stage2.bin_491C stage0.bin_491C HENplugin.sprx
HEN_GEN PS3HEN.BIN_CEX_492 stage2.bin_492C stage0.bin_492C HENplugin.sprx
rm stage* *.sprx *.exe
mv PS3HEN* ../

Expand Down
2 changes: 1 addition & 1 deletion PS3HEN/stage0_file/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ all:
rm -f *.o *.bin *.elf *.491 *.491c *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o

rm -f *.o *.elf *.self *.492 *.bin *.492C *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o
make -f Makefile_491C --no-print-directory
make -f Makefile_492C --no-print-directory
rm -f *.o *.bin *.elf *.492 *.492c *.map ../lv1/src/*.o ../debug/src/*.o ../lv2/src/*.o

490:
Expand Down

0 comments on commit 501a9fc

Please sign in to comment.