Commit Graph

655 Commits

Author SHA1 Message Date
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
Veka0
273a9196eb Improve blending factors documentation 2025-07-03 12:13:17 +02:00
Wouter Wijsman
449be35679 Merge pull request #310 from santiago046/addprxmodule-fixes
CMake: Fix exports.exp not being found in add_prx_module
2025-07-02 11:50:17 +02:00
santiago046
ccc4bd65ed Update AddPrxModule.cmake
Fix "Could not open file exports.exp" when path is not absolute.
2025-07-01 21:11:58 -03:00
Francisco Javier Trujillo Mata
1e5d2f1198 Merge pull request #308 from fjtrujy/sample_30fps
Adding 30 FPS VSYNC sample
2025-07-01 16:25:44 +02:00
Francisco Javier Trujillo Mata
55e8d452da Adding example to makefile 2025-07-01 16:13:56 +02:00
Francisco Javier Trujillo Mata
88b8257126 Adding forcing 30 fps example 2025-07-01 16:13:56 +02:00
Wouter Wijsman
31b3734093 Merge pull request #307 from VoxelTek/master
Add support for animated .pmf file (ICON1.pmf)
2025-06-26 12:56:05 +02:00
VoxelTek
485d8d092a Add support for animated .pmf file 2025-06-24 18:45:37 +10:00
Francisco Javier Trujillo Mata
13d1faa406 Merge pull request #306 from fjtrujy/fix_sceguSignal
Improve `sceGuSignal` usage
2025-06-23 22:57:29 +02:00
Francisco Javier Trujillo Mata
ac445612d4 Some other SIGNAL usage improvement 2025-06-23 17:26:24 +02:00
Francisco Javier Trujillo Mata
b5c93d8598 Improve sceGuSignal usage 2025-06-23 17:26:20 +02:00
Francisco Javier Trujillo Mata
9f6f4c0c10 Merge pull request #305 from fjtrujy/improve_sceguclear
Improve `sceGuClear`
2025-06-13 10:58:11 +02:00