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
Mrlinkwii
d622faba17
GameDB: add autoflush and upscaling fixes for "Mega Man X8"
2022-06-16 20:29:23 +01:00
noigeaR
b5945d3d5c
GameDB: add missing Japanese game serials
...
GameDB: add missing Japanese game serials
2022-06-16 17:52:07 +01:00
Silent
52cd6fb1dd
GameDB: Port the Midnight Club 3 patch to NTSC-u v2.00
2022-06-16 15:05:25 +01:00
TellowKrinkle
04681babf1
Common: Add assertion failure message to crashlogs
2022-06-15 16:23:32 -05:00
Connor McLaughlin
e63c068720
GameDatabase: Add option to force blit-based FPS detection
2022-06-15 16:21:31 +01:00
refractionpcsx2
fb5b465a4e
GS: Fix overflow calculation from errantly going off.
2022-06-15 15:48:37 +01:00
RedPanda4552
59ea3c7949
GameDB: Add HPO Special (Texture - Aggressive) to Batman Vengeance
2022-06-15 15:48:18 +01:00
Mrlinkwii
6f5306dbdc
GameDB: Fix game names "ICO" and add "Monster Rancher Evo" fixes
2022-06-15 15:48:01 +01:00
refractionpcsx2
b5388fdf2f
GS: Only enable scanmsk offset on frames that need it
2022-06-14 23:07:21 +01:00
lightningterror
d2904c1fd5
GS: Fix up wave filter shaders.
2022-06-14 21:25:47 +02:00