summaryrefslogtreecommitdiff
path: root/libpsx/include/psx.h
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 0.7.1v0.7.1Xavier Del Campo Romero2022-06-081-3/+3
|
* psx.h: define root counter specs as macrosXavier Del Campo Romero2022-02-071-12/+8
| | | | | | | ISO C considers enumerators of int type, so any value larger than 0x7FFFFFFF is considered invalid on platforms where sizeof (int) == 4. A workaround for this limitation on the language is to use macros instead.
* Upgrade to version 0.7.0Xavier Del Campo Romero2021-10-241-3/+5
| | | | | Many breaking changes have been introduced by previous commits, so it might be a good idea to do so.
* Provide experimental (non-working) mouse supportXavier Del Campo Romero2021-01-031-0/+2
|
* Added PSX_PollPad_Fast_Ex() from psxsdk-20150729 forkXavi Del Campo2020-01-311-23/+35
| | | | Also, added extern "C" on some header files. Some are still missing.
* Imported pristine psxsdk-20190410 from official repoXavi Del Campo2020-01-311-0/+406