Connor McLaughlin
|
1000cb30a9
|
HostDisplay: Track mouse position
|
2020-04-26 17:36:49 +10:00 |
|
Connor McLaughlin
|
2502afc3f6
|
SDL: Hook up mouse button events to bindings
|
2020-04-26 17:24:00 +10:00 |
|
Connor McLaughlin
|
3723cd5867
|
Qt: Mouse button binding support
|
2020-04-26 17:23:42 +10:00 |
|
Connor McLaughlin
|
ce46475e41
|
Qt: Use click event rather than pressed to rebind
|
2020-04-26 17:22:29 +10:00 |
|
Connor McLaughlin
|
fce35d6dbe
|
CommonHostInterface: Support mouse bindings
|
2020-04-26 17:21:49 +10:00 |
|
Connor McLaughlin
|
02db665d4a
|
Common: Add bitutils.h
|
2020-04-26 17:21:33 +10:00 |
|
Connor McLaughlin
|
e6bd6587fd
|
Controller: Add emulation of Namco GunCon
|
2020-04-26 01:23:58 +10:00 |
|
Connor McLaughlin
|
2026ef99e8
|
MemoryCard: Last byte should not set /ACK
|
2020-04-26 01:23:08 +10:00 |
|
Connor McLaughlin
|
fccc2dd295
|
DigitalController: Store button state/transfer state in save states
|
2020-04-26 01:23:01 +10:00 |
|
Connor McLaughlin
|
2ffcad3d37
|
GPU: Add method to convert from window coordinates to beam ticks/lines
|
2020-04-26 01:22:56 +10:00 |
|
Connor McLaughlin
|
a111e36ad7
|
CommonHostInterface: Add proper fast forward toggle
|
2020-04-26 01:22:44 +10:00 |
|
Connor McLaughlin
|
194fc63232
|
GameList: Flush game list after re-scanning
Should hopefully fix random gamelist corruption.
|
2020-04-25 15:23:41 +10:00 |
|
Connor McLaughlin
|
25af5ef9d9
|
MemoryCard: Save FLAG to state
|
2020-04-25 15:00:14 +10:00 |
|
Connor McLaughlin
|
92255c8ddd
|
System: Don't drop audio buffers when time lost
|
2020-04-25 14:51:25 +10:00 |
|
Connor McLaughlin
|
f98c9b4084
|
GPU/HW: Fix display being cut off when cropping+upscaling
|
2020-04-25 14:37:56 +10:00 |
|
Connor McLaughlin
|
9e2331c52a
|
Qt: Redraw window immediately when switching between fullscreen/windowed
Fixes content not showing when displaying a popup message.
|
2020-04-25 14:30:10 +10:00 |
|
Connor McLaughlin
|
1dd2e0f498
|
Qt: Fix assertion tripping when starting fullscreen 2nd time
|
2020-04-25 14:30:10 +10:00 |
|
Connor McLaughlin
|
9b402a9f5f
|
Add note to README.md about vcruntime140_1.dll
|
2020-04-25 14:20:58 +10:00 |
|
Connor McLaughlin
|
7fae169bbb
|
Timer: Don't let writes affect IRQ state
|
2020-04-25 14:17:44 +10:00 |
|
Connor McLaughlin
|
72f6503bec
|
CDROM: Reduce speed change delay
|
2020-04-25 14:16:36 +10:00 |
|
Connor McLaughlin
|
a4416d8cf5
|
CDROM: Add seek time when starting reading/playing without setloc
|
2020-04-25 14:16:20 +10:00 |
|
Connor McLaughlin
|
f7e2d98055
|
Qt: Add .psf to all files filter for open file
|
2020-04-25 00:37:48 +10:00 |
|
Connor McLaughlin
|
191c3450cc
|
SPU: Port reverb algorithm from Mednafen-PSX
|
2020-04-25 00:37:02 +10:00 |
|
Connor McLaughlin
|
6e6c11f8bf
|
GPU: Fix dithering enable check for non-textured polygons
Fixes screen fade out effects in Final Fantasy VIII.
|
2020-04-24 19:53:49 +10:00 |
|
Connor McLaughlin
|
e34b78ab80
|
SPU: Fix pitch modulation
|
2020-04-24 15:50:35 +10:00 |
|
Connor McLaughlin
|
1891b45b0e
|
GPU/OpenGL: Fix shader compile error on NVIDIA
|
2020-04-24 03:30:32 +10:00 |
|
Connor McLaughlin
|
715209e178
|
GPU/HW: Truncate colours to 16-bit before applying alpha
Fixes battle screen transitions blowing out in brightness in Final
Fantasy 7.
|
2020-04-24 03:26:54 +10:00 |
|
Connor McLaughlin
|
4a4c3d5e3b
|
GL/Texture: Add internal format as parameter
|
2020-04-24 03:21:44 +10:00 |
|
Connor McLaughlin
|
990147b7e9
|
GPU/HW: Use uint in CPU-side vertex attributes
|
2020-04-23 15:55:49 +10:00 |
|
Connor McLaughlin
|
e2f5905cd6
|
GPU/HW: Use unsigned integers in shaders for texcoords
Probably needs testing on GLES.
|
2020-04-23 15:14:19 +10:00 |
|
Connor McLaughlin
|
30033ed4aa
|
GPU/HW: Minor improvements to texture filtering
|
2020-04-23 15:08:28 +10:00 |
|
Connor McLaughlin
|
13e2b28f50
|
GPU/HW: Only apply vertex offset at 1x resolution scale
|
2020-04-23 14:45:11 +10:00 |
|
Connor McLaughlin
|
ea25b58dd3
|
Qt: Support disabling vsync via glXSwapInterval
|
2020-04-23 13:04:40 +10:00 |
|
Connor McLaughlin
|
fc6a165438
|
CMake: Fix compiling with Visual Studio
|
2020-04-23 13:04:33 +10:00 |
|
Connor McLaughlin
|
a02c818245
|
HostDisplay: Drop some unused methods
|
2020-04-22 21:15:59 +10:00 |
|
Connor McLaughlin
|
ea3c0b65cf
|
Qt: Refactor render widget state transitions
Recreate widget each time. Fixes fullscreen mode switches on D3D11 and
hopefully Wayland.
|
2020-04-22 21:13:53 +10:00 |
|
Connor McLaughlin
|
d7aa514f14
|
GPU/HW/OpenGL: Work around vertex-Y-off-by-one issue
|
2020-04-22 17:39:46 +10:00 |
|
Connor McLaughlin
|
ec5b52b3fb
|
GPU/HW: Tweak vertex shader offsets
Fixes Doom/Dark Forces/etc in hardware renderer, but only at 1x
resolution. Fixes missing lines in Castlevania SOTM, Ridge Racer Type 4,
etc.
|
2020-04-21 22:07:55 +10:00 |
|
Connor McLaughlin
|
834f3768a1
|
GPU/HW: Line coordinate typo fix
|
2020-04-21 16:01:04 +10:00 |
|
Connor McLaughlin
|
1ee418aebf
|
GPU/HW: Fix additional polyline vertices drawing
|
2020-04-21 15:45:22 +10:00 |
|
Connor McLaughlin
|
b9954a943a
|
CommonHostInterface: Default hotkeys for new save state UI
- F1: Load
- F2: Save
- F3: Select Previous
- F4: Select Next
|
2020-04-21 03:07:53 +10:00 |
|
Connor McLaughlin
|
2a710798cc
|
CommonHostInterface: Add save state selector UI
|
2020-04-21 03:07:40 +10:00 |
|
Connor McLaughlin
|
7c2244f20f
|
FrontendCommon: Add placeholder icon binary
|
2020-04-21 02:50:48 +10:00 |
|
Connor McLaughlin
|
08c8d1a521
|
System: Support saving screenshots in save states
|
2020-04-21 02:50:45 +10:00 |
|
Connor McLaughlin
|
aaf9dcaf02
|
GPU/HW: Fix possible crash when drawing polylines
|
2020-04-20 13:00:57 +10:00 |
|
Connor McLaughlin
|
4655aa02f8
|
CPU/CodeCache: Fix uninitialized pointers
|
2020-04-20 12:35:57 +10:00 |
|
Connor McLaughlin
|
badfe6117e
|
GPU: Remove textured draw time penalty
Fixes missing elements in Bloody Roar 2.
|
2020-04-20 12:25:00 +10:00 |
|
Connor McLaughlin
|
759c7c52d5
|
GPU: Don't wedge when other commands are in FIFO with polyline
Fixes Ridge Racer Type 4.
|
2020-04-20 01:10:41 +10:00 |
|
Connor McLaughlin
|
b893c0abf5
|
GPU/Software: Fix copies when overlapping and oversized
|
2020-04-20 00:54:50 +10:00 |
|
Connor McLaughlin
|
f1d1129e05
|
CDROM: Don't assert if SetMode.bit4 is set
|
2020-04-19 22:31:22 +10:00 |
|