JoseAaronLopezGarcia
71fb45a513
add missing stub
2025-12-20 21:46:27 +01:00
JoseAaronLopezGarcia
07fc196d5a
added missing stub
2025-12-20 21:43:11 +01:00
JoseAaronLopezGarcia
39e33de54a
add missing functions
2025-12-20 16:52:32 +01:00
JoseAaronLopezGarcia
34bd6e7b1b
add missing funcs
2025-12-20 16:44:28 +01:00
JoseAaronLopezGarcia
5a133d8e12
add missing functions
2025-12-20 16:00:32 +01:00
Wouter Wijsman
64b432d786
Merge pull request #335 from JoseAaronLopezGarcia/master
...
Add missing function in power header
2025-12-20 14:00:17 +01:00
JoseAaronLopezGarcia
f2d017f624
add missing power header
2025-12-19 18:19:53 +01:00
Wouter Wijsman
04823907a6
Merge pull request #333 from pspdev/additional-cmake-options
...
Allow the MEMSIZE value in the param.sfo file to be changed when using CMake
2025-11-25 20:43:12 +01:00
Wouter Wijsman
a6b7add914
Allow the MEMSIZE value in the param.sfo file to be changed
2025-11-25 18:26:11 +01:00
Wouter Wijsman
6c09d35439
Merge pull request #330 from sotpapathe/feature/pspaudiolib-getters
...
Add getters in pspaudiolib
2025-10-12 10:59:11 +02:00
Sotiris Papatheodorou
0e7752ff4f
Add getters in pspaudiolib
2025-10-01 13:36:19 +03:00
Wouter Wijsman
d46b2b237d
Merge pull request #329 from meetpatty/master
...
Fix CMake prx exports build issue for projects building multiple prx's.
2025-09-30 17:51:35 +03:00
meetpatty
1e6560db8f
Fix CMake prx exports build issue for projects building multiple prx's.
2025-09-29 12:47:33 +13:00
Wouter Wijsman
c84807b850
Merge pull request #328 from GrayJack/load-core
...
refactor: Update `SceModule` definition
2025-09-15 23:00:46 +02:00
Wouter Wijsman
787b593c08
Merge pull request #327 from JoseAaronLopezGarcia/master
...
add kermit header and stubs
2025-09-15 20:12:43 +02:00
GrayJack
bd7e8509b3
refactor: Move SceKernelThreadEntry to psptypes.h
...
Avoids type definition conflicts.
2025-09-09 05:47:45 -03:00
GrayJack
c4df37300e
refactor: Update SceModule definition
2025-09-09 05:21:43 -03:00
JoseAaronLopezGarcia
8660800f8c
renamed header
2025-09-07 14:52:00 +02:00
JoseAaronLopezGarcia
9ba2c9ec4e
improve header
2025-09-05 17:22:38 +02:00
JoseAaronLopezGarcia
6f541cfb8d
use weak imports
2025-09-05 16:13:57 +02:00
JoseAaronLopezGarcia
eaf85fb61c
fix config
2025-09-05 16:03:53 +02:00
JoseAaronLopezGarcia
bac379ba88
add kermit header and stubs
2025-09-05 15:53:40 +02:00
Wouter Wijsman
6ba471c7c3
Merge pull request #326 from Mahmoud1205/patch-1
...
fix mistake in documentation of sceGuTexMode
2025-08-29 14:18:25 +02:00
Mahmoud1205
dc71e3de4b
fix mistake in documentation of sceGuTexMode
...
sceGuTexMode documentation said that maxmips argument is the number of mips: which is incorrect. maxmips is the index of the maximum mip level used. And the documentation said that the range of this argument is 0-8 , which is incorrect also and the correct range is 0-7.
2025-08-29 15:10:05 +03:00
Wouter Wijsman
464c2dd011
Merge pull request #325 from fjtrujy/pixelMaskAdvanced
...
Improve `pixelMask` example and documentation
2025-08-20 12:52:38 +02:00
Francisco Javier Trujillo Mata
5943f71329
Improve pixelMask example and documentation
2025-08-17 19:11:48 +02:00
Francisco Javier Trujillo Mata
cfb7fc37c5
Merge pull request #324 from fjtrujy/pixelMaskExample
...
Adding `pixelMask` example
2025-08-14 20:18:12 +02:00
Francisco Javier Trujillo Mata
3611a51e85
Adding pixelMask example
2025-08-14 17:01:52 +02:00
Francisco Javier Trujillo Mata
96b6851d5a
Merge pull request #322 from fjtrujy/fix_scegu_init
...
Fixing missing function on the first start call
2025-08-13 22:48:42 +02:00
Francisco Javier Trujillo Mata
eb2f3969b3
Merge pull request #323 from fjtrujy/fix_sceGuDepthBufferAssertion
...
Fix pointer assertion in `sceGuDepthBuffer`
2025-08-13 22:48:17 +02:00
Francisco Javier Trujillo Mata
39f2c46b04
Fix pointer assertion
2025-08-13 19:01:20 +02:00
Francisco Javier Trujillo Mata
cae1806bcf
Fixing missing function on the first start call
2025-08-13 18:32:59 +02:00
Francisco Javier Trujillo Mata
b3f0fb5f50
Merge pull request #320 from fjtrujy/sceguDebug
...
Creating `libpspgud` library
2025-07-18 00:36:49 +02:00
Francisco Javier Trujillo Mata
b1bf44e88a
Adding assertions
...
- Adding assertions to each specific sceGu function
- Also adding printf for verbose output
2025-07-17 21:41:15 +02:00
Francisco Javier Trujillo Mata
541277ebcc
Creating libpspgud library
2025-07-13 13:18:23 +02:00
Francisco Javier Trujillo Mata
58c2b2a4a5
Merge pull request #319 from pspdev/fix-scissoring
...
Fix scissor causing graphical issues
2025-07-08 13:34:04 +02:00
Wouter Wijsman
6a32e2f325
Fix scissor causing graphical issues
2025-07-08 13:25:05 +02:00
Wouter Wijsman
c1debe88e3
Merge pull request #317 from RegularRabbit05/master
...
Add sceJpegDecodeMJpegYCbCr, sceJpegCsc and sceJpegGetOutputInfo
2025-07-06 21:42:23 +02:00
Wouter Wijsman
658d5bd5cf
Merge pull request #318 from davidgfnet/master
...
Check if we are in the git repo (or perhaps in a tarball)
2025-07-06 21:39:43 +02:00
David Guillen Fandos
3cec824246
Check if we are in the git repo (or perhaps in a tarball)
2025-07-06 10:28:22 +02:00
Reg
6dced23b25
More documentation for pspjpeg.h
2025-07-06 00:10:02 +02:00
Reg
e79471103b
added sceJpegGetOutputInfo
2025-07-04 21:10:49 +02:00
Reg
125772869a
sceJpegDecodeMJpegYCbCr signature
2025-07-04 19:34:10 +02:00
Reg
6b77137ab5
Add sceJpegDecodeMJpegYCbCr and sceJpegCsc to pspjpeg.h
2025-07-04 13:30:55 +02:00
Reg
0d2e9b6507
sceJpeg_67F0ED84 to sceJpegCsc
2025-07-04 13:09:26 +02:00
Wouter Wijsman
4ec0eef96f
Merge pull request #311 from veka0/blend-factor-improvements
...
Improve blending factors documentation
2025-07-04 00:16:21 +02:00
Wouter Wijsman
8a74665c16
Merge pull request #316 from veka0/sceGuLogicalOp-docs-improvement
...
Clarify sceGuLogicalOp documentation that color logic op can be used with blending
2025-07-04 00:13:27 +02:00
Wouter Wijsman
1e69b7c9cc
Merge pull request #313 from veka0/sceGuClutMode-docs-improvement
...
Clarify csa parameter in sceGuClutMode documentation
2025-07-03 20:04:58 +02:00
Veka0
a26915c69d
Clarify sceGuLogicalOp documentation
2025-07-03 13:47:57 +02:00
Veka0
50557e178d
Clarify csa parameter in sceGuClutMode documentation
2025-07-03 13:01:50 +02:00