Commit Graph

376 Commits

Author SHA1 Message Date
Daniel 'dbeef' Zalega
df07a6fa69 Replaced TARGET_FILE_DIR + TARGET_FILE_NAME with TARGET_FILE 2024-05-09 22:57:09 +02:00
Daniel 'dbeef' Zalega
6e802c7cfa Support for customized OUTPUT_NAME of a given target in create_pbp_file macro 2024-05-09 00:09:43 +02:00
Diamond Rivero
54db1f04dd Merge pull request #198 from fjtrujy/fix_LockAPI
Fix lock api
2024-04-25 19:19:36 +08:00
Francisco Javier Trujillo Mata
781f4ac947 Fix warning 2024-04-21 00:21:16 +02:00
Francisco Javier Trujillo Mata
6537fada36 Fix lock API 2024-04-21 00:21:16 +02:00
Francisco Javier Trujillo Mata
3a3c439e6a Add extra information for attr in sceKernelCreateLwMutex 2024-04-21 00:21:14 +02:00
Wouter Wijsman
98c48fa2e5 Merge pull request #197 from pspdev/fix-broken-state
Fix broken state
2024-04-16 12:00:37 +02:00
Wouter Wijsman
265535a351 Revert "cmake/make: use -isystem for system libc headers"
This reverts commit 7c106675b3.
2024-04-16 09:20:58 +02:00
Wouter Wijsman
3da1b8e03a Revert "pspdev.cmake: don't use -isystem for C++, because CMake breaks include_next"
This reverts commit 26c756d7ca.
2024-04-16 09:20:53 +02:00
Francisco Javier Trujillo Mata
ae722cb5c1 Merge pull request #193 from fjtrujy/pthread_issue
Fix pthread issues
2024-04-06 01:46:42 +02:00
Francisco Javier Trujillo Mata
eef3421873 flix _times implementation 2024-04-03 23:56:44 +02:00
Francisco Javier Trujillo Mata
3615791863 Fix pthread priorities and timeout 2024-04-03 23:56:32 +02:00
Francisco Javier Trujillo Mata
5c6cc731e3 Fixing pthreadglue 2024-04-03 20:39:43 +02:00
Diamond Rivero
0fda058623 Merge pull request #192 from fjtrujy/fix_directory_iterator
Add F_SETFD cmd to _fcntl function
2024-04-02 15:12:54 +08:00
Francisco Javier Trujillo Mata
5627442396 Add F_SETFD cmd to _fcntl function 2024-04-01 22:46:21 +02:00
Diamond Rivero
8a0e199dd8 Merge pull request #191 from rofl0r/isystem
cmake/make: use -isystem for system libc headers
2024-04-01 18:13:40 +08:00
rofl0r
26c756d7ca pspdev.cmake: don't use -isystem for C++, because CMake breaks include_next
... by using -isystem instead of -I for all pkg-config-provided include dirs,
turning those effectively into system include dirs.
2024-04-01 09:58:52 +00:00
rofl0r
7c106675b3 cmake/make: use -isystem for system libc headers
using -isystem for the libc standard include directory is the only way
to make it the first candidate for #include <foo> path search, and to
suppress warnings when building 3rd party code including them.
2024-03-29 20:56:34 +00:00
Diamond Rivero
5ccc22c19f Merge pull request #189 from rofl0r/fw600
build.mak: default to firmware 6.0
2024-03-13 16:29:00 +08:00
rofl0r
fd52aecd82 pspdev.cmake: also default to FW 6.0 2024-03-13 06:39:00 +00:00
rofl0r
2b4e9493ab use -D_PSP_FW_VERSION=600 also for compiling the SDK 2024-03-12 19:41:52 +00:00
rofl0r
b9cbe7f1c3 build.mak: default to firmware 6.0
as discussed in #89, few structs have different layout depending on the
_PSP_FW_VERSION macro.

this makes a noticable (i.e. resulting in potential memory corruption)
difference only in few structs that are supposed to be used only by
kernel experts, but it makes it clear to non-experts that the struct
layouts they program for are the latest ones.

an expert trying to target an older firmware version, can still override
the macro on the commandline.

closes #89
2024-03-12 12:20:04 +00:00
Francisco Javier Trujillo Mata
636484057b Merge pull request #188 from fjtrujy/posixExec
Improve exec support
2024-03-12 11:45:22 +01:00
Francisco Javier Trujillo Mata
fc5e586bc8 Fix pipe compilaiton 2024-03-11 16:49:28 +01:00
Francisco Javier Trujillo Mata
0fa4eab7d2 Improve exec support 2024-03-11 16:45:15 +01:00
Wouter Wijsman
e6145eff29 Merge pull request #184 from rofl0r/no_pthread
allow pspsdk to be built without pthread-embedded
2024-03-10 11:07:35 +01:00
Wouter Wijsman
9d14347b13 Merge pull request #186 from pspdev/bucanero-patch-2
add a "Code of Conduct"
2024-03-09 20:37:48 +01:00
Damián Parrino
a8822d97c7 Update README.md 2024-03-09 13:49:51 -03:00
Damián Parrino
4cfe1d6dc2 Update README.md 2024-03-09 13:03:26 -03:00
Damián Parrino
c67b0f91e9 Update README.md 2024-03-09 12:53:26 -03:00
Wouter Wijsman
dacf618915 Merge pull request #185 from pspdev/bucanero-patch-1
Update README.md
2024-03-08 23:22:27 +01:00
Damián Parrino
781c918c01 Create CODE_OF_CONDUCT.md 2024-03-08 18:28:01 -03:00
Damián Parrino
fc606ed9f2 Update README.md 2024-03-08 12:10:43 -03:00
Damián Parrino
6524d48f23 Update README.md 2024-03-08 12:08:59 -03:00
rofl0r
5137c71815 allow pspsdk to be built without pthread-embedded
just like it used to work until 8a0ab6b.

closes #183
2024-03-08 06:51:32 +00:00
Wouter Wijsman
a411f3c996 Merge pull request #181 from Sokus/master
Refactor Controller Kernel Library documentation
2024-03-07 20:56:22 +01:00
Sokus
e736f3cfad Restore deleted info/examples in Controller Kernel Library 2024-03-07 16:56:43 +01:00
Sokus
2e71465c8f Fix indentation in samples/controller/basic 2024-03-07 16:54:58 +01:00
Sokus
125d360ec1 Refactor Controller Kernel Library documentation 2024-03-06 20:03:50 +01:00
Diamond Rivero
7e595e5256 Merge pull request #180 from bucanero/master
Fix Cmake build when setting VERSION
2024-02-26 21:03:30 +08:00
Damián Parrino
a6a35bbbab Update CreatePBP.cmake
fix problem when creating PARAM.SFO with APP_VER
2024-02-25 19:24:48 -03:00
Diamond Rivero
521e16b2e6 Merge pull request #179 from bucanero/master
CMake: Allow setting app version in PARAM.SFO
2024-02-18 07:32:01 +08:00
Damián Parrino
5458ff4b63 Update CreatePBP.cmake
Allow setting app version in PARAM.SFO
2024-02-17 12:18:46 -03:00
Wouter Wijsman
22f8dea7c3 Merge pull request #178 from bucanero/master
Update psputility_savedata.h
2024-02-17 15:21:06 +01:00
Damián Parrino
edf55a6cc9 Update psputility_savedata.h 2024-02-17 09:24:13 -03:00
Wouter Wijsman
6560b73777 Merge pull request #177 from bucanero/savedata-patch-1
Update psputility_savedata.h
2024-02-16 17:58:56 +01:00
Damián Parrino
a6fbd2db8c Update psputility_savedata.h
update unknown struct members
2024-02-15 10:59:58 -03:00
Damián Parrino
d453fb9bd5 Update psputility_savedata.h 2024-02-15 10:44:09 -03:00
Diamond Rivero
12dbc9ab95 Merge pull request #176 from Sokus/master
Refactor vertex data layout description for sceGuDrawArray
2024-02-13 10:19:24 +08:00
Sokus
fa9b2c7f25 Refactor vertex data layout description for sceGuDrawArray 2024-02-12 22:48:33 +01:00