Commit Graph

287 Commits

Author SHA1 Message Date
Felix-Dev
e6773cc928 pspctrl.h: Fix link to PspCtrlButtons 2021-04-05 22:36:03 +02:00
Paul Sajna
939ffe27f4 Merge pull request #54 from Felix-Dev/patch-1
pspctrl.h: Add sceCtrlLatch API documentation
2021-04-05 13:03:58 -07:00
Felix-Dev
34773491be Fix typo and adjust button macros 2021-04-05 21:57:01 +02:00
Felix-Dev
2ad9c7655b pspctrl.h: Add SceCtrlLatch API documentation. 2021-04-05 21:53:48 +02:00
Paul Sajna
d019dbc7ec Merge pull request #51 from pspdev/fix_GetTachyonVersion_name
Fix GetTachyonVersion prefix
2021-03-25 21:09:20 -07:00
John Kelley
8595e112e1 Fix GetTachyonVersion prefix 2021-03-25 23:10:17 -04:00
Ben Slater
bdf459303c Merge pull request #50 from pspdev/fix-prxgen
Remove another obscure useless relocation type made by the new (psp-)gcc
2021-02-14 10:50:31 +11:00
Arthur Blot
8f797dcd3e Remove another obscure useless relocation type made by the new (psp-)gcc 2021-02-14 00:25:14 +01:00
Yoan Lecoq
7eac94f509 Fix pspDebugGetStackTrace() by using _etext as upper bound for ra 2021-01-11 19:27:26 +01:00
Florin9doi
d1e5220c92 Resolve a documentation error for sceUsbStop parameters
Signed-off-by: Florin9doi <Florin9doi@users.noreply.github.com>
2020-11-17 14:13:23 -08:00
mills32
0d3c974dd1 Add MIP Mapping Sample (#44)
* MIP Mapping sample

* Add files via upload

* MIP Mapping Sample

* Update mipmapping.c
2020-10-04 16:29:18 -07:00
wally4000
b80410f008 Merge pull request #41 from sajattack/fix-doxygen
Fix doxygen addgroup syntax
2020-10-04 11:21:17 +11:00
Paul Sajna
1f37590ef4 fix doxygen addgroup syntax 2020-10-03 13:02:09 -07:00
Paul Sajna
3de82931a6 Merge pull request #40 from pineapplemachine/add-missing-definitions
Add more definitions (Updated)
2020-10-03 10:40:28 -07:00
Sophie Kirschner
c1698f41b7 Add new dmac Makefule to configure.ac 2020-09-02 12:03:09 +03:00
Sophie Kirschner
d373d44872 Corrections to dmac makefile 2020-09-02 11:58:31 +03:00
Sophie Kirschner
a04a2708c6 Fix inconsistent whitespace in added definitions 2020-09-02 11:52:33 +03:00
Sophie Kirschner
6c59eaa5c7 Add psputility error code definitions
https://github.com/hrydgard/ppsspp/issues/13187#issuecomment-680941546
2020-09-02 11:46:23 +03:00
Sophie Kirschner
276d9e3ca6 Add sceKernelDeleteLwMutex and sceKernelGetModuleIdByAddress
d8334ba66f/Core/HLE/sceKernelModule.cpp (L2310)
6b6ecf4427/Core/HLE/sceKernelMutex.cpp (L95)
6b6ecf4427/Core/HLE/sceKernelMutex.cpp (L770)
2020-09-02 11:45:57 +03:00
Sophie Kirschner
1d1546d75e Add pspaudio error codes
http://uofw.github.io/uofw/audio_8h_source.html
2020-09-02 11:45:09 +03:00
Sophie Kirschner
87232db654 Add DMAC definitions 2020-09-02 11:44:38 +03:00
Carsten Teibes
30c8272ba3 Do not use a0 register in pspgum
Fixes some examples (see #26)

Reason is newlib's `memset()` clobbers the a0 register, meaning that `t`
points to garbage after the call.
2020-07-10 02:04:22 +02:00
Carsten Teibes
526d0423b4 Add missing header for MAXPATHLEN in newer newlib 2020-07-09 05:27:34 +02:00
Carsten Teibes
adb2dc1f12 Merge pull request #37 from pspdev/fixes
Cleanup some compiler warnings
2020-06-24 18:50:35 +02:00
Carsten Teibes
14c5b3f6ba Fix warning when exporting stubs 2020-06-24 18:02:19 +02:00
Carsten Teibes
3cfacc675d Fix duplicated stub functions 2020-06-23 00:20:51 +02:00
Carsten Teibes
4aa302f966 Merge pull request #38 from pspdev/ci
Add docker-based compilation actions
2020-06-22 23:59:57 +02:00
Carsten Teibes
d488d7a729 Add CI badge to README.md 2020-06-22 23:57:49 +02:00
Carsten Teibes
2734075909 Add docker-based compilation actions 2020-06-22 23:49:59 +02:00
Carsten Teibes
f8f252343c Cleanup some compiler warnings 2020-06-22 21:24:12 +02:00
Carsten Teibes
8ccb8fe870 Merge pull request #36 from pspdev/feature/doxygen-action
Generate doxygen documentation
2020-06-17 20:52:26 +02:00
Carsten Teibes
c526f5629c Mention dox in README 2020-06-17 20:49:39 +02:00
Carsten Teibes
e086878fae Generate doxygen documentation 2020-06-17 20:44:01 +02:00
Carsten Teibes
e0cdfa27b9 Merge pull request #35 from pspdev/cleanup
Big cleanup
2020-05-27 03:23:00 +02:00
Carsten Teibes
d88103a9be Fix/improve make distcheck 2020-05-16 05:23:12 +02:00
Carsten Teibes
95dbcb0461 Update Doxygen configuration 2020-05-16 03:49:59 +02:00
Carsten Teibes
6f8e67656e Silence build output
Do not pass CPPFLAGS twice
2020-05-16 02:58:04 +02:00
Carsten Teibes
e929326a3b Add .gitignore for generated files 2020-05-16 03:01:33 +02:00
Carsten Teibes
27667d500a Simplify and cleanup bootstrap script 2020-05-16 02:10:12 +02:00
Carsten Teibes
8c50361674 Modernize autotools usage (fix warnings) 2020-05-16 01:10:40 +02:00
Carsten Teibes
82fade4e35 Update Readme, convert to Markdown 2020-05-15 23:29:10 +02:00
Carsten Teibes
4fe21168fc Merge pull request #34 from overdrivenpotato/prxgen-relocation-order
psp-prxgen: Allow relocations before relocated section
2020-05-12 14:58:22 +02:00
Marko Mijalkovic
700632a9ee psp-prxgen: Allow relocations before relocated section
This commit scans through all sections first, before scanning for
relocation sections. Scanning relocations in a separate step allows
relocations to appear before the section they are relocating (valid with
ELF).
2020-05-08 16:32:48 -04:00
Carsten Teibes
7c6e46b487 Remove outdated svn ids, change url, fix permissions
Convert to unix line endings
2020-05-08 00:50:41 +02:00
Carsten Teibes
9e63c70dad Merge pull request #23 from Fighter19/Ident
Added functions to identify PSP Model
2020-04-20 19:30:40 +02:00
artart78
7fc9d5704e Merge pull request #25 from ticky/remove-no-crt0
Remove the `-mno-crt0` flag from build_prx.mak
2018-09-22 00:06:33 +02:00
Jessica Stokes
7cb699f0b8 Remove the -mno-crt0 flag from build_prx.mak
`-mno-crt0` does not exist in current versions of psp-gcc installed by the toolchain, and `-nostartfiles` appears to be equivalent.
2018-08-17 21:42:01 -07:00
Naomi Peori
300ec5c405 Updated my name and contact information. 2017-11-27 22:17:31 -04:00
Fighter19
024abb63f2 Added functions to identify PSP Model 2016-05-15 12:02:58 +02:00
artart78
0ec592ff2b Merge pull request #21 from nabilbendafi/master
Race condition during make install-data
2015-11-21 18:28:57 +09:00