refractionpcsx2
e4554fe9ca
CDVD: Load GZip index location direct from ini.
...
Stops the Qt game list from putting indexes in the default location when a custom one is used.
2022-06-21 21:51:25 +01:00
refractionpcsx2
8ec736789c
GUI: Allow memcard names shorter than 4
2022-06-21 21:51:07 +01:00
refractionpcsx2
9a323a9a8d
GUI: Only add extension to new memcards on save
2022-06-21 21:51:07 +01:00
MomosuWarosu
298e626b6e
GameDB: Upscaling fixes added for all retail versions of Shutokou Battle 01
...
GameDB: Upscaling fixes for Shutokou Battle 01
GameDB: Upscaling fixes for Shutokou Battle 01
2022-06-21 21:22:03 +01:00
Blackbird88
af7308e395
GameDB: Fix name of "The Document of Metal Gear Solid 2"
2022-06-21 21:21:43 +01:00
Mrlinkwii
7c80fcacba
GameDB: add missing upscaling fixes to "Xenosaga Episode III"
2022-06-21 21:21:27 +01:00
Silent
beb23efa88
XInput: Fix axis inversion when using SCP extensions
2022-06-21 17:16:44 +01:00
Christian Murphy
1b65f5f164
PAD/Core bugfix for #6472
...
Bugfix for https://github.com/PCSX2/pcsx2/issues/6472 which was introduced by hold turbo changes
2022-06-21 09:36:06 +01:00
PCSX2 Bot
bb336f1bc7
PAD: Update to latest controller database.
2022-06-20 21:16:38 +02:00
Connor McLaughlin
36d386b451
Qt: Fix hide mouse cursor not working with render-to-main off
2022-06-20 15:14:23 +01:00
Connor McLaughlin
9199f48a3c
HostDisplay: Remove DestroyRenderDevice()/move to destructor
...
Saves having to remember to call this any time you destroy the display
object.
2022-06-20 15:14:15 +01:00
Connor McLaughlin
5c88c585a0
ContextWGL: Use pbuffers when we don't have a surface
...
Fixes context restore error tripping when confirming shutdown while
fullscreen in Qt.
2022-06-20 15:14:15 +01:00
Connor McLaughlin
771b1490d2
Qt: Get rid of redundant resume on confirm shutdown
2022-06-20 10:34:28 +01:00
Connor McLaughlin
4bbdbf6332
Qt: Fix crash on confirm shutdown when fullscreen
2022-06-20 10:34:28 +01:00
refractionpcsx2
7dc10fbe46
Docs: Add normal readme and rename documentation readme
2022-06-20 09:12:08 +01:00
Ali Mahdavi
90ca83bd96
Qt: Change the word “Save Slot” to “Load Slot” in Load State menu
...
First off, I must admit, I **HAVE NOT** compiled the project to see if my change breaks the whole thing or not. I just searched the entire repository for `Save Slot` and renamed the one related to `loadSaveStateSlot`.
2022-06-20 09:56:36 +02:00
Christian Murphy
4ee92fc637
Qt: Turbo (Hold) Hotkey binding
...
Fixes #5538
Acts as a temporary flip-flop switch while held that either enables turbo while held or disables turbo while held if you've already toggled turbo.
Default bind is Keyboard/Period but happy to make this unbound if preferred.
2022-06-20 09:55:53 +02:00
Florin9doi
1d39488061
Gamedb: DB Updates
2022-06-20 08:50:56 +01:00
MomosuWarosu
d87cd32ff4
GameDB: Upscaling fixes for Tokyo Xtreme Racer 3
2022-06-20 07:50:00 +01:00
Connor McLaughlin
2a50ae905d
VMManager: Don't try to load state when none exists
2022-06-20 07:38:19 +01:00
Connor McLaughlin
f536584d7a
VulkanHostDisplay: Fix uploading unaligned texture sizes
2022-06-20 07:28:12 +01:00
Connor McLaughlin
fa3bd58b7f
GS: Don't show GPU OSD when timing init fails
2022-06-20 07:28:12 +01:00
Connor McLaughlin
1f5d2c49fc
Qt: Split texture replacement settings to its own page
2022-06-20 07:28:12 +01:00
Connor McLaughlin
3e585c3438
Qt: Add folder settings
2022-06-20 07:28:12 +01:00
Connor McLaughlin
c23e792f68
Qt: Add folder selection to memory card settings
2022-06-20 07:28:12 +01:00
Connor McLaughlin
02d3c93c2c
Qt: Allow editing folder settings
2022-06-20 07:28:12 +01:00
Connor McLaughlin
a07ef0f5ee
Qt: Move logging setup into core
...
Sharable between frontends this way.
2022-06-20 07:28:12 +01:00
Connor McLaughlin
e415251f30
Qt: Add pad deadzone
2022-06-20 07:28:12 +01:00
Connor McLaughlin
ddbc143178
GS/DX12: Fix creating display textures mid-frame crashing
2022-06-20 07:28:12 +01:00
CharlesThobe
d54715a9c3
Updater: Do not extract portable.ini
...
DIO
2022-06-19 20:18:34 +01:00
refractionpcsx2
eb9507707d
GS: Unset scanmsk_used after 2 frames
2022-06-19 19:36:02 +01:00
lightningterror
3377de1fe3
gitignore: Ignore dmp files in bin directory.
2022-06-19 19:05:43 +02:00
refractionpcsx2
b5807e0788
GS-PCRTC: Add option to enable/disable Anti-Blur code.
...
For... accuracy?
Also clean up FIELD nonsense in the merge circuit.
Fixed up offset code for interlacing
2022-06-19 16:25:13 +01:00
Connor McLaughlin
c86e82039a
GS: Fix possible crash when changing settings with readbacks disabled
2022-06-19 09:32:31 +02:00
Connor McLaughlin
999b2267c0
Wx: Remove sync to host refresh rate option
...
Still available in Qt obviously. Apparently there's COM reinitialization
issues on the CPU thread in wx, and I don't want to deal with that nonsense.
2022-06-19 09:31:51 +02:00
Connor McLaughlin
fbf9585b5a
VMManager: Auto switch to 16:9 when ws patches are enabled/found
2022-06-19 02:18:08 +01:00
Connor McLaughlin
470365644f
Qt: Implement mouse->controller binding
...
Also implements forwarding mouse events to imgui.
2022-06-19 02:17:42 +01:00
Connor McLaughlin
7b3847cc5c
Qt: Fix incorrect input popup when no vibration sources available
2022-06-18 22:58:27 +02:00
Connor McLaughlin
2b0e1a1dec
Qt: Fix compiling with spaces in path on Windows
2022-06-18 22:57:51 +02:00
kmicki
316e140329
PAD: changed freeze data size in Linux for cross-platform compatibility
2022-06-18 22:56:59 +02:00
Mrlinkwii
02c4c3b03d
Gamedb: add "EETimingHack" for "Strikers 1945 1-2" and gamefixes for 'Star wars episode 3 "
2022-06-18 21:51:51 +01:00
TellowKrinkle
e5405e191b
Metal: Fix ImGui renderer
...
Turns out those were bitcasts, not conversions
2022-06-18 15:32:46 -05:00
TheLastRar
839ea61d55
DEV9: Formatting
2022-06-17 19:12:35 +02:00
TheLastRar
02f27f8cbc
DEV9: Have internal DHCP use AdapterUtils
2022-06-17 19:12:35 +02:00
TheLastRar
35b5138593
DEV9: Have internal DNS use AdapterUtils
2022-06-17 19:12:35 +02:00
TheLastRar
809c5ed051
DEV9: Have pcap backend use AdapterUtils
2022-06-17 19:12:35 +02:00
TheLastRar
412451f9d6
DEV9: Have Sockets backend use AdapterUtils
2022-06-17 19:12:35 +02:00
TheLastRar
35802f2089
DEV9: Add AdapterUtils
2022-06-17 19:12:35 +02:00
TheLastRar
8f6f0f8401
DEV9: Exclude pcap NPF_ Prefix from GUID on Windows
2022-06-17 19:12:35 +02:00
refractionpcsx2
44d95badc4
GUI-WX: Add Blit description in WX gamefix panel.
2022-06-17 00:30:06 +01:00