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 |
|
Megamouse
|
1867f9aa1f
|
Qt 6.6.2
|
2024-02-16 11:29:38 +01: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 |
|