shinra-electric
|
d482c078bc
|
Update MVK to 1.2.4 for Vulkan SDK 1.3.250
|
2023-05-25 08:54:44 +02:00 |
|
Megamouse
|
38f9332905
|
overlays: Fix width of graph labels
|
2023-05-25 06:37:31 +02:00 |
|
Megamouse
|
96f1f9e45e
|
overlays: fix missing sound autorepeat fence.
The other instances aren't realistically autorepeating
|
2023-05-25 06:37:31 +02:00 |
|
Eladash
|
f031cd9b42
|
Take advantage of WIN10 Thread Name API
|
2023-05-24 20:39:51 +02:00 |
|
Megamouse
|
3aa15c8a23
|
Update hidapi from 0.13.1 to 0.14.0
|
2023-05-23 22:23:44 +02:00 |
|
Megamouse
|
a3cc3aa8b8
|
Update curl from 8.0.1 to 8.1.1
|
2023-05-23 22:23:44 +02:00 |
|
Megamouse
|
29f67448e9
|
pine: fix some warnings (#13904)
|
2023-05-23 18:01:14 +02:00 |
|
kd-11
|
976a3ed3bf
|
Formatting fixes
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
98c0944419
|
vk: Fix some sampler load crashes
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
bf78b197a3
|
vk: Reimplement sampler disposal using the new pool mechanism
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
427960fee8
|
vk: Fix compiler warning
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
75da7d80dc
|
vk: Reimplement sampler caching to take border color into account
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
7eb730ee03
|
vk: Integrate custom border colors when supported
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
4b9fa7a417
|
vk: Require customBorderColorWithoutFormat feature
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
6163acc8c5
|
vk: Add border color extension detection
|
2023-05-23 14:37:13 +03:00 |
|
kd-11
|
4add5b6bf0
|
vk: Minor refactoring of optional features
|
2023-05-23 14:37:13 +03:00 |
|
Megamouse
|
1ae3b37fbe
|
sceNpTrophy: set timestamps
|
2023-05-23 08:22:13 +02:00 |
|
Elad Ashkenazi
|
23c710cf53
|
CPUThread.cpp: Fix an emulator crash on game exit
|
2023-05-22 20:04:49 +03:00 |
|
Eladash
|
e29b81c444
|
Debug Fixes
|
2023-05-22 20:04:49 +03:00 |
|
Megamouse
|
73dba6d6e0
|
overlays: do not play sounds on fast auto repeat
Currently there's a nasty sound stakkato going on if you keep the dpad pressed to the left in the home menu for example.
|
2023-05-20 18:27:26 +02:00 |
|
Megamouse
|
09e845a539
|
input: add sanity checks for buf_size
also improve log spam
|
2023-05-20 13:24:43 +02:00 |
|
Eladash
|
e1744ceab2
|
Debugger: Implement key-scrolling through threads
|
2023-05-19 23:15:40 +02:00 |
|
RipleyTom
|
cbb1b1f28e
|
Fix spu_fm
|
2023-05-19 18:26:42 +03:00 |
|
Elad Ashkenazi
|
59f9938849
|
cellSpurs: Fix ready count
|
2023-05-19 14:18:51 +03:00 |
|
Megamouse
|
8db318094f
|
Qt: fix memory leak on midi error
|
2023-05-18 22:11:35 +02:00 |
|
Megamouse
|
5a4206e05d
|
Qt: Don't refresh mic and midi list in constructor
|
2023-05-18 22:11:35 +02:00 |
|
Megamouse
|
6794ae35a1
|
mac arm: try to fix compilation
|
2023-05-18 18:52:25 +02:00 |
|
Megamouse
|
8676913e73
|
input: use enum class for pad connection
|
2023-05-18 18:52:25 +02:00 |
|
Megamouse
|
2ef120fdcd
|
input: add option to keep pads connected
|
2023-05-18 18:52:25 +02:00 |
|
kd-11
|
08c1a14b13
|
Fix init order for gpu_debug_marker
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
4a138aa918
|
Fix init order
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
793a21a825
|
rsx: Fix build after variable rename
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
6fd76054b4
|
vk: Rename the debug marker to something more appropriate
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
c80be9e54b
|
Fixup - command buffer wrapping
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
56ebae773c
|
vk: C++-ify the debug marker sync object member names
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
fad6647255
|
vk: Do not use raw GPU command buffer handles for any wrapped API calls
- There is no reason to do so and we seriously hamper debugging efforts
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
edb2b60f2f
|
rsx: Perform region clipping in a normalized coordinate space
- Depending on what the caller wants to do, the scaling will be different for src vs dst calculations.
We cannot reliably handle this in the callee
|
2023-05-18 18:10:46 +03:00 |
|
kd-11
|
d894ccb4ea
|
vk: Preliminary support for debug markers
|
2023-05-18 18:10:46 +03:00 |
|
Megamouse
|
bd09dc8ea8
|
Qt: allow hiding trophy table columns
|
2023-05-18 15:26:05 +02:00 |
|
Megamouse
|
a1e19e1cf8
|
VS: set more O2
|
2023-05-18 12:41:22 +02:00 |
|
Megamouse
|
799dbfc2c5
|
MSVC: Ignore base address warning
|
2023-05-18 12:41:22 +02:00 |
|
Megamouse
|
54e6cf95d7
|
Fix some warnings
|
2023-05-18 12:41:22 +02:00 |
|
Megamouse
|
3ea0e391db
|
Updates
|
2023-05-18 12:41:22 +02:00 |
|
Megamouse
|
4fd21f7764
|
Windows Use vector for performance counter data allocation
|
2023-05-18 09:15:49 +02:00 |
|
Megamouse
|
f8009451a9
|
rpcn: fix some msvc warnings
|
2023-05-18 09:15:49 +02:00 |
|
Megamouse
|
f5c48a00b4
|
Fix log message
|
2023-05-18 09:15:49 +02:00 |
|
Elad Ashkenazi
|
c70338a9a9
|
Logs/Debugger: Go-To-Address signal from log text
|
2023-05-18 08:43:39 +02:00 |
|
Megamouse
|
e83540d80c
|
Qt: don't refresh game grid after emu stop
It is not necessary to refresh the game grid after stopping a game.
|
2023-05-17 23:39:48 +02:00 |
|
Dark
|
24dde5d42b
|
Implement support for emulating Rock Band 3's MIDI Pro Adapter
Co-authored-by: Megamouse <studienricky89@googlemail.com>
|
2023-05-17 22:59:44 +02:00 |
|
Joshua de Reeper
|
8e15afb2c4
|
sys_usbd: Emulate Disney Infinity Base
|
2023-05-17 21:26:58 +02:00 |
|