Eladash
|
137f37cd41
|
Debugger/RSX: Add shortcut for RSX semaphores
|
2023-06-21 22:28:52 +03:00 |
|
Eladash
|
18722d7874
|
Utilities/Memory Viewer: Add auto-refresh mode
|
2023-06-21 22:28:52 +03:00 |
|
Megamouse
|
924692bf1c
|
Qt: use shift+click to append the button instead of replacing it
|
2023-06-15 22:39:30 +02:00 |
|
Megamouse
|
d3be8ee2b7
|
input: allow multiple key codes per button
|
2023-06-15 22:39:30 +02:00 |
|
Megamouse
|
a90858193e
|
Qt/logging: add format function for QString
|
2023-06-15 19:48:15 +02:00 |
|
Ani
|
6dcf63009e
|
Settings: Move Accurate SPU DMA to Advanced
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
44421920b3
|
Settings: Reorder settings in Debug
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
0e79fbda05
|
Settings: Reorder settings in Emulator
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
9ab89c634b
|
Settings: Move Automatically start games after boot to Debug
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
0a6f12f448
|
Settings: Rename to Force GPU Texture Scaling
Before the setting's name was Use GPU Texture Scaling
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
8612bdd03d
|
Settings: Rename to Pause emulation after loading savestates
Before the setting's name was Start Savestates Paused
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
f08d3e12ca
|
Settings: Remove PPU Interpreter (dynamic)
It has been unimplemented for a long while, so no point in displaying
it, it can be added once the feature is implemented again
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
deda47f461
|
Settings: Move Accurate GETLLAR to Advanced
Also includes some minor cleanup to move some code to their right blocks
in settings_dialog and tooltips
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
2751f5e254
|
Settings: Move Accurate PPU Float Condition Control to Debug
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
2ac1ff1d0a
|
Settings: Move Accurate PPU Vector NaN Handling to Debug
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
30e8c70055
|
Settings: Move Accurate PPU Non-Java Mode to Debug
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
62600b3be0
|
Settings: Move Accurate PPU Saturation Bit to Debug
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
57b9130cf7
|
Settings: Add Show PPU compilation hint
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
b557a7fa16
|
Settings: Move Start Savestates Paused to Emulator
Under Emulator Settings groupbox, this is not really an Advanced setting
thus it's more fitting on the Emulator tab
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
73e336adfa
|
Settings: Move Disable Vertex Cache to Advanced
Under GPU group box, MTRSX now works with Vertex Cache so the use cases
for this settings are very reduced
|
2023-06-15 01:22:15 +02:00 |
|
Ani
|
86b27a3088
|
Settings: Remove Full Width AVX-512 from the UI
This is a very niche setting, so it can remain a config.yml setting only
|
2023-06-15 01:22:15 +02:00 |
|
Elad Ashkenazi
|
59430ee83e
|
Log Frame: Make clear act clear pending messages (#14004)
|
2023-06-12 18:46:09 +02:00 |
|
Eladash
|
c0e97b4e96
|
Qt: Improve PS3 Binaries Decryption tool
|
2023-06-11 00:40:14 +02:00 |
|
kd-11
|
97f7461aa9
|
rsx: Allow the vertex cache to be enabled independently of MTRSX
|
2023-06-10 01:36:10 +03:00 |
|
Megamouse
|
fcfca6efda
|
Qt: add ability to style richtext href links
|
2023-06-08 22:58:55 +02:00 |
|
Megamouse
|
91ee066751
|
Qt: do not set play/pause button texts to 'Resume' on emu stop or ready
Since the states now always seem to match, this makes no sense anymore
|
2023-06-08 21:15:39 +02:00 |
|
Megamouse
|
404d08ef6d
|
Qt: always use last boot path for game boot actions
The actual path caused the GUI to try to run elfs directly after booting a game from a loader.
|
2023-06-08 21:15:39 +02:00 |
|
Megamouse
|
c0366ba40c
|
Qt: fix start/restart shortcut
|
2023-06-08 21:15:39 +02:00 |
|
Megamouse
|
3f5bc3464d
|
Rename ProcureCurrentEmulationCourseInformation to GetEmulationIdentifier
This is much easier to understand in my opinion.
The old name just made me scratch my head whenever I read it.
|
2023-06-08 21:15:39 +02:00 |
|
Megamouse
|
fcd6be71b0
|
debugger_frame: don't query cpu thread if emulation is stopped anyway
|
2023-06-08 21:15:39 +02:00 |
|
Megamouse
|
8f66c50721
|
input: add pressure intensity toggle mode
|
2023-06-08 16:41:44 +02:00 |
|
Eladash
|
3f44ecb77a
|
register_editor_dialog: Improve selection
|
2023-06-06 09:48:27 +02:00 |
|
Eladash
|
636bde6343
|
Logs: Fix trailing space, nbsp and unintended character
|
2023-06-06 09:48:27 +02:00 |
|
Eladash
|
e75c0dbaa1
|
debugger(CallStack): Make Return act as double click
|
2023-06-05 17:39:52 +03:00 |
|
Eladash
|
0c0f63a2a8
|
debugger: Fix potential null dereference
|
2023-06-05 17:39:52 +03:00 |
|
Eladash
|
c9942aa828
|
debugger: Fix key events when CallStack is focused
|
2023-06-05 17:39:52 +03:00 |
|
Eladash
|
ca56f0747e
|
debugger: Avoid incorrect update timer restart
|
2023-06-05 17:39:52 +03:00 |
|
Eladash
|
e77c01d00a
|
debugger: Fix use of invalid pointers
|
2023-06-05 17:39:52 +03:00 |
|
Eladash
|
b861a9c5d0
|
LV2: Implement set-priority thread requeue
|
2023-06-02 08:54:46 +03:00 |
|
Eladash
|
f57c8c1c35
|
LV2: Unconditional Timer Synchronization Fix
|
2023-06-02 08:54:46 +03:00 |
|
Megamouse
|
66e1cf96e2
|
Qt/Loader: Let users choose which packages to install
|
2023-06-01 16:34:23 +02:00 |
|
Megamouse
|
f96a0ce9d2
|
Trophies: Add more sanity checks to pugixml backend
|
2023-05-30 19:11:57 +02:00 |
|
Megamouse
|
ba592070f7
|
Qt: fix random initial game selection in trophy dir
|
2023-05-30 19:11:57 +02:00 |
|
Elad Ashkenazi
|
e0853095e3
|
Fixup debugger_frame double events
|
2023-05-30 13:11:03 +02:00 |
|
Eladash
|
5a365506f7
|
Qt/Debugger: Add Ctrl+F (find thread), Ctrl+C (copy)
|
2023-05-28 13:53:35 +02:00 |
|
Megamouse
|
145e059cdf
|
input: allow to remap emulated pads dynamically
|
2023-05-25 20:37:15 +02:00 |
|
Megamouse
|
22916a7e8d
|
Qt/input: limit some usb device configs to 2 players
|
2023-05-25 20:37:15 +02:00 |
|
Megamouse
|
07f458f991
|
Qt: rename emulated pads menu to usb devices
|
2023-05-25 20:37:15 +02:00 |
|
Megamouse
|
6180a58d7a
|
Qt: disable emulated pad settings during emulation
|
2023-05-25 20:37:15 +02:00 |
|
Megamouse
|
cb1b71bc57
|
Qt: fix emulated button reset
|
2023-05-25 20:37:15 +02:00 |
|