psucien
d69779f291
things prettified
2024-06-27 15:47:18 +02:00
psucien
0dfb003aca
libraries: gnmdriver: complete HW stat init functions
2024-06-27 13:36:55 +02:00
georgemoralis
1bf2e69c97
clang format fixes
2024-06-26 20:32:08 +03:00
IndecisiveTurtle
c5f2368e52
kernel: Const correctness
2024-06-26 18:24:06 +03:00
IndecisiveTurtle
e705b58db7
kernel: Fix pread and pwrite
2024-06-26 18:09:58 +03:00
IndecisiveTurtle
8a1f9d1dd4
linker: More null check
2024-06-26 18:05:31 +03:00
IndecisiveTurtle
674db5e4d2
kernel: Rework semaphore implementation
2024-06-26 17:57:18 +03:00
IndecisiveTurtle
f489ecde86
kernel: Cleanup filesystem code
2024-06-26 17:54:36 +03:00
psucien
681ce9a1ff
Merge pull request #215 from shadps4-emu/miscFixAgain
...
Misc fixes (mostly LLE)
2024-06-26 14:15:07 +02:00
georgemoralis
dd0638572f
missed from previous commit
2024-06-26 14:57:18 +03:00
georgemoralis
ffa6c7e2fd
added sceKernelGetFsSandboxRandomWord and dummy posix_connect
2024-06-26 14:56:41 +03:00
georgemoralis
1c5b77503c
sceAudioOutGetPortState added
2024-06-26 14:48:32 +03:00
georgemoralis
d7bbfbd629
load existing lle modules from sys_module folder
2024-06-26 14:43:01 +03:00
Alexandre Bouvier
aae827786d
fix system include paths
2024-06-25 18:17:16 +02:00
georgemoralis
f880e701d4
Merge pull request #213 from shadps4-emu/hle/trophies
...
A better stub for trophies
2024-06-25 18:38:35 +03:00
psucien
b77224435a
fix for Linux build
2024-06-25 17:14:12 +02:00
georgemoralis
a58bd0fe19
Merge pull request #214 from shadps4-emu/miscFixes
...
Misc fixes
2024-06-25 17:55:57 +03:00
psucien
71f66bb94b
kernel: thread_management: silence compilation warning
2024-06-25 09:56:19 +02:00
psucien
523f1e1b15
libraries: trophy: a better stubs implementation
2024-06-25 09:43:26 +02:00
psucien
7ad9d4a0d3
common: Common
namespace for the slot vector container
2024-06-25 09:31:32 +02:00
psucien
117f859021
libraries: gnm_driver: added sceGnmDrawIndexIndirect
and sceGnmDrawIndirect
2024-06-24 22:53:59 +02:00
psucien
25ab44d64e
libraries: gnm_driver: added sceGnmSetEmbeddedPsShader
2024-06-24 14:51:17 +02:00
georgemoralis
8b7dff7141
re-fix
2024-06-24 13:46:45 +03:00
georgemoralis
3a9734a551
insure we reset padData
2024-06-24 13:41:18 +03:00
georgemoralis
1d0262da24
missing touchpad reset in scePadReadState
2024-06-24 13:26:18 +03:00
georgemoralis
9a129480a0
added sceKernelPwrite
2024-06-24 13:25:50 +03:00
psucien
e6e3aa0080
Initial instancing and asynchronous compute queues ( #207 )
...
* gnm_driver: added `sceGnmRegisterOwner` and `sceGnmRegisterResource`
* video_out: `sceVideoOutGetDeviceCapabilityInfo` for sdk runtime
* gnm_driver: correct vqid index range
* amdgpu: indirect buffer, release mem and some additional irq modes
* amdgpu: added ASC commands processor
* shader_recompiler: added support for fetch instance id
* amdgpu: classic bitfields for T# representation (debugging experience)
* renderer_vulkan: skip zero sized VBs from binding
* texture_cache: image upload logic moved into `Image` object
* gnm_driver: `sceGnmDingDong` implementation
* texture_cache: `Image` usage flags moved; correct VO buffer pitch
2024-06-22 19:50:20 +03:00
georgemoralis
7b4964dadd
more clang format fix (final)
2024-06-22 18:17:40 +03:00
georgemoralis
1c5b3a8d1a
clang fix
2024-06-22 18:12:04 +03:00
IndecisiveTurtle
f830b08b3f
linker: Set rela bits for all symbol types
2024-06-22 18:09:04 +03:00
IndecisiveTurtle
ca6bf44589
kernel: Add noreturn
2024-06-22 18:09:04 +03:00
IndecisiveTurtle
9844aaaec2
kernel: Add scePthreadExit
2024-06-22 18:09:04 +03:00
IndecisiveTurtle
e325574909
linker: Fix TLS for dynamic modules
...
* Technically not fully accurate but it works. TlsGetAddr should handle dynamic allocation of TLS blocks
2024-06-22 18:09:04 +03:00
IndecisiveTurtle
28f2de3e41
kernel: Implement some functions
2024-06-22 18:09:03 +03:00
IndecisiveTurtle
b6fbf02849
kernel: Make sceKernelUsleep interruptible
2024-06-22 18:09:03 +03:00
georgemoralis
08d31edb45
added missing buttons and analog buttons to keyboard
2024-06-21 14:37:49 +03:00
georgemoralis
c8a736c7c6
fixed stupid directory iterator issue
2024-06-20 22:29:08 +03:00
georgemoralis
e09392291a
better dirents
2024-06-20 21:13:17 +03:00
georgemoralis
f170c61229
initial dents support
2024-06-20 18:09:40 +03:00
georgemoralis
d81ef0dd9f
posix_pthread_yield , scePadGetHandle
2024-06-20 17:10:14 +03:00
georgemoralis
ba1f459a23
partially added analog controls
2024-06-17 12:52:25 +03:00
georgemoralis
78204fce27
fixes to the old pad code
2024-06-17 09:02:06 +03:00
georgemoralis
7ebe9380e2
clang fix
2024-06-17 09:02:06 +03:00
georgemoralis
1e00fa5664
new pad module structured using modulegenerator , added common pad structures and function signatures
2024-06-17 09:02:06 +03:00
raziel1000
6516a3a12e
Missing sceKernelUuidCreate nid
2024-06-15 17:01:20 -06:00
TheTurtle
c725e18f01
core: Address a few more regressions ( #202 )
...
* tls: Actaully fix TLS on linux
* emulator: Remove nptoolkit
* Not quite supported yet, makes games misbehave
* kernel: Back to SCHED_OTHER
* kernel: Remove unused signal function
* address_space: Fix Unmap call on linux
* clang format
2024-06-16 01:50:07 +03:00
psucien
e5c27356f2
videoout: register buffers in texture cache at VO creation time
2024-06-15 23:24:33 +02:00
psucien
42af4aab41
video_core: shaders hash switched to one from binary header
2024-06-15 23:24:32 +02:00
psucien
95e3bd049c
tracy: added PthreadMutex markup
2024-06-15 23:20:14 +02:00
psucien
b8c57ddcf8
gnmdriver: fix for pm4 dump name in some erroneous cases
2024-06-15 23:20:14 +02:00