Commit Graph

446 Commits

Author SHA1 Message Date
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
Diamond Rivero
8c3e79e765 show psp-pkg-config instead 2024-07-18 06:28:05 +08:00
Diamond Rivero
09115d9df3 improve README 2024-07-17 11:47:39 +08:00
Wouter Wijsman
9910639098 Merge pull request #220 from pspdev/add-get-display-state
Add guGetDisplayState function to libgu
2024-07-15 16:57:37 +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
7fb1360259 Merge pull request #219 from pspdev/rename-vram-functions
Add gu in front of vram functions
2024-07-15 08:45:18 +02:00
Wouter Wijsman
ff07d84723 Add gu in front of vram functions 2024-07-14 17:01:20 +02:00
Diamond Rivero
7d2ebc52dc Merge pull request #218 from fjtrujy/gprof
Make prof to work in a transparent way
2024-07-14 22:47:13 +08:00
Francisco Javier Trujillo Mata
ea9d5cf9cd Make prof to work in a transparent way 2024-07-14 15:33:55 +02:00
Diamond Rivero
8e122ce65b Merge pull request #217 from pspdev/small-doc-fix-vram
Remove incorrect part of a comment in pspgu.h
2024-07-13 06:32:10 +08:00
Wouter Wijsman
7b39035744 Remove incorrect part of a comment in pspgu.h 2024-07-12 21:12:37 +02:00
Diamond Rivero
1fa444ea76 Merge pull request #216 from diamant3/fix-dmac
fix dmac automake assignments
2024-07-12 21:37:14 +08:00
Diamond Rivero
c9fe9af01e fix dmac automake assignments 2024-07-12 21:07:08 +08:00
Wouter Wijsman
7f2149925c Merge pull request #215 from pspdev/add-vram-functions
Add vram functions
2024-07-12 13:58:43 +02: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
5f8da2bec6 Merge pull request #213 from pspdev/fix-some-docs
Fix documentation mistakes
2024-07-11 21:41:34 +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
Damián Parrino
3dbde191fc Merge pull request #212 from kathrindc/create-pbp-music 2024-07-04 13:51:35 -03:00
Kathrin De Cecco
051ff5dcd8 Add MUSIC_PATH option to CreatePBP.cmake 2024-07-03 15:00:56 +02:00
Wouter Wijsman
5549b54760 Merge pull request #211 from pspdev/no-build-backup
Do not add backup file with sed
2024-06-17 14:51:44 +02:00
Wouter Wijsman
4c9766f256 Do not add backup file with sed
At the moment it creates a build.txt= file. turns out busybox sed is a bit different.
2024-06-17 09:21:28 +02:00
Wouter Wijsman
8a697ac2de Merge pull request #210 from sharkwouter/master
Add build script and update build.txt
2024-06-16 13:32:34 +02:00
Wouter Wijsman
227a0f4d84 Use correct path for pspdev 2024-06-16 12:58:27 +02:00
Wouter Wijsman
5ec9a1b35a Make sure ownership is set for git repo 2024-06-16 12:56:45 +02:00
Wouter Wijsman
352a65af7e Execute git checkout after installing git 2024-06-16 12:54:57 +02:00
Wouter Wijsman
20a03ef15b Make sure bash is installed 2024-06-16 12:53:36 +02:00
Wouter Wijsman
7e4bdd22f9 Add build script and update build.txt 2024-06-16 12:47:30 +02:00
Ben
72ee639d75 Merge pull request #209 from diamant3/add-realpath
add `realpath()` function
2024-06-16 18:05:20 +10: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
Diamond Rivero
f6dd882a3b Merge pull request #208 from pspdev/only-build-latest
Do not push container on tag
2024-06-10 14:25:06 +08:00
Wouter Wijsman
cf5d486cc7 Do not push container on tag
We only really want to do this with the pspdev repo. Otherwise it makes no sense to do releases.
2024-06-09 16:36:49 +02:00
Wouter Wijsman
276da18e44 Merge pull request #207 from pspdev/fix-pspUtilityDialogCommon-doc
Make pspUtilityDialogCommon doc strings fit the member
2024-05-30 21:08:29 +02:00
Wouter Wijsman
33d44a4ec0 Merge pull request #206 from pspdev/update-gitignore
Update .gitignore to include elf, prx and eboots
2024-05-30 19:07:20 +02: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
Wouter Wijsman
12b144beb5 Merge branch 'master' into update-gitignore 2024-05-30 18:47:32 +02:00