Megamouse
|
cebf6dcd01
|
Allow any 1080p selection if the game supports 1080p
|
2024-05-05 01:38:54 +02:00 |
|
Megamouse
|
4aa83d1350
|
sys: force resolution to 720p if the game does not support the configuration
Maybe prevents some issues with global config.
|
2024-05-05 01:38:54 +02:00 |
|
Megamouse
|
32666b5ae8
|
HLE: use original filename for media exports
No idea what's the real logic here.
I was just winging it with the title before.
It's most likely just meant for metadata.
|
2024-05-04 22:18:44 +02:00 |
|
Elad Ashkenazi
|
e74cceb3f4
|
Add logging of exported SPRX functions on dummy load
|
2024-05-04 14:15:51 +03:00 |
|
Eladash
|
7bd4cfc5b3
|
Logging fix
|
2024-05-04 14:15:51 +03:00 |
|
Eladash
|
0791349455
|
Avoid calling std::vector::data() if empty
|
2024-05-04 14:15:51 +03:00 |
|
Eladash
|
b83e39a540
|
Fix some warnings
|
2024-05-04 14:15:51 +03:00 |
|
Eladash
|
bef832f4e0
|
llvm_calli fix
|
2024-05-04 14:15:51 +03:00 |
|
Eladash
|
51e1598e42
|
Savestates: Fix rare race
|
2024-05-04 14:15:51 +03:00 |
|
Eladash
|
6b906b9a9c
|
Fixup SPU Profiler
|
2024-05-04 14:15:51 +03:00 |
|
Florin9doi
|
f1ef3bdcd7
|
USB: Allow UsbPspCm passthrough
|
2024-05-02 10:12:38 +03:00 |
|
Florin9doi
|
55fccf03fa
|
USB: Update GameTablet
|
2024-05-01 09:52:30 +02: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 |
|
RipleyTom
|
8d815e8ee0
|
Clamp spu_fi results
|
2024-04-29 05:21:49 +03:00 |
|
Elad Ashkenazi
|
430b57833d
|
SPU LLVM: Remove wrong zero sign fixup
|
2024-04-28 20:39:57 +03:00 |
|
Megamouse
|
e32c48d0dd
|
Camera: optimize some loops
Factor out some conditions in RAW8 loop.
Use floats YUV loop.
Replace pixel getters with simple pointers.
|
2024-04-27 14:23:56 +02:00 |
|
capriots
|
e2402b1c8f
|
cellRtc: review fixes
|
2024-04-27 13:33:09 +02: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
|
2556f84752
|
cellRtc: replace vm::check_addr() with sys_memory_get_page_attribute()
|
2024-04-27 13:33:09 +02:00 |
|
capriots
|
c8e624850b
|
cellRtc: improvements
|
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 |
|
Megamouse
|
fcba193a3c
|
input: use keyboard consumers to seperate cell and overlay logic
|
2024-04-27 01:03:23 +02:00 |
|
RipleyTom
|
6fc7fa3b13
|
Logging improvements
|
2024-04-27 00:12:14 +02:00 |
|
Elad Ashkenazi
|
ad4216a3fc
|
PPU LLVM: Do not crash on linkage of garbage code
|
2024-04-26 18:55:50 +03:00 |
|
RipleyTom
|
08c3a38b67
|
Split normal sockets and p2p sockets handling
|
2024-04-24 14:15:17 +03:00 |
|
Megamouse
|
b8165af054
|
rsx: optimize some loops
|
2024-04-24 12:16:45 +03:00 |
|
oltolm
|
862727e9bf
|
simplify template code like std::invoke_result<T>::type
|
2024-04-21 18:15:17 +03:00 |
|
oltolm
|
9e9a3262eb
|
simplify template code like std::is_same<T>::value
|
2024-04-21 18:15:17 +03:00 |
|
Megamouse
|
16f006362e
|
Move freopen to console.h
|
2024-04-20 17:23:10 +03:00 |
|
capriots
|
dfec577417
|
cellRtc: implement remaining parsers, improve formatters (#15451)
|
2024-04-20 15:41:42 +02:00 |
|
Megamouse
|
14e9c8954c
|
cellMusic
|
2024-04-20 11:55:49 +02:00 |
|
Megamouse
|
dff7352e2e
|
llvm: silence warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing]
|
2024-04-20 01:38:11 +02:00 |
|
Megamouse
|
30bb6c9fb9
|
cellSysutilAvc2MicRead: Fix some nonsensical nullptr deref warning
|
2024-04-20 01:38:11 +02:00 |
|
Megamouse
|
dcb8f21b2b
|
Use unordered map to store keyboard keys
This potentially reduces latency ever so slightly.
|
2024-04-19 23:47:59 +02:00 |
|
Eladash
|
b18a97e777
|
SPU Analyzer: Filter calls to calls
|
2024-04-19 20:51:37 +03:00 |
|
Eladash
|
c7d93bd470
|
PPU Analyzer: Look for functions using callers (fallback)
|
2024-04-19 20:51:37 +03:00 |
|
Eladash
|
7bf8917c08
|
PPU LLVM: Fix crash in Unity games
|
2024-04-19 20:51:37 +03:00 |
|
Eladash
|
093198e3d5
|
savestate_utils.cpp: Fixup a tiny bug
|
2024-04-19 20:51:37 +03:00 |
|
Megamouse
|
1444981bdc
|
overlays/osk: Don't use meta out key code in the osk overlay
The out key code is simply used to store the meta key ID.
It is not meant to be a real key code.
|
2024-04-19 01:29:22 +02:00 |
|
Megamouse
|
e3f6bbfcc9
|
fix some warnings and typos
|
2024-04-19 01:29:22 +02:00 |
|
Megamouse
|
89922b254c
|
cellSysutilAvc2: improve unload and some more stuff
|
2024-04-18 13:22:45 +02:00 |
|
Florin9doi
|
ea8918291b
|
uDraw emulation [3]
|
2024-04-18 09:39:02 +02:00 |
|
Florin9doi
|
21445fa01a
|
uDraw emulation [2]
|
2024-04-18 09:39:02 +02:00 |
|
Florin9doi
|
8d340eecc1
|
Sort IO files
|
2024-04-18 09:39:02 +02:00 |
|
Florin9doi
|
463826bf13
|
uDraw emulation
|
2024-04-18 09:39:02 +02:00 |
|
kd-11
|
40eda1b972
|
rsx: Make const explicitly unsigned
- Can silence some GLSL compiler noise in mesa
|
2024-04-17 22:22:37 +03:00 |
|