Commit Graph

1388 Commits (7bb087fe737617b41da266032c6a17c5ed5d1783)
 

Author SHA1 Message Date
Connor McLaughlin 2026ef99e8 MemoryCard: Last byte should not set /ACK 5 years ago
Connor McLaughlin fccc2dd295 DigitalController: Store button state/transfer state in save states 5 years ago
Connor McLaughlin 2ffcad3d37 GPU: Add method to convert from window coordinates to beam ticks/lines 5 years ago
Connor McLaughlin a111e36ad7 CommonHostInterface: Add proper fast forward toggle 5 years ago
Connor McLaughlin 194fc63232 GameList: Flush game list after re-scanning
Should hopefully fix random gamelist corruption.
5 years ago
Connor McLaughlin 25af5ef9d9 MemoryCard: Save FLAG to state 5 years ago
Connor McLaughlin 92255c8ddd System: Don't drop audio buffers when time lost 5 years ago
Connor McLaughlin f98c9b4084 GPU/HW: Fix display being cut off when cropping+upscaling 5 years ago
Connor McLaughlin 9e2331c52a Qt: Redraw window immediately when switching between fullscreen/windowed
Fixes content not showing when displaying a popup message.
5 years ago
Connor McLaughlin 1dd2e0f498 Qt: Fix assertion tripping when starting fullscreen 2nd time 5 years ago
Connor McLaughlin 9b402a9f5f
Add note to README.md about vcruntime140_1.dll 5 years ago
Connor McLaughlin 7fae169bbb Timer: Don't let writes affect IRQ state 5 years ago
Connor McLaughlin 72f6503bec CDROM: Reduce speed change delay 5 years ago
Connor McLaughlin a4416d8cf5 CDROM: Add seek time when starting reading/playing without setloc 5 years ago
Connor McLaughlin f7e2d98055 Qt: Add .psf to all files filter for open file 5 years ago
Connor McLaughlin 191c3450cc SPU: Port reverb algorithm from Mednafen-PSX 5 years ago
Connor McLaughlin 6e6c11f8bf GPU: Fix dithering enable check for non-textured polygons
Fixes screen fade out effects in Final Fantasy VIII.
5 years ago
Connor McLaughlin e34b78ab80 SPU: Fix pitch modulation 5 years ago
Connor McLaughlin 1891b45b0e GPU/OpenGL: Fix shader compile error on NVIDIA 5 years ago
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.
5 years ago
Connor McLaughlin 4a4c3d5e3b GL/Texture: Add internal format as parameter 5 years ago
Connor McLaughlin 990147b7e9 GPU/HW: Use uint in CPU-side vertex attributes 5 years ago
Connor McLaughlin e2f5905cd6 GPU/HW: Use unsigned integers in shaders for texcoords
Probably needs testing on GLES.
5 years ago
Connor McLaughlin 30033ed4aa GPU/HW: Minor improvements to texture filtering 5 years ago
Connor McLaughlin 13e2b28f50 GPU/HW: Only apply vertex offset at 1x resolution scale 5 years ago
Connor McLaughlin ea25b58dd3 Qt: Support disabling vsync via glXSwapInterval 5 years ago
Connor McLaughlin fc6a165438 CMake: Fix compiling with Visual Studio 5 years ago
Connor McLaughlin a02c818245 HostDisplay: Drop some unused methods 5 years ago
Connor McLaughlin ea3c0b65cf Qt: Refactor render widget state transitions
Recreate widget each time. Fixes fullscreen mode switches on D3D11 and
hopefully Wayland.
5 years ago
Connor McLaughlin d7aa514f14 GPU/HW/OpenGL: Work around vertex-Y-off-by-one issue 5 years ago
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.
5 years ago
Connor McLaughlin 834f3768a1 GPU/HW: Line coordinate typo fix 5 years ago
Connor McLaughlin 1ee418aebf GPU/HW: Fix additional polyline vertices drawing 5 years ago
Connor McLaughlin b9954a943a CommonHostInterface: Default hotkeys for new save state UI
- F1: Load
- F2: Save
- F3: Select Previous
- F4: Select Next
5 years ago
Connor McLaughlin 2a710798cc CommonHostInterface: Add save state selector UI 5 years ago
Connor McLaughlin 7c2244f20f FrontendCommon: Add placeholder icon binary 5 years ago
Connor McLaughlin 08c8d1a521 System: Support saving screenshots in save states 5 years ago
Connor McLaughlin aaf9dcaf02 GPU/HW: Fix possible crash when drawing polylines 5 years ago
Connor McLaughlin 4655aa02f8 CPU/CodeCache: Fix uninitialized pointers 5 years ago
Connor McLaughlin badfe6117e GPU: Remove textured draw time penalty
Fixes missing elements in Bloody Roar 2.
5 years ago
Connor McLaughlin 759c7c52d5 GPU: Don't wedge when other commands are in FIFO with polyline
Fixes Ridge Racer Type 4.
5 years ago
Connor McLaughlin b893c0abf5 GPU/Software: Fix copies when overlapping and oversized 5 years ago
Connor McLaughlin f1d1129e05 CDROM: Don't assert if SetMode.bit4 is set 5 years ago
Connor McLaughlin 5ad133a278 GPU/HW: Implement oversized copies on GPU
Fixes slowdown caused by this.
5 years ago
Connor McLaughlin 045c4d1745 SPU: Fix adsr_volume read for pending key-on voice
Fixes cutscene audio in Spyro 2, probably others.
5 years ago
Connor McLaughlin 13903c2abd SDL: Add advanced options for tweaking GPU FIFO/runahead
These values are not saved.
5 years ago
Connor McLaughlin 3319adfa2f GPU: Tweak rectangle draw times 5 years ago
Connor McLaughlin d5a5432a8b CPU/CodeCache: Fix crash when BIOS is missing 5 years ago
Connor McLaughlin 610cc74cb9 GPU: Add primitive setup timing 5 years ago
Connor McLaughlin 16500064f8 GPU: Tweak triangle draw times 5 years ago