Commit Graph

637 Commits

Author SHA1 Message Date
Wouter Wijsman
64ea2da258 Add support for setting the output directory to create_pbp_file macro 2024-10-31 10:39:39 +01:00
Wouter Wijsman
3bdfee4297 Merge pull request #243 from pspdev/make-add-prx-module-into-function
Use function with easier input for generating PRX module files
2024-10-31 09:54:24 +01:00
Wouter Wijsman
7b0fb05c5d Use STREQUAL instead of MATCHES 2024-10-31 09:41:50 +01:00
Wouter Wijsman
380ca62c52 Add target to output of psp-build-exports command 2024-10-31 09:37:11 +01:00
Wouter Wijsman
d1ca1d6b5c Make sure psp-build-exports is actually run 2024-10-31 09:32:49 +01:00
Wouter Wijsman
388c583718 Improved output for calling prxgen and fixup imports 2024-10-31 09:32:17 +01:00
Wouter Wijsman
af86b6445d Use function with easier input for generating PRX module files 2024-10-31 08:56:55 +01:00
Francisco Javier Trujillo Mata
6638c67f71 Merge pull request #242 from pspdev/add-px-module-support-to-cmake
Add add_prx_module macro to psp-cmake
2024-10-30 23:55:35 +01:00
Wouter Wijsman
6571d6ba5a Add add_prx_module macro to psp-cmake 2024-10-30 23:25:16 +01:00
Francisco Javier Trujillo Mata
4a03c9076f Merge pull request #239 from radusalagean/master
Fix: Use sce_stat->st_mode in io_to_posix_mode (glue.c) so it can also work for files stored in ISOs
2024-10-24 08:31:25 +02:00
Diamond Rivero
5aeb5e8c14 Merge pull request #241 from pspdev/mipmapping-sample-build
Make sure gu/mipmapping sample is build in workflow
2024-10-24 07:04:59 +08:00
Wouter Wijsman
cc6515e0cd Make sure gu/mipmapping sample is build in workflow 2024-10-23 22:27:58 +02:00
Radu Salagean
3c8302eb59 Fix: Use sce_stat->st_mode in io_to_posix_mode (glue.c) so it can also work for files stored in ISOs 2024-10-23 20:12:23 +03:00
Wouter Wijsman
9bf58639cc Merge pull request #238 from sharkwouter/master
Display build date instead of unchanged version number
2024-10-11 14:51:38 +02:00
Wouter Wijsman
65b82e3742 Create version file in bootstrap
It is being used in the build process
2024-10-11 14:33:01 +02:00
Wouter Wijsman
e680457a60 Display build date instead of unchanged version number 2024-10-11 14:10:55 +02:00
Wouter Wijsman
cfc0e5f9e2 Merge pull request #237 from sblondon/display-controller-example-improvement
More readable pad values
2024-10-02 12:07:38 +02:00
Stéphane Blondon
22efd363db More readable pad values
When the SceCtrlData.Lx value changes, the length of the value can change (from 1 character to 3 characters) so the string for Ly moves to the right by one or two characters.
The SceCtrlData.Lx and Ly are `unsigned char` so the value are between 0 (one character length) and 255 (3 characters length).
It's more readable by fixing the size for the value to 3 characters wide so the string to Ly does not move.
2024-10-01 22:59:45 +02:00
Wouter Wijsman
d9aaa8771d Merge pull request #224 from tpimh/master
add gethostname implementation
2024-09-30 10:24:54 +02:00
Dima Pulkinen
1c84743f00 add gethostname implementation 2024-09-30 09:06:19 +03:00
Diamond Rivero
1a33b06ba3 Merge pull request #235 from sblondon/remove-old-README
remove old README file
2024-09-10 22:17:46 +08:00
Diamond Rivero
cd20945fea Merge pull request #233 from worduk/master
use $<TARGET_FILE_DIR> for RUNTIME_OUTPUT_DIRECTORY
2024-09-10 20:34:36 +08:00
Wouter Wijsman
d65c66ef0a Merge pull request #236 from sblondon/spellcheck-documentation
fix two minor typo errors
2024-09-10 09:05:28 +02:00
Stéphane Blondon
4bd74af8a7 fix two minor typo errors 2024-09-10 08:43:26 +02:00
Stéphane Blondon
2cc3c96fe7 remove old README file
README.old contains obsolete information (like svn repository) and has not been modified since 4 years.
2024-09-09 22:08:44 +02:00
Wouter Wijsman
752c185458 Merge pull request #234 from sblondon/fix-licence-link
fix the link to the licence
2024-09-09 11:40:36 +02:00
Stéphane Blondon
9d6aba1a19 fix the link to the licence
The link is properly rendered on github but not in the external documentation (https://pspdev.github.io/pspsdk/index.html).
2024-09-09 11:33:59 +02:00
Jon Daniel
dcc8e8c0c8 use $<TARGET_FILE_DIR> for RUNTIME_OUTPUT_DIRECTORY 2024-09-07 13:31:28 +02:00
Wouter Wijsman
efe0a9abbf Merge pull request #232 from worduk/master
add RUNTIME_OUTPUT_DIRECTORY to CreatePBP.cmake
2024-09-06 23:22:40 +02:00
Jon Daniel
be0b648a47 add RUNTIME_OUTPUT_DIRECTORY to CreatePBP.cmake 2024-09-06 19:46:29 +02:00
Francisco Javier Trujillo Mata
d1d5dcf05d Merge pull request #231 from fjtrujy/gprof_improvements
Some `gprof` improvements
2024-08-24 23:34:47 +02:00
Francisco Javier Trujillo Mata
8c477e9667 Adding gprof custom example 2024-08-24 23:26:06 +02:00
Francisco Javier Trujillo Mata
72c5c4ab25 Adding basic example 2024-08-24 23:26:06 +02:00
Francisco Javier Trujillo Mata
a033c3ad4e Allowing custom profiling sessions 2024-08-24 23:26:06 +02:00
Francisco Javier Trujillo Mata
ef6309ed44 Add parameter to allow compiling with gprof flags 2024-08-24 23:26:06 +02:00
Francisco Javier Trujillo Mata
f2d349aa2d Improve logic for avoiding prof.c to be compiled with -pg 2024-08-24 13:00:42 +02:00
Francisco Javier Trujillo Mata
62c71d2118 Merge pull request #230 from fjtrujy/improveGuSendList
Fix return value for `sceGuSendList`
2024-08-24 12:57:16 +02:00
Francisco Javier Trujillo Mata
bffb51b4a1 Fix return value for sceGuSendList 2024-08-19 14:30:03 +02:00
Francisco Javier Trujillo Mata
882795081e Merge pull request #229 from fjtrujy/guTexFlushImprovement
Use `sendCommandi` for TextFlush
2024-08-18 22:35:52 +02:00
Francisco Javier Trujillo Mata
0f124ac986 Use texture int for TextFlush 2024-08-18 19:30:42 +02:00
Francisco Javier Trujillo Mata
2e0804b0c1 Merge pull request #228 from fjtrujy/GUCleanUpMethods
Clean up some methods
2024-08-18 15:44:09 +02:00
Francisco Javier Trujillo Mata
c75a9c89dc Clean up some methods 2024-08-18 13:51:46 +02:00
Francisco Javier Trujillo Mata
7519d6db69 Merge pull request #226 from fjtrujy/improveSCEGUInit
Use the same GU Init as official doc
2024-08-12 19:03:56 +02:00
Francisco Javier Trujillo Mata
a04e1a79ae Use the same GU Init as official doc 2024-08-09 16:53:20 +02:00
Wouter Wijsman
0b50f4cebb Merge pull request #225 from fjtrujy/improve_gu
Improving SCE GU readability
2024-08-09 08:39:04 +02:00
Francisco Javier Trujillo Mata
191880f973 Improving SCE GU readability 2024-08-09 08:25:54 +02:00
Francisco Javier Trujillo Mata
ebae12f13f Merge pull request #222 from fjtrujy/improveExitFlow
Improve `exit` flow
2024-07-22 18:35:50 +02:00
Francisco Javier Trujillo Mata
ba03bb5581 Improve exit flow 2024-07-18 09:57:28 +02:00
Wouter Wijsman
4ba6075bbc Merge pull request #221 from diamant3/master
improve README
2024-07-18 00:48:35 +02:00
Diamond Rivero
cf048c122b revert to show psp-config only 2024-07-18 06:36:32 +08:00