Commit Graph

1018 Commits (7b9be0a586873b2a7792ef2a829a8ae2195c2d75)
 

Author SHA1 Message Date
Connor McLaughlin 7b9be0a586 Qt: Add per-page help to settings dialog 5 years ago
Connor McLaughlin 1d9bcb2a48 Qt: Force redraw the display when restoring after minimized 5 years ago
Connor McLaughlin 361bedc2c3 SDLControllerInterface: Hackfix for non-player-id supporting controllers 5 years ago
Connor McLaughlin 8b836555f6 Qt: Disable auto-fill background and set WA_NoSystemBackground 5 years ago
Connor McLaughlin 74e0e83cfd Qt: Use same imgui style as SDL 5 years ago
Connor McLaughlin e662f34f8b Qt: Add help for general settings 5 years ago
Connor McLaughlin 4629cdfffc Qt: Add help text section to settings dialog 5 years ago
Connor McLaughlin d5c76bf7d5 Qt: Increase default size of settings dilaog 5 years ago
Connor McLaughlin c646bf507f Qt: Add OSD options to general settings 5 years ago
Connor McLaughlin a4a5d3ef79 Qt: Split some console settings out into general settings 5 years ago
Connor McLaughlin bf2f9bd8d9 Qt: Add 'Refresh' button to toolbar for reloading game list 5 years ago
Connor McLaughlin 7e36195f44 HostInterface: Enable on-screen FPS/VPS/Speed display via config 5 years ago
Connor McLaughlin 9fd95c3e21 Common/Rectangle: Fix off-by-one error in Intersects() 5 years ago
Connor McLaughlin 77a60f0c5f HostInterface: Crash fix again for controller switching 5 years ago
Connor McLaughlin acd49f3765 Qt: Fix possible crash when loading state via menu 5 years ago
Connor McLaughlin 12ddeb675c HostInterface: Fix controller not updating when switched and system running 5 years ago
Connor McLaughlin 46f921fb95 SDLControllerInterface: Fix crash on shutdown 5 years ago
Connor McLaughlin 8190efa5dc SDLControllerInterface: Fix compilation on Ubuntu LTS 5 years ago
Connor McLaughlin ad6e4cb6e4 Qt: Add "Clear All" and "Rebind All" to controller bindings 5 years ago
Connor McLaughlin 45050709f2 Qt: Add support for clearing input bindings with right click 5 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.
5 years ago
Connor McLaughlin 6ce97e0e13 dep: Add googletest 5 years ago
Connor McLaughlin a4486cf6fa CDROM: Don't miss last three frames at end of sector 5 years ago
Connor McLaughlin 8ef1e71ce0 DMA: Channels other than OTC should run based on request in SyncMode 0 5 years ago
Connor McLaughlin f4d172df2f DMA: Fix underflow when block_count == 0 5 years ago
Connor McLaughlin 904ab982e6 GPU: Fix crash when fill rectangles are out-of-bounds 5 years ago
Connor McLaughlin d67bcd654c GPU: Prevent emulator locking up when switching between PAL/NTSC mode 5 years ago
Connor McLaughlin bad5b30a61 CDROM: Fix incorrect volume matrix update/application
Fixes #90.
5 years ago
Connor McLaughlin 3223f87eeb CDROM: Simplify register indexing for write 5 years ago
Connor McLaughlin 1ee68ad12a CommonHostInterface: Add Screenshot hotkey 5 years ago
Connor McLaughlin afe2f96474 Qt: Fix display not updating after resize when paused
Fixes #104.
5 years ago
Connor McLaughlin b86e0bc846 SPU: Implement reverb
Possibly still not complete.
5 years ago
Connor McLaughlin c9e5e3a43e CDROM: Add missing disc/console region check
Fixes #106.
5 years ago
Connor McLaughlin 282998d0bb Qt: Add screenshot button 5 years ago
Connor McLaughlin ffb760c79d SDL: Add screenshot to menu 5 years ago
Connor McLaughlin 6b68512ac1 HostInterface: Add SaveScreenshot() method 5 years ago
Connor McLaughlin 2bb992a702 HostDisplay: Add texture dumping/saving support 5 years ago
Connor McLaughlin b4153266a0 GL/Texture: Add a GetTextureSubImage fallback/helper 5 years ago
Connor McLaughlin 212fddd195 D3D11/StagingTexture: Add auto-resizing staging texture 5 years ago
Connor McLaughlin cfcdc1c336 dep: Add stb_image_resize 5 years ago
Connor McLaughlin 97c435a154 CMake: Linux build fix 5 years ago
Connor McLaughlin fe2e6561d3 Qt: Add audio dumping options 5 years ago
Connor McLaughlin c4af353d54 SDL: Add audio dumping options 5 years ago
Connor McLaughlin 8e20d0d4ff SPU: Add audio dumping support 5 years ago
Connor McLaughlin 198a64eb5e HostInterface: Add a helper function for generating timestamp-based filenames 5 years ago
Connor McLaughlin c7a74cabaa Common: Add WAVWriter class 5 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.
5 years ago
Connor McLaughlin d42f155512 SPU: Use "ticks" instead of "sample" in variable names 5 years ago
Connor McLaughlin 90d6babfb0 SPU: Always run, not only when enabled 5 years ago
Connor McLaughlin c3cb6ef393 Qt: Fix debug menu not updating selected GPU renderer
Fixes #93.
5 years ago