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
Megamouse
b1c48e66c9
sceNp: fix size_t data types
2023-12-30 19:07:35 +01:00
kd-11
d4796c46b1
rsx: Fix detiler shader compilation
2023-12-30 12:35:23 +01:00
kd-11
2b9bfc0ec2
rsx: Pick tiler/detiler according to actual block size
2023-12-30 12:35:23 +01:00
kd-11
188eefeeac
rsx: Avoid out of bounds write for tiled memory
2023-12-30 12:35:23 +01:00
Alexander Wilms
22d43c25b2
Metainfo: Update number of compatible games
2023-12-30 11:41:52 +01:00
Alexander Wilms
a7ae1c3b9c
Metainfo: Add German translations and more URLs
2023-12-30 11:41:52 +01:00
Alexander Wilms
42cf8b0bc4
Metainfo: Sort tags with jdAppStreamEdit
2023-12-30 11:41:52 +01:00
Alexander Wilms
42348d6b43
Fix display_length tag and add screenshot caption
2023-12-30 11:41:52 +01:00
Megamouse
2c6f11fc1c
msvc/debug: set mainCRTStartup as entry point
2023-12-30 04:51:40 +01:00
Megamouse
f0c2f9235e
msvc/debug: remove outdated qtmaind.lib dependency
2023-12-30 04:51:40 +01:00
Megamouse
3a73f8f84f
msvc/debug: Pass c++ standard to Qt
2023-12-30 04:51:40 +01:00
RipleyTom
a96f9d9bfb
Fix sceNpManagerGetNetworkTime called before rpcn connection
2023-12-30 02:00:21 +01:00
RipleyTom
03761c5dd4
rpcn 0.8
2023-12-29 19:22:49 +01:00
Megamouse
d3298c422b
sys/cellGame: Fix hdd game dir name
...
Some games are installed with other dir names than title_id
2023-12-29 18:10:00 +01:00
Megamouse
b0c1684ff3
Qt/input: separate num keys from other keys
2023-12-29 16:33:41 +01:00
Eladash
9f6c5381a1
SPU/Savestates: Remove reservation hack, allow its saving
2023-12-29 11:11:53 +02:00
Eladash
e209dc1229
Savestates: Save build version and creation time
2023-12-29 11:11:53 +02:00
Eladash
9df40a9b69
Suggest using SPU Savestates-Compatible Mode on failure to save
2023-12-29 11:11:53 +02:00
Eladash
bd687b41d3
SPU LLVM: Fix savestates with LLVM
...
Sneaky bug: allow invalidation from blocks that do not contain a store but do a gpr-state critical operation.
2023-12-29 11:11:53 +02:00
Eladash
526aaf7302
Fix idm::allocate_id at fixed position
2023-12-29 11:11:53 +02:00
Eladash
72ed2f1d43
Invalidate savestates
2023-12-29 11:11:53 +02:00
Eladash
e14cc69441
Savestates/vm: rewrite memory saving for better compression
2023-12-29 11:11:53 +02:00
Eladash
d78bbbf69a
Savestates: Fix audio_out_configuration initialization
2023-12-29 11:11:53 +02:00
Eladash
f696107c90
Add savestate data validity asserts
2023-12-29 11:11:53 +02:00
kd-11
475191cf7f
rsx: Fix typo
2023-12-27 21:25:46 +01:00
kd-11
69a463ad02
rsx: Support DMA tiling in the CPU blit path
2023-12-26 18:30:00 +03:00
kd-11
51fc193395
rsx: De-spaghettify nv3089::image_in
...
- This function was a disaster with random code added in without much thought over a decade.
- Restructures the logic into decode and transfer steps for easier management.
2023-12-26 18:30:00 +03:00
Megamouse
3f5a80d692
Typemap: Set init to false after each individual destructor
2023-12-25 11:14:11 +02:00
RipleyTom
69238bfc23
Remove destructor dependencies on nph
2023-12-24 15:16:56 +02:00
RipleyTom
732d9b83ba
Fix nph and nt interderp
2023-12-22 14:34:48 +01:00
Megamouse
50214a6a07
Qt: use default colors for native styles
2023-12-22 10:03:56 +01:00
Megamouse
bc9f0fe56c
Qt: use initial style as default style
2023-12-22 01:20:14 +01:00
Eladash
40604f6076
Fixup np_handler ctor
2023-12-21 16:12:50 +02:00
Megamouse
3f2c75d920
overlays: move debug overlay to native overlay
2023-12-20 23:33:43 +01:00
Megamouse
d08c7a9b96
sceNpDrm: improve error handling of rap files
2023-12-20 22:22:51 +01:00
Eladash
8591529aad
Fix sys_fs_fcntl default_sys_fs_container use
2023-12-20 19:58:21 +02:00
Eladash
33d46172a6
Game Settings: Add an option to create game config using default settings
...
Fix a potential crash on creating global config.
2023-12-20 18:27:47 +02:00
RipleyTom
dbd1f27862
Replace condition_variable with atomic_t
2023-12-20 15:28:47 +02:00
Megamouse
2eae0a9d3a
Qt: allow to use native styles
2023-12-20 12:53:21 +01:00
Megamouse
8b6fa32d12
Do not allow running RPCS3 from Rar directories
2023-12-19 22:18:57 +01:00
Eladash
90b6f5613e
Fix some warnings
2023-12-19 15:34:07 +02:00
Eladash
d1527710f9
Fix HLE sys_lwcond_signal_to
2023-12-19 15:34:07 +02:00
Eladash
657af10361
Savestates: Fix pair serialization
2023-12-19 15:34:07 +02:00
Eladash
7e853abc4b
Fix tcp_timeout_monitor abort
2023-12-19 15:34:07 +02:00
Eladash
9f0cb9148f
vm.h: Cleanup and fix some warnings
2023-12-19 15:34:07 +02:00
Eladash
edf74313ef
Remove some fxo->need calls
2023-12-19 15:34:07 +02:00
Elad Ashkenazi
14c92efd38
Util/fixed_typemap.hpp: Fix thread-safety issue with init
...
Now safe as long as no- object is created
2023-12-19 15:34:07 +02:00
Eladash
2190419b83
Util/fixed_typemap.hpp: set unitialiazed data to trap values
2023-12-19 15:34:07 +02:00
Eladash
0c410f8a14
Postpone thread launching on g_fxo->init
2023-12-19 15:34:07 +02:00
Megamouse
a4bcba8971
Fix some warnings
2023-12-19 00:50:57 +01:00
Megamouse
763744268d
update_manager: replace deprecated LookToRead2_Init nonsense with regular c++ default initializer
2023-12-19 00:50:57 +01:00
kd-11
98b7642232
rsx: Avoid data loss in blit engine when WCB/WDB + RCB/RDB is active
2023-12-18 17:08:33 +03:00
brian218
19d1e4dcc9
sys_usbd: Fix up sys_usbd_get_descriptor() error handling according to hardware test
...
usb_device_emulated: Allow partial copy of desscriptors
2023-12-17 19:38:40 +02:00
brian218
d18f929faf
sys_usbd: Prevent sys_usbd_get_descriptor() from buffer overflow
...
sys_usbd: Add some more arguments to sys_usbd_attach()'s logging for better debugging
2023-12-16 16:24:55 +02:00
Megamouse
f8e0c9e27a
Start/Stop IPC when changing the config setting
2023-12-15 18:08:07 +01:00
Megamouse
907e0fa8c8
Fix fxo dependencies
2023-12-15 18:08:07 +01:00
Megamouse
47fcb9562f
Trophy Manager: allow to lock/unlock trophies
2023-12-15 00:31:49 +01:00
RipleyTom
cee6d03033
Fix initialization order for network_thread
2023-12-14 19:34:14 +01:00
Megamouse
57cc7037f6
input/evdev: handle flatness deadzone value
...
This may fix issues with sticky axis on evdev.
Also refactors some redundant axis scaling functions.
2023-12-14 15:51:11 +01:00
Megamouse
7c9a38e0f3
rsxaudio: fix ensure order
2023-12-14 15:51:11 +01:00
RipleyTom
f709a5747a
Force sending a FIN packet on rpcn disconnect
2023-12-13 12:42:38 +02:00
Eladash
75494066ea
Qt: Cleanup game-install assistant pull request
...
Use paths instead of IDs, disable typemap.
2023-12-12 21:23:33 +02:00
Eladash
60baa49007
sceNp/vm: Fix strings read, implement safe string reader
2023-12-12 21:23:33 +02:00
Megamouse
15cd05cdfb
curl: use native CA store instead of deploying cacert.pem
2023-12-12 01:23:05 +01:00
Eladash
a6839e823e
Qt: Post Game-Installation Assistant
2023-12-11 07:47:52 +02:00
oltolm
cb4a688e02
asm.hpp: fix usage of _mm_prefetch
2023-12-11 06:26:40 +02:00
kd-11
ab6bcd32a9
rsx: Improve strict mode check in 308a::color
...
- The chances that someone is using strict mode is lower than the odds of having default ZCULL
2023-12-09 22:34:02 +03:00
kd-11
67f97b0e15
rsx: Let 308a::color have a synchronization side-effect in strict mode
...
- Some games use 308a::color to implement custom sync primitives (ETQW).
- When the color data is written, the engine assumes all occlusion reports are ready which can cause severe flickering if we don't flush the pipeline.
2023-12-09 22:34:02 +03:00
Elad Ashkenazi
fbeaa1c487
Savestates: Fix compressed serialization handler deadlock
2023-12-05 12:34:52 +02:00
Megamouse
57ee3c6a6d
cellRec: Remove outdated frame size check
...
We are rescaling the images to the desired output format in the encoder.
The frames themselves are not a fixed container anymore.
2023-12-05 08:37:34 +01:00
Megamouse
a4011376e0
Qt: only allow double leftclick in screenshot manager
2023-12-05 08:37:34 +01:00
Eladash
69ef9c8a6a
PPU/sys_dbg: Implement self-modifying code
2023-12-03 12:57:21 +02:00
Megamouse
8ef844ca53
Qt: Remove default "Unknown" in GameInfo struct
...
There is no need to initialize these anymore.
The game list already uses its own fallback string constants if needed.
2023-12-03 01:05:28 +01:00
Megamouse
a97bad97ae
Qt: Properly use ICON1.PAM from game data dir if available
...
Fixes hover movie for disc games that have game data installed.
2023-12-03 01:05:28 +01:00
Megamouse
c245637c38
Qt: force hover event handling for flow widget items
...
Fixes hover movies for stylesheets that didn't have a game grid item style set for the hover state.
2023-11-30 22:10:32 +01:00
Megamouse
4a4f537ee8
recording: Implement audio recording for rsx audio
2023-11-30 09:55:36 +01:00
Megamouse
44585b98cc
audio: fix time stretching regression
2023-11-30 00:34:32 +01:00
Megamouse
4520f7646f
recording: use scoped_lock
2023-11-30 00:34:32 +01:00
Megamouse
bebac4773a
cellRec: only access global video provider if necessary
...
We do not necessarily use the video provider object in cellRec...
2023-11-30 00:34:32 +01:00
Megamouse
9e76e14a79
recording: optimize access to video recorder
...
Use separate locks for audio and video
Fix audio mutex usage in cellRec.
Removes can_consume_sample, since we don't do any processing
between can_consume_sample and present_samples.
Use get_system_time for consistency.
Move pts reset to set_video_sink.
Make start time atomic.
Remove frame and sample counts.
Use m_active to early out to reduce mutex locks.
Do not try to present samples if the recording mode is stopped anyway.
2023-11-30 00:34:32 +01:00
Megamouse
4dfda3240c
Qt: implement hover pam in game list
2023-11-29 20:11:45 +01:00
Megamouse
aae155e954
Qt: use vector for camera video sink buffer
2023-11-29 20:11:45 +01:00
oltolm
fdcb481f07
fix Clang warnings
2023-11-29 19:02:34 +01:00
kd-11
1c78584f41
rsx: Remove unnecessary "else" clauses
2023-11-29 19:52:16 +03:00
kd-11
685b3ee41b
rsx: Code quality and readability improvements
2023-11-29 19:52:16 +03:00
Eladash
b674e332fc
SPU: Fixup SPU Cache progress in first game boot
2023-11-29 10:51:32 +02:00
Megamouse
57324f1703
Qt: notify progress dialog cancelation when closing the game window
2023-11-29 00:46:20 +01:00
Megamouse
ac869ec855
Qt: fix random segfaults when canceling batch operations
...
It occasionally happened that the progress_dialog object was deleted before we reached the end of the function.
2023-11-29 00:46:20 +01:00
Eladash
b774ba9888
serialization.hpp: Fix some warning
2023-11-28 21:18:18 +02:00
Eladash
54a6f2f51b
SPU LLVM: Do not wait for Progress Dialog to clear before starting
2023-11-28 21:18:18 +02:00
Eladash
d449420a45
PPU Progress Dialog: Add "Applying PPU Code" stage
2023-11-28 21:18:18 +02:00
Eladash
3bd27d5695
TAR: Improve logging
2023-11-28 16:46:44 +02:00
Eladash
0416f6361c
Fix file_view::read_at and file_view::get_stat
2023-11-28 16:46:44 +02:00
Eladash
9abf0b7176
Savestates: Asynchronous compression
2023-11-28 16:46:44 +02:00
Eladash
aaf776ddc9
Fixup Firmware install
2023-11-28 16:46:44 +02:00
Eladash
79465334fe
Savestates: Add basic statistics in log
2023-11-28 16:46:44 +02:00
Eladash
f8ca5cdf56
vm: Minor optimization for memory serialization
2023-11-28 16:46:44 +02:00
Eladash
ac19a50f5f
Rewrite global zipping buffer function
...
Take advantage of the new method, remove a method that is not recommended for use.
2023-11-28 16:46:44 +02:00
Eladash
fdb2fecd45
Savestates: Add errored state for compressed stream
2023-11-27 12:36:17 +02:00
Eladash
a0b521ba8e
Savestates: Add TAR and VM assert
2023-11-27 12:36:17 +02:00