Commit Graph

355 Commits

Author SHA1 Message Date
Wouter Wijsman
2e2e6bd5bb Fix error with create_pbp_file 2024-10-31 21:58:18 +01:00
Francisco Javier Trujillo Mata
4e67dcf03e Merge pull request #245 from pspdev/improve-output-create-pbp-file
Improve output of create_pbp_file command to specify target
2024-10-31 11:26:17 +01:00
Wouter Wijsman
2a3129cdb8 Fix target in creating directory 2024-10-31 11:20:26 +01:00
Wouter Wijsman
47eb5db43b Merge pull request #244 from pspdev/set-eboot-output-directory
Add support for setting the output directory to create_pbp_file macro
2024-10-31 11:13:41 +01:00
Wouter Wijsman
6544b80356 Only create output directory if it was set 2024-10-31 10:57:00 +01:00
Wouter Wijsman
7a57149eff Improve output of create_pbp_file command to specify target
Right now it's a bit of a mess when running builds in parallel.
2024-10-31 10:42:48 +01:00
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
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
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
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
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
Jon Daniel
dcc8e8c0c8 use $<TARGET_FILE_DIR> for RUNTIME_OUTPUT_DIRECTORY 2024-09-07 13:31:28 +02:00
Jon Daniel
be0b648a47 add RUNTIME_OUTPUT_DIRECTORY to CreatePBP.cmake 2024-09-06 19:46:29 +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
f2d349aa2d Improve logic for avoiding prof.c to be compiled with -pg 2024-08-24 13:00:42 +02:00
Francisco Javier Trujillo Mata
bffb51b4a1 Fix return value for sceGuSendList 2024-08-19 14:30:03 +02:00
Francisco Javier Trujillo Mata
0f124ac986 Use texture int for TextFlush 2024-08-18 19:30:42 +02:00
Francisco Javier Trujillo Mata
c75a9c89dc Clean up some methods 2024-08-18 13:51:46 +02:00
Francisco Javier Trujillo Mata
a04e1a79ae Use the same GU Init as official doc 2024-08-09 16:53:20 +02:00
Francisco Javier Trujillo Mata
191880f973 Improving SCE GU readability 2024-08-09 08:25:54 +02:00
Francisco Javier Trujillo Mata
ba03bb5581 Improve exit flow 2024-07-18 09:57:28 +02:00
Wouter Wijsman
76bae20779 Add guGetDisplayState function to libgu
This function allows users to get if the display is turned on in libgu.
This can be useful for libraries like SDL, which want a way to check if
it is before trying to display the on-screen keyboard or a native
message dialog, since those do not work before libgu has been fully
initialized.
2024-07-15 12:30:24 +02:00
Wouter Wijsman
ff07d84723 Add gu in front of vram functions 2024-07-14 17:01:20 +02:00
Francisco Javier Trujillo Mata
ea9d5cf9cd Make prof to work in a transparent way 2024-07-14 15:33:55 +02:00
Wouter Wijsman
7b39035744 Remove incorrect part of a comment in pspgu.h 2024-07-12 21:12:37 +02:00
Diamond Rivero
c9fe9af01e fix dmac automake assignments 2024-07-12 21:07:08 +08:00
Wouter Wijsman
0e89eea634 Improve wording in documentation for getStaticVramTexture 2024-07-12 13:33:38 +02:00
Wouter Wijsman
e6e2d6e56e Fix gu examples with vram.o still in the Makefile 2024-07-12 13:31:46 +02:00
Wouter Wijsman
fa2f8a36ab Update samples to use internal vram functions 2024-07-12 13:26:44 +02:00
Wouter Wijsman
cf3894d3e5 Add getStaticVramBuffer getStaticVramTexture 2024-07-12 13:22:13 +02:00
Wouter Wijsman
2308834701 Fix documentation mistakes
While trying to work with the docs I found 2 places with incorrect
information.
2024-07-11 19:48:31 +02:00
Kathrin De Cecco
051ff5dcd8 Add MUSIC_PATH option to CreatePBP.cmake 2024-07-03 15:00:56 +02:00
diamant3
5292e311b6 simplify file/dir exist check 2024-06-16 13:34:01 +08:00
diamant3
070f1cdab1 use psp specific functions 2024-06-15 17:20:07 +08:00
diamant3
14f61b44d0 unnecessary check 2024-06-15 15:06:19 +08:00
diamant3
9f22620808 handle some errno 2024-06-15 13:39:35 +08:00
diamant3
846707bed0 add realpath 2024-06-13 21:06:13 +08:00
Wouter Wijsman
79afe7acd9 Make pspUtilityDialogCommon doc strings fit the member
Currently in the documentation which comment is attached to which member
in the pspUtilityDialogCommon struct is wrong. Size does not have a
description and all others mismatch. This commit fixes that. See the
current state here: http://pspdev.github.io/pspsdk/structpspUtilityDialogCommon.html
2024-05-30 18:56:03 +02:00
Francisco Javier Trujillo Mata
b07d7a194c Add sockaddr_storage 2024-05-26 19:01:57 +02:00
Siddharth Singh
cba9b99fd2 Merge branch 'master' into patch-2 2024-05-19 04:17:35 +05:30