Commit Graph

1062 Commits (a9109c755245fdd813079d88bc6bf3f5566a5877)
 

Author SHA1 Message Date
Connor McLaughlin 4629cdfffc Qt: Add help text section to settings dialog 6 years ago
Connor McLaughlin d5c76bf7d5 Qt: Increase default size of settings dilaog 6 years ago
Connor McLaughlin c646bf507f Qt: Add OSD options to general settings 6 years ago
Connor McLaughlin a4a5d3ef79 Qt: Split some console settings out into general settings 6 years ago
Connor McLaughlin bf2f9bd8d9 Qt: Add 'Refresh' button to toolbar for reloading game list 6 years ago
Connor McLaughlin 7e36195f44 HostInterface: Enable on-screen FPS/VPS/Speed display via config 6 years ago
Connor McLaughlin 9fd95c3e21 Common/Rectangle: Fix off-by-one error in Intersects() 6 years ago
Connor McLaughlin 77a60f0c5f HostInterface: Crash fix again for controller switching 6 years ago
Connor McLaughlin acd49f3765 Qt: Fix possible crash when loading state via menu 6 years ago
Connor McLaughlin 12ddeb675c HostInterface: Fix controller not updating when switched and system running 6 years ago
Connor McLaughlin 46f921fb95 SDLControllerInterface: Fix crash on shutdown 6 years ago
Connor McLaughlin 8190efa5dc SDLControllerInterface: Fix compilation on Ubuntu LTS 6 years ago
Connor McLaughlin ad6e4cb6e4 Qt: Add "Clear All" and "Rebind All" to controller bindings 6 years ago
Connor McLaughlin 45050709f2 Qt: Add support for clearing input bindings with right click 6 years ago
Connor McLaughlin 29a09a3685 Introduce ControllerInterface class, port SDL interface over
This breaks controller support in the SDL frontend until it's ported
over to the common interface.
6 years ago
Connor McLaughlin 6ce97e0e13 dep: Add googletest 6 years ago
Connor McLaughlin a4486cf6fa CDROM: Don't miss last three frames at end of sector 6 years ago
Connor McLaughlin 8ef1e71ce0 DMA: Channels other than OTC should run based on request in SyncMode 0 6 years ago
Connor McLaughlin f4d172df2f DMA: Fix underflow when block_count == 0 6 years ago
Connor McLaughlin 904ab982e6 GPU: Fix crash when fill rectangles are out-of-bounds 6 years ago
Connor McLaughlin d67bcd654c GPU: Prevent emulator locking up when switching between PAL/NTSC mode 6 years ago
Connor McLaughlin bad5b30a61 CDROM: Fix incorrect volume matrix update/application
Fixes #90.
6 years ago
Connor McLaughlin 3223f87eeb CDROM: Simplify register indexing for write 6 years ago
Connor McLaughlin 1ee68ad12a CommonHostInterface: Add Screenshot hotkey 6 years ago
Connor McLaughlin afe2f96474 Qt: Fix display not updating after resize when paused
Fixes #104.
6 years ago
Connor McLaughlin b86e0bc846 SPU: Implement reverb
Possibly still not complete.
6 years ago
Connor McLaughlin c9e5e3a43e CDROM: Add missing disc/console region check
Fixes #106.
6 years ago
Connor McLaughlin 282998d0bb Qt: Add screenshot button 6 years ago
Connor McLaughlin ffb760c79d SDL: Add screenshot to menu 6 years ago
Connor McLaughlin 6b68512ac1 HostInterface: Add SaveScreenshot() method 6 years ago
Connor McLaughlin 2bb992a702 HostDisplay: Add texture dumping/saving support 6 years ago
Connor McLaughlin b4153266a0 GL/Texture: Add a GetTextureSubImage fallback/helper 6 years ago
Connor McLaughlin 212fddd195 D3D11/StagingTexture: Add auto-resizing staging texture 6 years ago
Connor McLaughlin cfcdc1c336 dep: Add stb_image_resize 6 years ago
Connor McLaughlin 97c435a154 CMake: Linux build fix 6 years ago
Connor McLaughlin fe2e6561d3 Qt: Add audio dumping options 6 years ago
Connor McLaughlin c4af353d54 SDL: Add audio dumping options 6 years ago
Connor McLaughlin 8e20d0d4ff SPU: Add audio dumping support 6 years ago
Connor McLaughlin 198a64eb5e HostInterface: Add a helper function for generating timestamp-based filenames 6 years ago
Connor McLaughlin c7a74cabaa Common: Add WAVWriter class 6 years ago
Connor McLaughlin 6a6aa72f3a SPU: Add a tick counter and delay between key on/off writes
Not yet tested on hardware. We believe that writing to a specific
voice's key on/off register within 2 samples/ticks of the first
write will result in the second write being ignored. This still
needs to be tested on hardware for confirmation.

Thanks to @PSI-Rockin for the idea.

Fixes sound effects in Monkey Hero.
6 years ago
Connor McLaughlin d42f155512 SPU: Use "ticks" instead of "sample" in variable names 6 years ago
Connor McLaughlin 90d6babfb0 SPU: Always run, not only when enabled 6 years ago
Connor McLaughlin c3cb6ef393 Qt: Fix debug menu not updating selected GPU renderer
Fixes #93.
6 years ago
Connor McLaughlin 90121aa169 GPU: Fix VRAM display in software renderer 6 years ago
Connor McLaughlin e076526898 CDROM: Rework sector buffering behavior
This has not been tested on hardware yet, but fixes a couple of games.
6 years ago
Connor McLaughlin 86eefbd5d7 System: Fix a possible assertion failure loading state 6 years ago
Connor McLaughlin 21ecf231d9 Qt: Show game list scanning progress visually 6 years ago
Connor McLaughlin 0e3bcfa7b5 Qt/HostInterface: Track main window pointer 6 years ago
Connor McLaughlin 9e08ae6188 GameList: Use ProgressCallback interface when scanning 6 years ago