Megamouse
a84c261ff3
cellRec: fix member reset between recordings
2023-11-23 21:19:31 +01:00
Megamouse
ff434f9d38
recording: cleanup audio config members
...
and fix some annyoing msvc warnings
2023-11-23 21:19:31 +01:00
Megamouse
49f910a56b
recording: improve pts accuracy and consistency
...
Also clean up some logging
2023-11-23 21:19:31 +01:00
Megamouse
90846013c2
cellRec: fix internal video frame ringbuffer pts
2023-11-23 21:19:31 +01:00
Megamouse
b2d9da0b4b
recording: Fix flush. We want to clear the whole queue...
2023-11-23 21:19:31 +01:00
Megamouse
3cec3b866d
cellRec: implement audio mixing
2023-11-23 21:19:31 +01:00
Megamouse
6ba204a259
recording: decrease log spam
2023-11-23 21:19:31 +01:00
Megamouse
51d0df97d3
cellRec: implement audio encoding (no mixing yet)
2023-11-23 21:19:31 +01:00
Megamouse
4c14290694
cellRec: Don't present frames/samples if external audio/video is used
2023-11-23 21:19:31 +01:00
Megamouse
5fa77b04ea
recording: remove unused duration member variable
2023-11-23 21:19:31 +01:00
Megamouse
dbbf318e1c
recording: fix warning
2023-11-23 21:19:31 +01:00
Megamouse
9e3763e6e5
recording: use av_interleaved_write_frame
2023-11-23 21:19:31 +01:00
Megamouse
42cd7df813
recording: fix default sample rate
2023-11-23 21:19:31 +01:00
Megamouse
64529cefa5
cellRec: use constant for block samples
2023-11-23 21:19:31 +01:00
Megamouse
70c35642a4
recording: initial audio recording
2023-11-23 21:19:31 +01:00
kd-11
ebf48800e6
rsx: Always enable ROP output rounding if shader precision is higher than low
...
- Hardware behavior is inconsistent so let's just emulate this when possible
2023-11-21 13:49:16 +03:00
kd-11
673660d362
gl: Fix static sampler bindings
...
- VS states come before FS mirrors
2023-11-21 13:49:16 +03:00
kd-11
ab8a12e211
rsx: Fix vertex input validation failure
...
- We switched from a allocate-per-draw-call to reusing the vertex input data. We need to make sure previous state does not affect validation results.
- Memcpy is too slow at this level of frequency, so just reset the attributes you're using before using them.
- Also changes the validation routine to only check attributes we're actually using.
2023-11-15 20:15:03 +03:00
DH
f3643aabf8
[rpcsx-os] simulate environment objects without vsh
2023-11-15 13:59:24 +03:00
DH
0a957b8785
[orbis-kernel] implement pipe kevents
2023-11-13 23:02:23 +03:00
DH
0f86008b9b
[orbis-kernel] reduced log spam
...
fixed rmdir
2023-11-13 21:38:21 +03:00
DH
d6a4d74d10
[orbis-kernel] ipmi: ignore kid destroy
2023-11-13 21:36:59 +03:00
DH
1a9b0ed0b5
[orbis-kernel] implement kevent proc filter
...
fix pipe deadlock
2023-11-13 21:36:25 +03:00
DH
5e9074d391
[rpcsx-os] vm: fix dead lock
...
implement shared memory preserving on fork
2023-11-13 21:33:28 +03:00
Vinicius Rangel
77efd03be8
[orbis-kenel] implement sys_kenv ( #60 )
2023-11-13 15:43:13 +03:00
DH
3a81827e9b
[orbis-kernel] fix sys_shm_unlink segv
2023-11-12 14:47:04 +03:00
Alexandre Bouvier
56ed80c35f
[rx] cmake: fix git detection ( #59 )
2023-11-12 14:07:46 +03:00
Etaash Mathamsetty
4a06ce665e
Fix CI build fail ( #58 )
2023-11-12 14:07:24 +03:00
DH
8e2be6908c
[amdgpu] bridge: avoid races
2023-11-12 01:34:08 +03:00
DH
9bf5336478
[rpcsx-gpu] hacks for gnm compositor
2023-11-12 01:29:14 +03:00
DH
b0166046be
[rpcsx-os] shm: implement unlink
2023-11-12 01:27:51 +03:00
DH
044c86dc3f
[orbis-kenel] implement sys_access
...
fix shm_unlink
2023-11-11 22:25:31 +03:00
DH
e9dfaf2573
[orbis-kernel] chroot bugfixes
...
reduce log spam
increase count of gcm buffers
2023-11-11 22:12:07 +03:00
DH
1f001101a4
[orbis-kernel] implement sys_is_in_sandbox, sys_sandbox_path, sys_randomized_path
2023-11-11 21:00:41 +03:00
DH
4a80f918fe
[orbis-kernel] stub sys_get_self_auth_info
2023-11-11 20:53:49 +03:00
DH
05b7861999
[orbis-kernel] implement sys_chdir & sys_chroot
2023-11-11 20:51:10 +03:00
DH
d814b2b741
[rpcsx-os] shm: convert error code
2023-11-11 20:31:12 +03:00
DH
9f30ad9d72
[rpcsx-os] iodev: stub s3da, gbase, devstat, devact
...
Add shm, aout1, aout2, da0x15.crypt
2023-11-11 20:27:01 +03:00
DH
dafbd2a0c5
[orbis-kernel] regmgr: stub more ids
2023-11-11 20:25:46 +03:00
DH
f5eda5ad6a
[orbis-kernel] sysctl: fix authinfo process
2023-11-11 20:23:12 +03:00
DH
efcc59605f
[rpcsx-os] fix system authinfo
2023-11-11 20:14:33 +03:00
DH
e328826ff4
[orbis-kernel] ipmi: stub try get message
2023-11-11 20:14:15 +03:00
DH
afc865cc69
[orbis-kernel] implement unlink, nmount/unmount nullfs
2023-11-11 17:52:27 +03:00
DH
5a7d4dee1e
[orbis-kernel] store auth info per process
2023-11-11 17:12:08 +03:00
DH
f7e8ce2164
[orbis-kernel] more efault checks
2023-11-11 17:03:54 +03:00
DH
a35021b17a
[orbis-kernel] implement sys_getppid
...
Fix sys_getpid
2023-11-11 17:02:15 +03:00
DH
07ea2f7c0c
[orbis-kernel] stub sys_fcntl
2023-11-11 17:01:54 +03:00
DH
c62c853814
[orbis-kernel] ipmi: implement more operations
...
Implement receive packet, connect, connect result, invoke sync method, get client pid, respond sync
2023-11-11 16:59:58 +03:00
DH
60c3077cd6
[orbis-kernel] rc: add cast utilities
2023-11-11 16:22:08 +03:00
DH
8e376c465e
[orbis-kernel] impi: implement create server/client/session
2023-11-11 02:55:00 +03:00