Eladash
103b2fe5fd
PPU/reservations: send thread notification only if data changed
2024-04-12 09:58:30 +03:00
Florin9doi
b6bfde6d64
Handle R16G16B16X16_FLOAT
...
Fix Super Hero Squad
2024-04-12 01:01:14 +03:00
capriots
1ec2752ed2
cellRtc: review + warning fixes
2024-04-11 22:09:00 +02:00
capriots
a5b6b2e9b5
cellRtc: tick conversion improvements
2024-04-11 22:09:00 +02:00
Eladash
f51b100a8c
SPU Analyzer: Do not terminate blocks on BRA
2024-04-09 06:26:03 +03:00
Megamouse
412db758e8
cellRtc: review fixes
2024-04-08 13:50:58 +02:00
Megamouse
f617f69be8
cellRtc: remove wrong duplicate pos++
...
This would have increased pos by one too many.
2024-04-08 13:50:58 +02:00
Megamouse
b81d278aee
cellRtc: implement Rfc3339 part of cellRtcParseDateTime
2024-04-08 13:50:58 +02:00
Megamouse
aee4bfa369
cellRtc: simplify some disassembly code
2024-04-08 13:50:58 +02:00
Megamouse
08837d2cd0
cellGame: add some more error checks
2024-04-05 23:36:37 +02:00
Megamouse
9a4c823366
cellCamera: fix config from_string
2024-04-05 20:22:45 +02:00
Megamouse
7f3ad4fc2c
lv2_socket: reset queue after move
2024-04-05 19:41:41 +02:00
Megamouse
9e7b759236
cellGame: Enable disc insert/eject based on disc mount state
2024-04-05 14:45:10 +02:00
Elad Ashkenazi
3dc1dfa4a2
Fix typo in lv2_socket_native
2024-04-04 22:47:01 +02:00
RipleyTom
95e0d1a560
Fix changelog size hack
2024-04-04 22:31:29 +03:00
Eladash
8effbf7e4d
Savestates/Network: Feign connection failure on startup
2024-04-04 17:28:46 +03:00
RipleyTom
72ad1abd39
Fix updater message
2024-04-04 07:45:08 +03:00
Eladash
2a89d87fab
Savestates/SPU: Fix MFC commands abort
2024-04-03 15:03:39 +03:00
Eladash
33eeee0ff2
SPU Debugger: Implement viewing block hash on request
2024-04-03 15:03:39 +03:00
Eladash
3c46388be5
SPU LLVM: Fix store elimination within common blocks
...
GPR register barriers were ignored in that case.
2024-04-03 15:03:39 +03:00
Eladash
d37b9497a2
Replace some URLs
2024-04-03 15:03:39 +03:00
Eladash
17512f2a28
Updater: Add RPCS3's Patreon link to update dialog
2024-04-02 21:48:08 +03:00
Eladash
597a9f6dd6
PPU Loader: Fix unload of HLEd PRX modules
2024-04-01 12:20:38 +03:00
Eladash
e90b399329
PPU LLVM: Fix leak of modules outside dev_flash/sys/internal
...
Cache path was not matching on removal
2024-03-30 21:58:26 +03:00
Eladash
7c8be662c6
SPU LLVM: Postpone runtime worker threads init
...
They may not be active at all unless a ps3 application is booted.
2024-03-30 21:58:26 +03:00
Eladash
e38b005a8b
PPU LLVM: Unify memory limit for PRX and Overlay files
2024-03-30 21:58:26 +03:00
Eladash
f0abb4473e
PPU LLVM: Fix memory leak on precompilation
2024-03-30 21:58:26 +03:00
oltolm
d62e90f5b4
use the pass manager instead of the legacy one
2024-03-30 05:06:29 +03:00
Eladash
4ecf8ecd06
Fix savestate reload functionality
2024-03-29 13:25:51 +03:00
Eladash
9a3b72f762
Savestates/SPU: Partially publicize SPU-Compatible functionality
2024-03-29 13:25:51 +03:00
Eladash
7285af4771
SaveStates: Add error messages on screen
2024-03-29 13:25:51 +03:00
kd-11
ec37e8f0dc
rsx: Fix loading mid-draw call savestates
2024-03-29 08:15:38 +03:00
Eladash
41f05f6864
LV2: Silence logging of semaphore
2024-03-28 16:24:47 +02:00
Eladash
cc2fa94fa1
PPU: Fix logging of sys_interrupt syscalls
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
oltolm
ac034040ce
workaround Clang 18.1 crash
2024-03-28 08:45:20 +01:00
oltolm
59410b9d62
fix compiler warnings
2024-03-28 08:45:20 +01:00
oltolm
6f665da016
main.cpp: remove outdated code for MSVC 19.27
2024-03-28 08:45:20 +01:00
oltolm
c567c92d4b
fix GCC warnings
2024-03-28 08:45:20 +01:00
oltolm
75b2dfa66d
cmake: fix MSVC build
2024-03-28 08:45:20 +01:00
oltolm
c40826c140
llvm: update to 18
2024-03-28 08:45:20 +01:00
kd-11
175aa510c8
rsx: Make overlay manager default lock-state exclusive
2024-03-28 08:08:21 +01:00
kd-11
236ac7d062
rsx: Fix race conditions on removals
2024-03-28 08:08:21 +01:00
kd-11
00f1b2bfa7
rsx: Rewrite fragment shader invalidation test
2024-03-28 08:08:21 +01:00
kd-11
a9fad83971
rsx: Fix memory range invalidation
2024-03-28 08:08:21 +01:00
kd-11
1550dc7f1f
Fix audit crash in games where hash strategy is heavily used
2024-03-28 08:08:21 +01:00
Megamouse
bbb4c109d7
audio: allow to choose channel layouts
2024-03-28 07:17:26 +01:00
Eladash
a6fa091ab3
Savestates/RSX: Save pending flip
2024-03-27 19:59:22 +02:00
Eladash
6a1fa88e15
PPU: Fixup savestate prio bit usage
2024-03-27 19:59:22 +02:00
Eladash
787e79c687
util\serialization_ext.cpp: Fixup
2024-03-27 19:59:22 +02:00
Eladash
7468d96c51
Savestates: safe saving while cellSaveData is active
2024-03-27 19:59:22 +02:00
Eladash
9c9ece3d95
SPU LLVM: Fix Forwarding GPR stores savestate safety
2024-03-27 19:59:22 +02:00
Eladash
2023057fbb
Savestates: Reduce logging
2024-03-27 19:59:22 +02:00
Eladash
94c048d018
SPU LLVM: Add assert for MFC abort
2024-03-27 19:59:22 +02:00
Eladash
e126af63ed
Silence cellGemGetState
2024-03-27 19:59:22 +02:00
Eladash
750359d780
Fixup emulation stopping
2024-03-27 19:59:22 +02:00
Eladash
8588b2b11a
vm: Fix writer lock leak
2024-03-27 19:59:22 +02:00
kd-11
4594c912a6
rsx: Move SPIRV stuff into common code
2024-03-27 19:20:21 +02:00
Megamouse
afcfd81496
GL: fix segfault in GLGSRender::flip
2024-03-27 16:44:52 +01:00
Eladash
efbf044ea0
Savestates/PPU: Fix PRX relocations
2024-03-26 21:35:53 +02:00
Eladash
46a1c09abe
Savestates: Minor logging message
2024-03-26 21:35:53 +02:00
Eladash
6a3e795d73
Fix shutting down emulation while save-stating
2024-03-26 21:35:53 +02:00
Eladash
e0f08cd5c1
SPU: Make STOP a safe return instruction
2024-03-26 21:35:53 +02:00
Eladash
a539308545
Savestates: Make locking SPU threads more reasonable
...
Avoid locking in hopeless cases. Extend waiting time to more than 2 seconds.
2024-03-26 21:35:53 +02:00
Eladash
3364a46139
PPU LLVM: Remove cast to constant
2024-03-26 21:35:53 +02:00
Eladash
fb4e64d15e
Savestates/SPU: Extend RCHCNT safe returns
2024-03-26 21:35:53 +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
Megamouse
9245565085
cellAudio: log backend channel count
2024-03-26 16:56:17 +01:00
Megamouse
86ca381a3c
Qt: Rename Navigation controller to PS Move Navigation
2024-03-26 16:56:17 +01:00
Megamouse
a7952e15c7
cellPad: simplify for loops
2024-03-26 16:56:17 +01:00
Megamouse
643f81b5db
cellPad: move getters to where they are actually needed
2024-03-26 16:56:17 +01:00
Megamouse
cf5a66a204
cellMic: add nullptr check for data in cell_mic_read
...
Also rename S to Size for readability
2024-03-26 13:50:43 +01:00
Megamouse
e05239f3d9
Fix some warnings
2024-03-26 12:26:26 +01:00
Megamouse
59dc5dcd54
Update wolfssl to 5.7.0
2024-03-26 12:26:26 +01:00
Elad Ashkenazi
adedc7c667
Savestates/SPU: Add RCHCNT as a safe return in compatiblity mode
2024-03-25 12:05:24 +02:00
Elad Ashkenazi
29ad568791
Fix ppu_thread::serialize_common
2024-03-25 12:05:24 +02:00
Elad Ashkenazi
453a3c4852
Fixup Savestate Segfault
2024-03-25 12:05:24 +02:00
Elad Ashkenazi
2e824827b7
Fixup Savestate Progress
2024-03-24 20:58:51 +02:00
Eladash
3393d13b67
Reduce compression level to 8 for faster compression
2024-03-24 16:19:06 +02:00
Eladash
1da7689526
util\serialization_ext.cpp: Fix queued data with no output
2024-03-24 16:19:06 +02:00
Eladash
806758d06f
Fix NPD files decryption in decryption tool
2024-03-24 16:19:06 +02:00
Eladash
580f9bf03a
GUI: Progress Dialog On Save State Creation
2024-03-24 16:19:06 +02:00
Eladash
707a648a4c
utils: Fix shared_ptr::store/exchange
2024-03-24 16:19:06 +02:00
Eladash
213a19c9f3
Add logging for CallFromMainThread
2024-03-24 16:19:06 +02:00
Elad.Ash
e32ed90d21
PPU LLVM: Remove one external symbol resolve for BLR
2024-03-21 15:56:31 +02:00
Eladash
2f822abb47
PPU LLVM: Use symbol resolver function to resolve functions
2024-03-20 12:48:31 +02:00
Eladash
1ca83bc629
PPU DisAsm: Fixup conditional indirect branches disasm
2024-03-20 12:48:31 +02:00
Eladash
40adf4b944
HLE: clear lower bits of Free Disk Space value
2024-03-14 11:10:45 +01:00
Megamouse
2aad5a7f3a
Qt: add search bar to save manager
2024-03-13 18:42:42 +01:00
Megamouse
0f29a5be9f
Qt: replace refresh progress slot with timer
...
For some reason setValue crashes in the progressValueChanged slot for no apparent reason
2024-03-13 00:24:42 +01:00
RipleyTom
397c2698ae
Fix sceNpScoreGetRankingByNpId
2024-03-12 09:36:31 +02:00
Megamouse
0f00bb77fe
Qt: only connect refresh watcher signals once
2024-03-11 23:04:09 +01:00
Megamouse
a73303a047
Qt: remove redundant progress dialog code. This already happens in Refresh
2024-03-11 23:04:09 +01:00
Megamouse
bb809c865f
VS: move libpng, libusb and hidapi lib output to proper build configiguration dir
...
This allows us to properly build debug and release without having to delete the libs in between
2024-03-11 12:39:39 +01:00
Megamouse
37dd1b3ed0
VS: fix linking XAudio in debug builds
2024-03-11 09:02:01 +01:00
RipleyTom
fd583dbbc3
Cleanup and set -Werror=delete-non-virtual-dtor
2024-03-11 02:30:18 +02:00
Megamouse
d8d0af2bb3
rsx: Fix invalid iterator comparison (asserts on debug builds)
...
Also make ranged_map::count const
2024-03-11 00:03:00 +01:00
Megamouse
b176085e14
GL: fix debug build: creation of QOffscreenSurface sends signals from wrong thread
2024-03-11 00:03:00 +01:00
Elad.Ash
4cfdb71d3a
LV2: Longer thread creation delay for low prio threads
2024-03-09 23:37:35 +02:00
Megamouse
38590e321e
Qt: accept downloader progress dialog instead of closing it
...
Otherwise we get the canceled signal which is only meant for user interaction
2024-03-09 20:07:37 +01:00
Megamouse
a09900a64f
Qt: make sure to actually delete the progress dialog when it is closed
...
Also add some more cleanup code for the gamelist refresh progress dialog
2024-03-09 20:07:37 +01:00
Megamouse
4a7d982a2b
Qt: make sure the gamelist refresh progress dialog runs on the main thread
2024-03-09 20:07:37 +01:00
Megamouse
ee69468104
Qt: replace sstr with regular toStdString
2024-03-09 20:07:37 +01:00
Megamouse
4739ab58cc
Qt: fix weird return value warning on VS
2024-03-09 20:07:37 +01:00
Megamouse
be5b982e45
Qt: don't close the progress dialog if it is already being closed anyway
...
Maybe this fixes some strange crashes that appear for some people.
2024-03-09 15:18:20 +01:00
Megamouse
86ad4ed6c1
Qt: check for updates if the update message is empty
...
This happens for example if the user canceled the earlier check
after the update was already known, leaving us in a somewhat dirty state.
2024-03-09 15:18:20 +01:00
Megamouse
3056a4db83
Qt: don't deleteLater the progress_dialog
...
It's already deleted on close by Qt anyway.
Also, remove QObject from curl_handle.
2024-03-09 15:18:20 +01:00
Eladash
adc8a360ad
SPU LLVM: More compilation threads
2024-03-08 11:40:38 +02:00
Eladash
719dafa679
SPU LLVM: Notify workers prematurely if there is considerable excess
2024-03-08 07:21:48 +02:00
Eladash
ecf7d4e59d
SPU LLVM: Postpone cache writes until compiled
2024-03-08 07:21:48 +02:00
Eladash
45863bc7c5
SPU analyzer: Detect 'argument passing' block before the function
2024-03-07 18:46:51 +02:00
Eladash
ea0545779a
SPU: Include BRSL following code in is_exec_code()
2024-03-07 18:46:51 +02:00
Eladash
e625bab7eb
SPU Analyzer: Detect more tail calls by examining called code
2024-03-07 18:46:51 +02:00
Eladash
2930d609ea
SPU: Detect invalid STOP codes (code mining)
2024-03-07 18:46:51 +02:00
Eladash
069ca214ff
SPU: Improve compilation message
2024-03-07 18:46:51 +02:00
Eladash
d699db2d19
SPU Analyser: Detect invalid relative branches
2024-03-07 18:46:51 +02:00
Eladash
8e15de5c83
sys_tty: Try to avoid logging single newlines to log
2024-03-07 14:31:41 +02:00
Eladash
69a90ef9e7
rsx/cpu_thread: Fix cpu_thread::get_name() for RSX
2024-03-07 14:31:41 +02:00
Eladash
d39361705a
report_fatal_error: Minor cleanup and improvement
2024-03-06 20:32:22 +02:00
Eladash
4512c10ce5
init_mutex.hpp: More fixes
2024-03-06 20:32:22 +02:00
Ordinary205
64d28ba435
Increase vblank rate
2024-03-06 18:50:51 +02:00
Eladash
b64b98490e
init_mutex.hpp: Fixup
2024-03-06 16:06:04 +02:00
Eladash
f40602cc59
cellGame: Fix PPU deadlocks on concurrent execution
2024-03-06 09:45:37 +02:00
Ani
ef8afa7873
rpcs3_version: Bump to 0.0.31
2024-03-05 00:40:22 +01:00
nastys
df4fc947ec
Improve macOS < 14.3 Rosetta blocker message ( #15258 )
2024-03-01 20:01:21 +01:00
InvoxiPlayGames
eecfbf3fa6
add Wii Harmonix instruments to whitelist
2024-03-01 19:07:02 +01:00
Elad.Ash
cfbe7669b4
Update serialization.hpp
2024-03-01 14:58:48 +02:00
Elad.Ash
ccaeb87b01
Update serialization.hpp
2024-03-01 14:58:48 +02:00
Elad.Ash
fc98f35ea7
Update serialization.hpp
2024-03-01 14:58:48 +02:00
Elad Ashkenazi
998f867c29
serialization.hpp: Fix HLE serilization
2024-03-01 14:58:48 +02:00
capriots
eb8325afcb
cellPamf implementation ( #15143 )
2024-02-29 21:45:28 +01:00
RipleyTom
7674c29c78
Fix for sceNpScoreGetGameData
2024-02-29 15:12:22 +02:00
RipleyTom
573734fab8
Send initial presence for offline friends.
2024-02-28 17:41:25 +01:00
Megamouse
2cbd983b4c
GL: remove unused params
2024-02-28 14:25:20 +01:00
Megamouse
18983f5476
Fix warnings: Remove unused decryption code
2024-02-28 14:25:20 +01:00
Elad.Ash
75ef154c12
SPU LLVM: Improve runtime SPU compilation preferences ( #15250 )
2024-02-28 08:28:49 +02:00
RipleyTom
414a354511
Improve cellSysutilAvc2SetAttribute logging
2024-02-28 02:14:37 +01:00
RipleyTom
2168511e5b
Add check for score transactions being reused
2024-02-28 02:14:37 +01:00
Mrlinkwii
f64d6bc687
Misc: Update FW Latest Version
2024-02-27 12:52:53 +01:00
oltolm
3e83729cb2
xaudio2: use system library instead of xaudio2redist
2024-02-27 05:21:32 +02:00
kd-11
83256cdacb
Make clang happy
2024-02-26 18:15:06 +03:00
kd-11
f748fe688c
gl: Allow selecting FSR1 upscaling from the settings
2024-02-26 18:15:06 +03:00
kd-11
188f5c7c3c
gl: FSR1 cleanup, making it functional
2024-02-26 18:15:06 +03:00
kd-11
838346e4f7
gl: Always log the current renderer visibly.
2024-02-26 18:15:06 +03:00
kd-11
12dc03a903
rsx: Improve simple array performance for small objects
...
- Also adds map/collect transformation
2024-02-26 18:15:06 +03:00
kd-11
e17c2f2397
gl: Fix compilation
2024-02-26 18:15:06 +03:00
kd-11
071baf63b0
rsx: Implement FSR1 integration for OpenGL
2024-02-26 18:15:06 +03:00
kd-11
1795d5bcc9
gl: Rework the upscalers a bit and define the FSR interface
2024-02-26 18:15:06 +03:00
kd-11
27125c6f72
gl: Remove upscaling 'dst' binding and clean up some awful code in GLPresent
2024-02-26 18:15:06 +03:00
kd-11
12694dcf69
gl: Introduce the concept of scaling passes to the backend
2024-02-26 18:15:06 +03:00
kd-11
e7d8ef924f
rsx/vk: Refactor FSR integration to support multiple backends
2024-02-26 18:15:06 +03:00
RipleyTom
0f682b7da1
Fix Apple Clang build
2024-02-24 20:54:55 +02:00
nastys
2b385f28f0
Block Rosetta on macOS 14.0, 14.1, and 14.2 ( #15237 )
2024-02-24 15:15:19 +01:00
RipleyTom
ac8e914a25
improves sig_ctx handling, sys_net logging and fixes udpp2p protocol ( #15235 )
2024-02-24 12:40:53 +01:00
Megamouse
3067c86d65
gui/input: only init and quit SDL once for all instances
...
Calling SDL_Quit while two handlers are active can cause controllers to disconnect
2024-02-22 19:31:00 +01:00
Megamouse
96afc15fa2
gui/input; fix log message delta type
2024-02-22 19:31:00 +01:00
Megamouse
66f694bb39
gui/input: include Carbon.h on apple
2024-02-22 19:31:00 +01:00
Megamouse
06025cd19d
gui/input: let pad handlers know whether they are part of emulation
...
Also fix unique_ptr vs shared_ptr nonsense in pad_threads
2024-02-22 19:31:00 +01:00
Megamouse
fc698a4df2
gui/input: implement pad navigation for maxOs
2024-02-22 19:31:00 +01:00
Megamouse
2cd47c0415
gui/input: use uinput for linux in gui_pad_thread
2024-02-22 19:31:00 +01:00
Megamouse
b032f2dd87
gui/input: add gui input with native events
2024-02-22 19:31:00 +01:00
RipleyTom
3acd442c2e
sceNpBasicSendMessage fix
2024-02-22 05:33:29 +02:00
Megamouse
6b43e5c80e
Qt: add Q_OBJECT macro to midi_creator
...
This fixes the localization of its strings
2024-02-20 10:06:02 +01:00
Megamouse
183380fe57
Qt: localize default pad names
2024-02-20 10:06:02 +01:00
kd-11
7abc5f3ead
vk: Move driver properties to properties section from features section
2024-02-16 18:11:30 +03:00
Eladash
f47c7e0ef1
PPU LLVM: Relax MSELF entry name constraints
...
These names are a hint
2024-02-16 10:42:57 +02:00
Eladash
36ab866c2c
SPU Analyzer: forgive invalid code, use interpreter
2024-02-16 10:42:57 +02:00
Eladash
f943deb2c3
PPU LLVM: Do not use possible duplicates in MSELF
2024-02-16 10:42:57 +02:00
Eladash
27ea25a999
Add debug info to ENOMEMs
2024-02-16 10:42:57 +02:00
Eladash
989b353fbd
Fixup lv2_file::file_view::read() regression
2024-02-16 10:42:57 +02:00
Eladash
c1607d14dc
Add debug info to sys_fs_lseek
2024-02-16 10:42:57 +02:00
Eladash
85884d14cd
PPU LLVM: Add more MSELF file checks
...
Do not crash on invalid files.
2024-02-16 10:42:57 +02:00
Eladash
08cf275bc8
Fix lv2_file::file_view::size()
2024-02-16 10:42:57 +02:00
Eladash
88ba3c47c2
ELF.h: Avoid using seek operations
2024-02-16 10:42:57 +02:00
Eladash
4aee44b1c0
sys_prx/overlay: Add some debugging steps
2024-02-16 10:42:57 +02:00
Megamouse
e3d4c067df
raw_mouse: adjust relative mouse position if the window size changed
2024-02-14 21:10:26 +01:00
kd-11
dfc626c99c
rsx/vk: Fix WCB/Blit flush deadlock
2024-02-14 21:09:02 +03:00
kd-11
8786516c58
vk: Implement fast RSX release if there is no pending GPU work
2024-02-14 21:09:02 +03:00
Eladash
34e945128f
Crypto\EDATA: Optimize decrypt_block to avoid an allocation
2024-02-14 15:11:52 +02:00
Eladash
7db6165b46
Fix lv2_file::file_view::read_at
2024-02-14 15:11:52 +02:00
Eladash
883f2e92ae
EDATA: Add more logging
2024-02-14 15:11:52 +02:00
Eladash
3e8b003515
Add logging for cellFsSdataOpenByFd
2024-02-14 15:11:52 +02:00
Eladash
ed66e9e9b9
Fix EDATADecrypter::ReadData
2024-02-14 15:11:52 +02:00
Eladash
f87e11d16a
Savestates/sys_fs: Save NPDRM decryption key
2024-02-14 15:11:52 +02:00
RipleyTom
5a64556fbf
Add <optional> to RB3MidiDrums.h
2024-02-14 14:14:09 +02:00
Megamouse
d71f4b33d7
raw_mouse: center cursors on init
2024-02-14 01:13:44 +01:00
Megamouse
c91bc03532
sys_usbd: silence warning
2024-02-14 01:13:44 +01:00
Megamouse
348fab33a8
overlays: fix raw mouse debug overlay pos type
2024-02-14 01:13:44 +01:00
Megamouse
68f3df4975
input: implement raw_mouse_handler
2024-02-14 01:13:44 +01:00
Megamouse
f6f8996aa9
overlays: use signed short for position to allow negative positions
2024-02-14 00:12:55 +01:00
nswarm
8533f962c6
Add limited support for midi drums w/ rockband 3 ( #15054 )
...
* add support for midi drums
* rb3drums: use dpad to disambiguate cymbal/drum hits instead of staggering.
* rb3drums: configurable min velocity and hihat up behavior
* rb3drums: configurable combos, combo duration, note overrides
* rb3drums: move config to separate file.
* rb3drums: apply stagger to double cymbal hits
* rb3drums: support midi CC note mapping
* rb3drums: add config to cmakelists. only load rb3drums config once.
* rb3drums: HihatWithPedalUp defaults to yellow cymbal instead of blue
2024-02-13 23:08:22 +01:00
RipleyTom
af33c0c69f
Revert FM(a*re_accurate) shortcut to relaxed
2024-02-13 20:08:03 +02:00
RipleyTom
50b1402d66
Fixes full fm(a, re_accurate) pattern
2024-02-13 11:37:20 +02:00
RipleyTom
cfd5c62386
Improve re_accurate
2024-02-13 11:37:20 +02:00
RipleyTom
569f72c360
Disable updates for local build
2024-02-12 19:02:52 +01:00
kd-11
df74d49f72
vk: Silence compiler warning
2024-02-12 12:28:16 +03:00
xujibbs
eac31dfd03
Update skylander_dialog.cpp
...
Make strings translatable
2024-02-12 09:54:07 +02:00
Megamouse
0b1a7ee346
overlays: localize sendmessage confirmation
2024-02-12 00:04:46 +01:00
Eladash
94239f5526
Fixup HW thread switch delay condition for performance
2024-02-11 23:01:40 +02:00
Elad.Ash
148edc005a
Improve cpu_flag::yield handling
2024-02-11 20:09:01 +02:00
Elad Ashkenazi
ec59f4d37e
PPU/LV2: Implement HW threads switching delay when signaling higher priority threads
...
In real PS3 (it seems), when a thread with a higher priority than the caller is signaled and that there is available space on the running queue for the other hardware thread to start It prioritizes signaled thread caller's hardware thread switches instantly to the new thread code while signaling to the other hardware thread to execute the caller's code.
Resulting in a delay to the caller after such thread is signaled
2024-02-11 20:09:01 +02:00
kd-11
2c03878c3b
vk: Don't panic on encountering the exotic mesa drivers
2024-02-11 17:21:56 +03:00
kd-11
c8c845a659
vk: Emit a strong warning if dozen is detected as the currently loaded driver.
...
- In most cases, the user does not intend to actually use dozen and has installed a compatibility pack by mistake.
2024-02-11 17:21:56 +03:00
kd-11
a54f1970f1
vk: Make more features "optional"
...
- This allows some non-conformant drivers to at least finish swapchain creation.
2024-02-11 17:21:56 +03:00
kd-11
7f602937a3
vk: Improve driver detection for dozen and lavapipe
2024-02-11 17:21:56 +03:00
kd-11
c2631c914d
rsx: Lower some performance warnings to trace to reduce log spam
2024-02-11 14:24:33 +01:00
kd-11
c572226b0d
Stop including x86 intrinsics in other architectures
2024-02-11 14:24:33 +01:00
kd-11
4746ef09cd
Fix linux build
2024-02-10 15:15:02 +03:00
kd-11
ed93bbd16d
vk: Improve compute->compute barrier before detiling
2024-02-10 15:15:02 +03:00
kd-11
041daab068
vk: Tighten some memory bounds checks
2024-02-10 15:15:02 +03:00
kd-11
e5c831a800
rsx/vk: Fix GPU tile encoding
...
- Decoding also needs some love, but currently WIP
2024-02-10 15:15:02 +03:00
kd-11
b8ed3eb824
rsx: Fix cpu detiler
2024-02-10 15:15:02 +03:00
kd-11
95f9f04612
rsx: Provide tile alignment utility (align to 64 * pitch blocks)
2024-02-10 15:15:02 +03:00
kd-11
823c72bf27
rsx/vk: Redefine the (de)tiler config interface
2024-02-10 15:15:02 +03:00
RipleyTom
9b387485b5
Avoid modifying any memory on SYS_NET_EINTR cases
2024-02-09 18:07:18 +02:00
RipleyTom
56e27bdd49
Restrict file creation in /dev_hdd0
2024-02-09 16:13:46 +02:00
Elad.Ash
30e8c3e951
SPU LLVM: Allow swapped FMA and multiplications args in match context
2024-02-07 13:45:29 +02:00
RipleyTom
65d93c97ea
Add various SPU patterns
2024-02-06 22:08:44 +02:00
RipleyTom
a92b8acba7
Accurate FI
2024-02-06 22:08:44 +02:00
Megamouse
85f4c38b4e
Update submodules
...
- Updates SDL to 2.30.0
- Updates curl to 8.6.0
- Updates libusb to 1.0.27
- Updates zlib to 1.3.1
- Updates FAudio to 24.02
2024-02-05 23:47:38 +01:00
Eladash
40c51a1f05
Crypto/unedat.cpp: remove extract_all_data
2024-02-05 21:56:04 +02:00
Eladash
a6c2e995af
Crypto/PKG installer: Fix potential RAM shortage when extracing EDAT files
2024-02-05 21:56:04 +02:00
Eladash
596e671973
Crypto/sys_fs: Fix potential RAM shortage in NPDRM decryption
...
Previous code was structured very naively: if 8GB read is requested, it would allocate 8GB of memory. Without considering recycling memory for each block.
2024-02-05 21:56:04 +02:00
Eladash
d38b2eb8ef
Crypto/sys_fs: Remove some seek operations
2024-02-05 21:56:04 +02:00
RipleyTom
bb9444e19a
Add sceNpPlus to registered modules
2024-02-05 15:28:38 +01:00
RipleyTom
26d406fec3
RPCN 1.1
2024-02-05 09:44:29 +01:00
Megamouse
dda0b8af45
cellGem: Allow to use multiple controllers as fake PS-Move
...
- Allows to use the last 4 ports/players as PS Move in fake mode
- Should in theory react to re/disconnected controllers
- Should allow to use player 1-3 as normal controller simultaneously
2024-02-03 21:47:40 +01:00
Megamouse
d5ce4e0f6b
sceNp: fix atomic type
2024-02-03 17:59:19 +01:00
Megamouse
e5cfe710fa
sceNp: correct type for data attachment
2024-02-03 17:59:19 +01:00
Megamouse
2a0e2ce0a2
sceNp: don't preserve messages in sceNpBasicRecvMessageAttachment
2024-02-03 17:59:19 +01:00
Megamouse
ef56433684
overlays: ask for user confirmation before sending an invite
...
This shows subject and body as well
2024-02-03 17:59:19 +01:00
Megamouse
8bc3a39586
sceNp: implement sceNpBasicAbortGui
2024-02-03 17:59:19 +01:00
Megamouse
e13a671f86
sceNp: Implement sceNpBasicRecvMessageAttachment
2024-02-03 17:59:19 +01:00
Megamouse
48f82c75c1
np: fix signed/unsigned warning
...
who the heck thought returning signed on a counter makes sense...
2024-02-03 17:59:19 +01:00
Megamouse
a5955657c5
overlays: add subject and body to recvmessage dialog
2024-02-03 09:45:55 +01:00
RipleyTom
319657e815
Review fixes
2024-02-03 08:45:29 +01:00
RipleyTom
c589001dff
Add player history
2024-02-03 08:45:29 +01:00
Megamouse
c04cd2228e
Qt: Show NP ID in rpcn dialogs
2024-02-02 19:05:56 +01:00
Megamouse
cba51b4a5e
rsx/glsl: use const for left/right
2024-02-02 10:07:23 +01:00
kd-11
8962ddca01
rsx/glsl: Fix typo
2024-02-02 10:07:23 +01:00
kd-11
1808a4373b
rsx: Improvements to the video out passes
...
- Use shared VS for vulkan as well as GL
- Simplify binding model and give control back to the cpp side
2024-02-02 10:07:23 +01:00
kd-11
bb22afb7f1
gl: Vectorize GL_TEMP_IMAGE_SLOT expression
2024-02-02 10:07:23 +01:00
kd-11
ce571cb6ca
vk: Allow indexed lookup for sampler and IA binding points in overlay passes
2024-02-02 10:07:23 +01:00
Megamouse
ac9afbfede
glsl: use fragCoord to decide interlacing
2024-02-02 10:07:23 +01:00
Megamouse
4e8130bd99
glsl: use textureSize instead of height
2024-02-02 10:07:23 +01:00
Megamouse
00c9321b1d
glsl: use const in for params
2024-02-02 10:07:23 +01:00
Megamouse
8e8b582747
glsl: move anaglpyh to separate functions
2024-02-02 10:07:23 +01:00
Megamouse
6f2e843193
vk/gl: add amber-blue anaglyph (ColorCode 3D)
2024-02-02 10:07:23 +01:00
Megamouse
7d9460a560
vk/gl: cleanup formatting in glsl, move some common magic numbers to variables
2024-02-02 10:07:23 +01:00
Megamouse
32f2b14429
vk/gl: add interlaced 3D mode
2024-02-02 10:07:23 +01:00
Megamouse
651f8512eb
vk/gl: add more anaglyph 3D modes
2024-02-02 10:07:23 +01:00
Megamouse
3dac7d16e7
vk/gl: unite video_out_calibration_pass fragment shader to new glsl
2024-02-02 10:07:23 +01:00
Megamouse
240f80b467
gl: add missing else in calibration pass fragment shader
2024-02-02 10:07:23 +01:00
Megamouse
17b5a36b59
Add update_helper.sh to VS filters
2024-02-02 10:07:23 +01:00
Megamouse
ea326a5f29
overlays: clean up includes
2024-01-31 16:33:29 +01:00
Megamouse
c271415328
sceNp: decrease some log levels from todo to warning
2024-01-31 16:33:29 +01:00
Megamouse
f28c7d029c
overlays: use timestamp for fade animations
...
Fixes jojo when using sceNp dialogs
2024-01-31 16:33:29 +01:00
Megamouse
d7f317fa58
Add UI to sceNpBasicSendMessageAttachment and sceNpBasicAddFriend
2024-01-31 16:33:29 +01:00
Megamouse
3f2c34edd2
sceNp: silence some errors
2024-01-31 16:33:29 +01:00
Megamouse
566a8ac5ac
scnNp: add ppu wait before opening blocking dialogs
2024-01-31 16:33:29 +01:00
Megamouse
71b5bc4fe6
sceNp: add more error checks
2024-01-31 16:33:29 +01:00
Megamouse
a427783bac
overlays: remove separators from send/recv dialogs
2024-01-31 16:33:29 +01:00
Megamouse
23dc6a44f6
overlays: implement native sendmessage dialog
2024-01-31 16:33:29 +01:00
Megamouse
9ef5a01de4
overlays: implement native recvmessage dialog
2024-01-31 16:33:29 +01:00
Megamouse
cdfe3ee7c8
Name some threads
2024-01-31 16:33:29 +01:00
kd-11
c3c73c7e24
rsx: Allow native UI render even when we have pending draw calls if FIFO queue is empty.
2024-01-30 16:36:58 +03:00
RipleyTom
af8d308a69
Terminate RPCN connection cleanly
2024-01-29 13:01:09 +01:00
Florin9doi
a7da245656
Don't search games when the dialog is cancelled
2024-01-28 13:18:35 +01:00
RipleyTom
e9713f9635
Fix sceNpCommerce2 init
2024-01-28 10:52:26 +01:00
Megamouse
3dbde04d18
sceNpCommerce: add init checks
2024-01-27 08:31:16 +01:00
Megamouse
1611588682
sceNpCommerce2: add some error checks
2024-01-27 08:31:16 +01:00
RipleyTom
93c72822a3
Fix Apple clang
2024-01-26 17:59:53 +01:00
RipleyTom
6f5bcf12c6
Arm version of trigger_write_page_fault
2024-01-26 09:32:15 +02:00
RipleyTom
07dba02897
FreeBSD workaround for libusb
2024-01-26 02:51:41 +01:00
RipleyTom
db685879af
Return no file to TSS apis
2024-01-26 02:51:41 +01:00
RipleyTom
94e8d6fe13
Mini sceNpCommerce2Init fix
2024-01-25 22:53:21 +01:00
Megamouse
0d1fbfb755
VFS: Fix some potential .back() segfaults
2024-01-25 17:03:58 +01:00
Megamouse
10c52cf569
sys_usbd: add libusb log callback
2024-01-25 17:03:58 +01:00
Steveice10
3ef48cbdd5
rpcs3qt: Add macOS support to the updater.
2024-01-24 09:44:56 +01:00
Megamouse
5fe36872c5
System: don't consider games as registered if they were already in games.yml
...
Also, show message if nothing was added
2024-01-24 08:18:57 +01:00
RipleyTom
d33955c290
Asmjit FI
2024-01-23 12:24:38 +02:00
RipleyTom
606a60e901
Accurate frest and frsqest
2024-01-23 12:24:38 +02:00
Megamouse
93f5154429
Qt: trim whitespace from textinput before writing to config
2024-01-22 22:25:06 +01:00
kd-11
8eae8cb86c
rsx: Do not emit rounding code when not needed
2024-01-21 12:30:37 +03:00
kd-11
abe5013f1d
rsx: Fix compiling of mixed-precision shaders
2024-01-21 12:30:37 +03:00
kd-11
ca7de4bcb1
rsx: Aesthetic changes
2024-01-21 12:30:37 +03:00
kd-11
9a9b5860df
rsx: Forcefully disable writes to channels disabled on host
...
- Some formats may have dummy channels on host. Never write to them!
- This means that XRGB formats correctly only write 24 bits, not 32.
2024-01-21 12:30:37 +03:00
kd-11
0971636c07
rsx: More pipeine refactoring
2024-01-21 12:30:37 +03:00
Megamouse
8a87dc63b1
Emu: Add more info to BlockingCallFromMainThread
2024-01-21 00:11:16 +01:00
Megamouse
efea3aa385
Qt: revert accidental settings_dialog check-in
2024-01-20 21:59:02 +01:00
Megamouse
86bab5b7c3
cellImeJp: fix character deletion after change to cursor
2024-01-20 21:59:02 +01:00
Megamouse
675ed82c0b
cellImeJp: fix deadlock
2024-01-20 21:59:02 +01:00
Megamouse
58dd0198dd
cellImeJp: add candidate list functions
2024-01-20 21:59:02 +01:00
Megamouse
16f833a516
cellImeJp: add cursor
2024-01-20 21:59:02 +01:00
Megamouse
0392830950
cellImeJp: fix focus area
2024-01-20 21:59:02 +01:00
Megamouse
04efc6b4a4
cellImeJp: static functions to silence annoying VS
2024-01-20 21:59:02 +01:00
Megamouse
8edd7d54cf
fs: fix warning. fix size argument in report_fatal_error
2024-01-20 21:59:02 +01:00
Eladash
f19744ae88
Savestates: Fix restart when suspend mode is off
...
Add a new menu button for explicit exit (mostly for debug purposes)
2024-01-20 22:15:07 +02:00
Eladash
01ee119c59
Savestates: Dont patch memory on load
2024-01-20 22:15:07 +02:00
Eladash
4cd60aca22
Savestates: Add some logging for sys_overlay
2024-01-20 22:15:07 +02:00
Eladash
81ba791ee7
Simplify fatal dialog's error a bit
2024-01-20 22:15:07 +02:00
Eladash
c7a94a80df
Savestates/net: fix P2P socket data saving
2024-01-20 22:15:07 +02:00
Eladash
c509226bab
Firmware installer: Early protection against disk space shortage complications
2024-01-20 22:15:07 +02:00
Eladash
312b35051d
sys_fs: Aggregate safe file reads (optimization)
2024-01-20 22:15:07 +02:00
Eladash
e401d85af7
progress dialog: minor fix
2024-01-20 22:15:07 +02:00
Eladash
e4c9af176b
fixup hdd1 cache
2024-01-20 22:15:07 +02:00
Steveice10
9c354ee269
Utilities: Add support for portable user directory. ( #15064 )
2024-01-20 10:04:25 +02:00
kd-11
96d880839a
rsx: Properly propagate surface properties on surface reuse.
2024-01-19 12:34:31 +03:00
Megamouse
e23db7efbd
Mac: Update MoltenVk to 1.2.7
...
Remove deprecated extension VK_MVK_moltenvk
2024-01-16 22:52:57 +01:00
RipleyTom
7d55a85fa6
Replaces page fault triggers with assembly
2024-01-16 12:04:47 +02:00
Megamouse
fa7ef870dd
sceNp: disable Canonicalize functions for RPCN
2024-01-14 22:55:03 +01:00
Megamouse
ecacb874e4
sceNpCommerce: more error checks
2024-01-14 22:55:03 +01:00
Megamouse
0b2e0a1b28
sceNpCommerce: add error constants
2024-01-14 22:55:03 +01:00
Megamouse
a08d60fbbe
sceNpFriendlist: more checks
2024-01-14 22:55:03 +01:00
Megamouse
ef6041c14f
sceNpMatching: simplify linked list for loops
2024-01-14 22:55:03 +01:00
Megamouse
25954758d7
sceNpMatching: add error checks
2024-01-14 22:55:03 +01:00
oltolm
0ae1578dce
split JIT.cpp and SPURecompiler.cpp
2024-01-14 17:21:39 +01:00
oltolm
2039b85be3
prepare split
2024-01-14 17:21:39 +01:00
oltolm
8eae73dd02
add comments where to split
2024-01-14 17:21:39 +01:00
RipleyTom
fe9a24a1b8
RPCN 1.0 ( #15045 )
2024-01-14 12:36:23 +01:00
Megamouse
2d82e3ef9a
Qt: use fs::get_temp_dir during updates
...
GetTempPathW was falsely using size in bytes instead of string length.
2024-01-14 06:40:35 +01:00
Megamouse
faaf644331
Qt/input: show all mmjoy devices with connection in dropdown
...
This fixes weird issues with disconnected pads while also showing the status.
2024-01-14 02:50:45 +01:00
Megamouse
d7aedb439e
Qt/Input: Keep configured device name in config when no pad is connected
2024-01-14 02:50:45 +01:00
Megamouse
9c11840e40
input: implement dynamic mmjoy device reconnection
2024-01-14 02:50:45 +01:00
RipleyTom
4c36b80300
Misc NP fixes
2024-01-13 15:44:28 +01:00
Megamouse
f7fa5aab70
media_utils: fix segfault when stopping a recording
2024-01-12 19:53:20 +01:00
Megamouse
17aeefe1b0
cellFont: some stubs
2024-01-11 22:35:00 +01:00
Eladash
825ae5b8aa
Ensure HDD1 is never damaged or corrupted due to unexpected RPCS3/game termination
2024-01-11 20:24:53 +02:00
Megamouse
3513f6d83c
cellMouse: silence some log spam
2024-01-10 22:34:13 +01:00
Megamouse
4ad4badcfe
audio_decoder: fix more memleaks and dangling files
2024-01-10 22:34:13 +01:00
Megamouse
b67837c0ef
cellMusicDecode: fix random pop at the end of a stream
...
Observed in SSX, which seems to ignore the readSize sometimes
2024-01-10 22:34:13 +01:00
Megamouse
b5f3f910f6
cellSearch: fix vfs music and video paths
2024-01-10 22:34:13 +01:00
Megamouse
b0a7448394
get_media_info: improve logging
2024-01-10 22:34:13 +01:00
Megamouse
bed7763a3b
audio_decoder: ignore first invalid data error
2024-01-10 22:34:13 +01:00
Megamouse
572c075a4b
audio_decoder: improve logging
2024-01-10 22:34:13 +01:00
Megamouse
bad7756af2
audio_decoder: properly free packets
2024-01-10 22:34:13 +01:00
Megamouse
45c89030ac
audio_decoder: check for failed av_packet_alloc
2024-01-10 22:34:13 +01:00
Megamouse
7aad4f4253
overlays: decrease log level
2024-01-10 22:34:13 +01:00
Megamouse
9e9385a877
cellVideoExport: export movies to /video/ instead of /movie
2024-01-10 22:34:13 +01:00
Megamouse
431d69ac87
Windows: remove QtCore5Compat dependency
2024-01-10 22:34:13 +01:00
Megamouse
c45deb3f87
sdl: log version
2024-01-10 22:34:13 +01:00
brian218
213674511e
sys_ss: Corrected sys_ss_update_manager(0x6011) version data format
2024-01-10 12:37:11 +01:00
brian218
6548e3f7d0
sys_fs: Improved get_device_root() path identifying security
2024-01-10 12:37:11 +01:00
brian218
a269ae7e30
sys_fs: Prevented duplicate device mounting
2024-01-10 12:37:11 +01:00
brian218
862295d9f3
sys_fs: Fixed sys_fs_unlink()'s failing to delete files in dev_usbXXX
...
sys_fs: Fixed get_mp() up for dev_usbXXX
2024-01-10 12:37:11 +01:00
RipleyTom
61e130e68c
Honk if you knew memset(nullptr, 0, 0) was UB
2024-01-09 23:06:23 +01:00
RipleyTom
236e32fb3d
Fix weird cmp in np_handler.cpp
2024-01-09 23:06:23 +01:00
RipleyTom
067ea68979
Fix games passing invalid npids
2024-01-09 23:06:23 +01:00
Megamouse
7504503d5f
sceNp: don't return error if assignedReqId is null
2024-01-09 02:58:00 +01:00
Megamouse
108d0d49ec
sceNp: add missing roomPassword check
2024-01-09 02:58:00 +01:00
Megamouse
2c424a0911
sceNp: add missing withPassword check
2024-01-09 02:58:00 +01:00
Megamouse
ffe1b287a8
sceNp: add missing check for roomSlotInfo
2024-01-09 02:58:00 +01:00
RipleyTom
485fca34b0
Misc NP fixes
2024-01-08 14:03:15 +01:00
RipleyTom
0b984e9a23
Add -Werror=implicit-fallthrough to cmake build
2024-01-07 17:29:43 +01:00
RipleyTom
74e084c893
Improve sceNpEula
2024-01-07 14:50:45 +01:00
RipleyTom
47ae192cf8
Impl sceNpBasicSendMessage
2024-01-07 13:36:27 +01:00
RipleyTom
80b7fd5f3f
Check room event callback has been set before calling it
2024-01-05 22:34:52 +01:00
RipleyTom
0227b16d06
Fix sceNpBasicSetPresence when data is nullptr and size is 0
2024-01-05 22:34:52 +01:00
kd-11
2a1af17f67
vk: Force GPU texture processing if the input is already GPU-resident (Tiled RCB read)
2024-01-05 16:29:53 +03:00
RipleyTom
b6e9746198
RPCN 0.9 ( #15002 )
2024-01-05 09:43:26 +01:00
kd-11
bc141831f7
gl: Implement display output format correction
2024-01-04 13:03:32 +03:00
kd-11
acd3fd0c3e
vk: Implement display output format correction
2024-01-04 13:03:32 +03:00
kd-11
2369266b8a
rsx: Add an option to force hardware MSAA resolve
2024-01-03 19:32:45 +03:00
Ani
e707ff530d
rpcs3_version: Bump to 0.0.30
2024-01-02 20:27:18 +00:00
Megamouse
9fe640b187
whitespace and format
2024-01-02 16:46:31 +01:00
Megamouse
750aa163c5
cellSearch: mount paths in /dev_hdd0/.tmp/ instead of /,tmp/
2024-01-02 16:46:31 +01:00
Megamouse
018b1da2b9
cellSearch: fix mounting of files
...
Turns out you have to tell vfs::mount whether it's a file or directory.
2024-01-02 16:46:31 +01:00
Eladash
170e268199
Improve Emulator::GetBdvdDir
...
* Optimize to perform string validation before executing a filesystem check.
* Fix a bug when there is a roaming PS3_DISC.SFB file somewhere in upper directories. (main_dir_name was changed incorrectly)
* Add verbose logging in Emulator::IsValidSfb.
2024-01-02 15:56:06 +02:00
Eladash
5755a94cc1
Savestates: Experimental pads fix
2024-01-02 15:56:06 +02:00
Eladash
4f06024d9f
Fix report_fatal_error duplicate messages
2024-01-02 15:56:06 +02:00
Eladash
2a1330083d
Fix PPU progress dialog hint
2024-01-02 15:56:06 +02:00
Megamouse
d03393ffe9
sys: fix games.yml hdd paths
2024-01-02 10:18:23 +01:00
RipleyTom
d6dde225bd
Warn on use of privileged port on Linux
2024-01-01 21:23:31 +01:00
kd-11
6c33c38c08
rsx: Fix RSX tiling when using optimized DMA views
2024-01-01 19:44:47 +03:00
Eladash
195e7e185a
cellPad LDD fixup
2024-01-01 15:04:39 +02:00
Eladash
87140ab4cc
Qt: Add build version, title, emulation state and date to fatal error dialog
2024-01-01 11:58:00 +02:00
Eladash
9aff2d5ee1
cellPad: Fix LDD pads registration
2024-01-01 11:58:00 +02:00
Eladash
858e493b52
Savestates/vm: Improve saving performance
2024-01-01 11:58:00 +02:00
Eladash
f0c93ae9dc
sys_spu: Fix warning and theoretical bug
2024-01-01 11:58:00 +02:00
Eladash
9455bfe6c2
Savestates: Fix g_fxo->init for types which use a pointer
2024-01-01 11:58:00 +02:00
Eladash
467790c8d8
PPUTranslator: Try to fix a regression
2024-01-01 11:58:00 +02:00
Eladash
c2076373e8
Utilities\BitField.h: Try to fix some warnings
...
Cleanup and make bitfield extraction u32 if possible
2024-01-01 11:58:00 +02:00
Eladash
a4ab6126b0
Add more debug info in serial_breathe_and_tag()
2024-01-01 11:58:00 +02:00
Eladash
ce5f7bd4ff
Savestates: Rename DeferDeserialization, add some asserts
2024-01-01 11:58:00 +02:00
Eladash
f5d39ef7f2
Fix a corner case in lv2_timer_thread abort
2024-01-01 11:58:00 +02:00
Eladash
89b8be98d6
Simplify lv2_timer_thread management
2024-01-01 11:58:00 +02:00
Eladash
87fc5e4923
Move initialize_timebased_time call to a safer spot
2024-01-01 11:58:00 +02:00
Eladash
e6f1e598a9
Fix pad_state_notify_state_change
2024-01-01 11:58:00 +02:00
Eladash
2398e753bf
Savestates/cellPad: Save old controller state
2024-01-01 11:58:00 +02:00
Eladash
847b721558
Compression: Fix infinite loop
...
Always keep expanding the buffer even if avail_in is 0
2024-01-01 11:58:00 +02:00
Eladash
b00fe1d12f
Compression: Improve async compression performance
2024-01-01 11:58:00 +02:00
Eladash
6214d0c9a5
Savestates/TAR: Fix huge files handling in TAR serialization
2024-01-01 11:58:00 +02:00
Eladash
4a8beb8588
SPU LLVM: Minor fixup
2024-01-01 11:58:00 +02:00
Elad Ashkenazi
dfb163546b
HOTFIX for atomic wait
2023-12-30 22:33:57 +01:00
Megamouse
f45cbdd0f7
fixes
2023-12-30 21:14:26 +01:00
Megamouse
7a02787bee
fix some more warnings
2023-12-30 21:14:26 +01:00
Megamouse
b501953d41
rsx: remove unused param
2023-12-30 19:07:35 +01:00
Megamouse
c5836e3525
fix more warnings
2023-12-30 19:07:35 +01:00
Megamouse
59c58aa3cf
fix some warnings
2023-12-30 19:07:35 +01:00