Commit Graph

6 Commits

Author SHA1 Message Date
Xavier Del Campo Romero ecfc7a127b Upgrade to version 0.7.1 2022-06-08 00:54:16 +02:00
Xavier Del Campo Romero d13246d52f psx.h: define root counter specs as macros
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.
2022-02-07 01:31:02 +01:00
Xavier Del Campo Romero ca52bfc045 Upgrade to version 0.7.0
Many breaking changes have been introduced by previous commits, so it
might be a good idea to do so.
2021-10-24 03:11:31 +02:00
Xavier Del Campo Romero cbd6cab28b Provide experimental (non-working) mouse support 2021-01-03 01:02:25 +01:00
Xavi Del Campo 78128c8058 Added PSX_PollPad_Fast_Ex() from psxsdk-20150729 fork
Also, added extern "C" on some header files. Some are still  missing.
2020-01-31 13:13:14 +01:00
Xavi Del Campo 7c24e9a9b0 Imported pristine psxsdk-20190410 from official repo 2020-01-31 10:32:23 +01:00