Commit Graph

675 Commits

Author SHA1 Message Date
red-prig
7e2c7143e3 Splay backport 2023-09-22 00:00:54 +03:00
Pavel
15bd8e6d37
Update README.md 2023-08-15 21:18:45 +03:00
red-prig
b2d4c43379 Ignore M0 on VINTRP 2023-07-30 22:31:24 +03:00
Pavel
d6eef26c85 Fix boosty icon 2023-07-11 15:58:32 +03:00
red-prig
441da1d040 + 2023-06-21 15:38:33 +03:00
red-prig
74dc091e83 try fix 2023-06-19 21:21:55 +03:00
red-prig
176d715d34 + 2023-06-19 20:56:36 +03:00
red-prig
0511675791 pad interface refractored 2023-06-19 20:52:25 +03:00
red-prig
a30de1b295 clear old code 2023-06-18 21:24:58 +03:00
Addy2004
929e72b83a
SDL2 Input Implementation (#131)
* initial SDL2 input stub restored

only light button presses, bumpers, d-pad works
axis, triggers, haptics and long presses haven't been implemented yet

* fixed bumpers, buttons and hats

cross, circle, square, triangle,
L1, R1, L3, R3 and D-PAD
should now work well

* axes and triggers support added

Left and Right stick should now work along with L2 and R2

* minor oopsie daisy

fixed dpad down button

* +

controller info console output added
+
led set to pink (for goofy reasons)

* Clipped headers from "SDL2-for-Pascal"

* sdl2 made dynamically loadable

* xinput made dynamically loadable

* Detached headers

* sce_pad_interface prototype

* +

* keyboard/mouse interface

* touchpad

* +

* xinput interface

* add LightBar interface

* SDL_PollEvent

* select_pad_interface

* select_led_color

* +

---------

Co-authored-by: red-prig <vdpasha@mail.ru>
2023-06-18 21:11:25 +03:00
red-prig
d39bc5d685 Update declaration 2023-06-15 23:57:43 +03:00
Pavel
d0fd45eb63 Fix sceKernelGetModuleInfo2 2023-06-06 13:23:58 +03:00
Pavel
408f8e5429 VOP3a?263 2023-06-06 10:27:44 +03:00
Pavel
80474a8cb6 Public to libkernel_module_info 2023-06-06 10:01:21 +03:00
red-prig
6f2637c07b sceKernelGetModuleInfo2/sceKernelGetModuleList2/sceKernelGetModuleListInternal 2023-06-05 21:49:05 +03:00
Pavel
1a0378f935 VOP3b?297 2023-06-01 15:58:30 +03:00
Pavel
0728ca3242 Updated symbols
Updated symbols from https://github.com/zecoxao/sce_symbols
2023-05-30 10:46:17 +03:00
Pavel
24e4ad1a38 sceSystemServiceEnableSuspendNotification/sceSystemServiceDisableSuspendNotification 2023-04-30 23:06:02 +03:00
stonedDiscord
b1589191ac
remoteplay prohibition (#121) 2023-04-25 16:53:17 +03:00
red-prig
c2a42658d5 SOP2?34/ASHR fix 2023-04-16 17:12:10 +03:00
red-prig
110109bac4 sceKernelClockGetres 2023-04-14 22:16:29 +03:00
red-prig
73410f9fe6 Minor recompiler optimization 2023-04-14 22:16:02 +03:00
red-prig
9ffe22f2eb Bugfix window minimization 2023-04-09 15:35:15 +03:00
red-prig
3dfcab813e VOP1?43/bugfixes 2023-04-05 18:23:38 +03:00
kaitlyn~
feacf7be06
Random stubs for HMD & login functions (#111)
* Random stubs for HMD & login functions

* add params stub

---------

Co-authored-by: red-prig <vdpasha@mail.ru>
2023-04-01 16:37:23 +03:00
red-prig
5500113151 sceNetRecvfrom 2023-03-31 22:54:14 +03:00
red-prig
7b5bc68366 _ioctl 2023-03-31 22:18:29 +03:00
red-prig
7adf907770 Fix 2 2023-03-31 22:12:35 +03:00
red-prig
31840da2dd Fix sceVideoRecordingSetInfo 2023-03-31 21:57:47 +03:00
red-prig
2b12d862b9 Need_sceLibc 2023-03-31 21:57:14 +03:00
red-prig
6e5a849f61 sceAppContentGetEntitlementKey 2023-03-23 18:41:03 +03:00
Kagamma
def590ce0e
sceNpTusCreateNpTitleCtx (#105) 2023-03-14 18:54:09 +03:00
Pavel
b214aee42f Exponential backoff strategy for gfx thread 2023-03-14 15:45:33 +03:00
Pavel
711bc11b47 revert 2023-03-13 16:37:52 +03:00
red-prig
fef3d27572 + 2023-03-12 17:01:30 +03:00
Kagamma
d9d8eef529
Mount "sys" folder (#104) 2023-03-12 17:05:58 +03:00
red-prig
029a2935c1 mount "mnt" folder 2023-03-11 22:48:41 +03:00
Kagamma
151c067bac
Fix sceNpGetAccountDateOfBirth (#103) 2023-03-11 17:40:37 +03:00
Kagamma
6b9d3965c2
sceNpCreateEventFlag + _ZN3sce2np6ObjectnwEmR14SceNpAllocator + sceNpGetAccountDateOfBirth (#102)
* sceNpCreateEventFlag

* _ZN3sce2np6ObjectnwEmR14SceNpAllocator

* Minor

* Minor

* Minor

* sceNpGetAccountDateOfBirth

* fix wrong declared sceNpCreateEventFlag

* fix SceNpAllocator

---------

Co-authored-by: red-prig <vdpasha@mail.ru>
2023-03-11 16:52:48 +03:00
Kagamma
865d4d6c97
Minor avplayer optimization (#101)
* Check for file size instead to determine if we need to update cache or not

* Reduce amount of alloc/free/move data around

* Embed file size into cache fmv name
2023-03-11 15:40:45 +03:00
Kagamma
af25023e5d
Cache fmv files (#100)
* Cache fmv files

* Minor
2023-03-10 20:50:35 +03:00
Kagamma
72a39fe4e7
sceNpHeapInit + sceNpAuthCreateRequest + sceHttpAbortRequest (#99)
* sceNpAuthCreateRequest + sceHttpAbortRequest

* Minor

* sceNpHeapInit

* +

---------

Co-authored-by: red-prig <vdpasha@mail.ru>
2023-03-10 20:08:30 +03:00
Pavel
bd292df809 sceKernelGetSystemSwVersion 2023-03-10 16:17:22 +03:00
Pavel
de0cc4bb52 print game info 2023-03-10 12:33:33 +03:00
Pavel
e0db966865 + 2023-03-10 11:49:04 +03:00
Kagamma
7ec7187db0
sceNpLwMutexInit + sceNpLwMutexLock + sceNpLwMutexUnlock + sceNpLwMutexTryLock + sceNpLwMutexDestroy (#98)
* sceNpLwMutexXxx

* Fix sceNpMutexLock
2023-03-09 19:07:02 +03:00
Kagamma
5c5d9d418a
sceNpMutexInit + sceNpMutexLock + sceNpMutexUnlock + sceNpMutexTryLock + sceNpMutexDestroy (#97)
* sceNpMutexInit

* sceNpMutexLock

* sceNpMutexUnlock

* sceNpMutexTryLock

* sceNpMutexDestroy
2023-03-09 16:32:24 +03:00
Pavel
35e26766f0 sceKernelTruncate/truncate 2023-03-09 10:15:15 +03:00
red-prig
8c6a8b5313 MIMG?14/MIMG bugfixes/image bugfixes 2023-03-08 21:18:04 +03:00
red-prig
a87a564809 sceSystemServiceReceiveEvent 2023-03-08 00:11:04 +03:00