File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/samples/debug/debugkb Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Compile Examples
3333 run : |
34- cd src/samples && make -f Makefile.samples
34+ cd src/samples && make -f Makefile.samples -j $(getconf _NPROCESSORS_ONLN)
3535
3636 - name : Compress Samples folder folder
3737 run : |
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ make clean
1919make -j $( getconf _NPROCESSORS_ONLN)
2020
2121# # Install pspsdk
22- make install
22+ make install -j $( getconf _NPROCESSORS_ONLN )
2323
2424# # gcc needs to include libcglue libpthreadglue libpspprof libpsputility libpsprtc libpspnet_inet libpspnet_resolver libpspsdk libpspmodinfo libpspuser libpspkernel
2525# # from pspsdk to be able to build executables, because they are part of the standard libraries
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER | THREAD_ATTR_VFPU);
3030#define setBackColor pspDebugScreenSetBackColor
3131
3232/* Exit callback */
33- int exit_callback ()
33+ int exit_callback (int count , int arg , void * argp )
3434{
3535 sceKernelExitGame ();
3636
You can’t perform that action at this time.
0 commit comments