Megamouse
|
363a4dbdef
|
Fix warning: dangling pointer (construct string_view from temporary string)
|
2024-06-27 03:21:35 +03:00 |
|
Megamouse
|
e635abe552
|
Fix warning: std::move of const variables
|
2024-06-27 03:21:35 +03:00 |
|
RipleyTom
|
feff2ba09e
|
Fix race in sys_net select and poll
|
2024-06-14 10:52:34 +03:00 |
|
Elad Ashkenazi
|
caf81f1367
|
LV2: Race condition fixup
|
2024-06-12 12:41:15 +03:00 |
|
Elad Ashkenazi
|
f58b418b7d
|
LV2: Optimization for timeout
|
2024-06-12 11:31:56 +03:00 |
|
Elad Ashkenazi
|
cec976b70a
|
Minor fix of sys_lwmutex_destroy
|
2024-06-12 11:31:56 +03:00 |
|
Elad Ashkenazi
|
1e5f6ba39c
|
Fix sys_lwmutex_lock for SYS_SYNC_RETRY
|
2024-06-12 11:31:56 +03:00 |
|
brian218
|
c73302f715
|
sys_ppu_thread: Fixed up sys_ppu_thread_join()'s check for detached threads
sys_game: Corrected sys_game_set_system_sw_version()'s error code
|
2024-06-10 07:44:49 +03:00 |
|
Elad Ashkenazi
|
4e8e5a7fed
|
PPU Debug: Dump decrypted PRX
|
2024-06-08 14:09:37 +03:00 |
|
Sanjay Govind
|
d9ec33f51e
|
USB: If a Santroller device is in use elsewhere, don't send it commands (#15655)
|
2024-06-04 01:17:33 +02:00 |
|
trigger
|
ba29a37871
|
sys_net: properly return error in sendto
|
2024-06-03 04:31:45 +03:00 |
|
Eladash
|
71dd22a55d
|
SPU LLVM: Avoid notifications in cellSync SPU functions
Identify them using their unique error codes.
|
2024-05-21 16:37:54 +03:00 |
|
Elad Ashkenazi
|
164c3fa9cb
|
sys_tty: Reduce thread dump log spam
Some games just log random errors.
|
2024-05-21 14:19:12 +03:00 |
|
Megamouse
|
dfee5b9a6c
|
threads: replace magic number id_type with thread_class
|
2024-05-18 16:16:08 +02:00 |
|
Florin9doi
|
db89c1d8b8
|
USB: Add GunCon 3 config window
|
2024-05-17 08:58:14 +02:00 |
|
Eladash
|
2243e22630
|
sys_fs: Fix race in file stream API
|
2024-05-14 19:36:48 +03:00 |
|
Florin9doi
|
0e3fd6a582
|
Remove duplicated code for USB connection/disconnection
|
2024-05-14 09:05:03 +02:00 |
|
Florin9doi
|
d1b4d4b599
|
Remove the redundant config for GunCon3
|
2024-05-14 09:05:03 +02:00 |
|
Florin9doi
|
65455b454e
|
Hotplug support for emulated devices
|
2024-05-14 09:05:03 +02:00 |
|
RipleyTom
|
a50683d6ca
|
sys_net improvements (#15584)
Also remove redundant ensures
|
2024-05-13 05:35:08 +03:00 |
|
Florin9doi
|
7ac097255e
|
USB: Disconnect the virtual device only for TRANSFER_NO_DEVICE error
Resolve: #15565
|
2024-05-10 06:56:02 +03:00 |
|
RipleyTom
|
b7a882f42b
|
Split normal sockets and p2p sockets handling v2
|
2024-05-08 20:04:23 +03:00 |
|
Megamouse
|
9f90ca1b48
|
Rename enum values to be more precise
|
2024-05-05 01:38:54 +02:00 |
|
Megamouse
|
e164d462b4
|
cellVideoOut: support interlaced scan modes
|
2024-05-05 01:38:54 +02:00 |
|
Florin9doi
|
f1ef3bdcd7
|
USB: Allow UsbPspCm passthrough
|
2024-05-02 10:12:38 +03:00 |
|
Florin9doi
|
d3f9ae4868
|
USB: GunCon 3 emulation
|
2024-05-01 09:52:30 +02:00 |
|
Florin9doi
|
debeafa36b
|
USB: Update GameTablet
- Allows to use rawinput handler
- Use a struct to access the input data
|
2024-05-01 09:52:30 +02:00 |
|
Ani
|
39e946630d
|
syscall: Register syscall 149 sys_time_get_system_time
|
2024-04-29 10:25:21 -07:00 |
|
capriots
|
36abdd7114
|
sys_time: review fixes
|
2024-04-27 13:33:09 +02:00 |
|
capriots
|
79f54771b5
|
cellRtc: set to HLE by default
|
2024-04-27 13:33:09 +02:00 |
|
capriots
|
56692e23f5
|
lv2: stub sys_time syscalls, add error code to sys_ss
|
2024-04-27 13:33:09 +02:00 |
|
RipleyTom
|
b38ce9452d
|
Revert "Split normal sockets and p2p sockets handling"
This reverts commit 08c3a38b67.
|
2024-04-27 10:45:14 +02:00 |
|
RipleyTom
|
6fc7fa3b13
|
Logging improvements
|
2024-04-27 00:12:14 +02:00 |
|
RipleyTom
|
08c3a38b67
|
Split normal sockets and p2p sockets handling
|
2024-04-24 14:15:17 +03:00 |
|
Florin9doi
|
463826bf13
|
uDraw emulation
|
2024-04-18 09:39:02 +02:00 |
|
Megamouse
|
2f53d58cd9
|
fix some warnings
|
2024-04-15 19:28:28 +02:00 |
|
Megamouse
|
7f3ad4fc2c
|
lv2_socket: reset queue after move
|
2024-04-05 19:41:41 +02:00 |
|
Elad Ashkenazi
|
3dc1dfa4a2
|
Fix typo in lv2_socket_native
|
2024-04-04 22:47:01 +02:00 |
|
Eladash
|
8effbf7e4d
|
Savestates/Network: Feign connection failure on startup
|
2024-04-04 17:28:46 +03:00 |
|
Eladash
|
f0abb4473e
|
PPU LLVM: Fix memory leak on precompilation
|
2024-03-30 21:58:26 +03:00 |
|
Eladash
|
41f05f6864
|
LV2: Silence logging of semaphore
|
2024-03-28 16:24:47 +02:00 |
|
Eladash
|
2f579311b8
|
LV2: Silence logging of mutex and cond syscalls
|
2024-03-28 16:24:47 +02:00 |
|
Megamouse
|
bbb4c109d7
|
audio: allow to choose channel layouts
|
2024-03-28 07:17:26 +01:00 |
|
Eladash
|
2023057fbb
|
Savestates: Reduce logging
|
2024-03-27 19:59:22 +02:00 |
|
Eladash
|
68349e48cd
|
Savestates: Save PPU running order
|
2024-03-26 21:35:53 +02:00 |
|
Eladash
|
4dff8b16f1
|
Silence logging of cellScreenShot
|
2024-03-26 21:35:53 +02:00 |
|
Elad.Ash
|
4cfdb71d3a
|
LV2: Longer thread creation delay for low prio threads
|
2024-03-09 23:37:35 +02:00 |
|
Eladash
|
8e15de5c83
|
sys_tty: Try to avoid logging single newlines to log
|
2024-03-07 14:31:41 +02:00 |
|
Eladash
|
f40602cc59
|
cellGame: Fix PPU deadlocks on concurrent execution
|
2024-03-06 09:45:37 +02:00 |
|
InvoxiPlayGames
|
eecfbf3fa6
|
add Wii Harmonix instruments to whitelist
|
2024-03-01 19:07:02 +01:00 |
|