Commit Graph

  • d17f0a3923 Qt: Implement disc change in QtHostInterface Connor McLaughlin 2020-02-16 00:14:33 +09:00
  • e5740a5632 Qt: Pass QStrings by reference in HostInterface Connor McLaughlin 2020-02-16 00:14:30 +09:00
  • fd8ed08307 Move more logic from frontend to base HostInterface Connor McLaughlin 2020-02-16 00:14:28 +09:00
  • f0578bb932 HostInterface: Make helper methods const Connor McLaughlin 2020-02-16 00:14:25 +09:00
  • 153eded978 Qt: Use a single column in hotkey binding list Connor McLaughlin 2020-02-16 00:14:23 +09:00
  • 5c303705ac Qt: Use scroll area for hotkey binding list Connor McLaughlin 2020-02-16 00:14:08 +09:00
  • 1ce1e016ae Qt: Implement save state menus Connor McLaughlin 2020-02-16 00:14:04 +09:00
  • 97ea851097 Qt: Narrowing warning fix Connor McLaughlin 2020-02-16 00:14:02 +09:00
  • 7290e5cad0 HostInterface: Add per-slot save state helper functions Connor McLaughlin 2020-02-16 00:14:00 +09:00
  • 9148581213 GPU: Narrowing warning fix Connor McLaughlin 2020-02-16 00:13:57 +09:00
  • 3bafdf88d4 SDL: Fix uninitialized mapping variables Connor McLaughlin 2020-02-16 00:13:55 +09:00
  • 745c2785b2 Move shared frontend code from SDL to a seperate project Connor McLaughlin 2020-02-16 00:13:53 +09:00
  • 24bebf7f59 SDL: Add emulation speed slider Connor McLaughlin 2020-02-16 00:13:48 +09:00
  • 2d4dc6afc6 CI: Enable macOS builds Connor McLaughlin 2020-02-15 23:39:20 +09:00
  • fd2ca2927e Common/FileSystem: Fix recursive directory creation Connor McLaughlin 2020-02-15 23:19:27 +09:00
  • 89ac06a385 CI: Only build master branch Connor McLaughlin 2020-02-15 23:17:07 +09:00
  • befa2a27d8 HostInterface: Fix crash in SetUserDirectory Connor McLaughlin 2020-02-15 23:12:15 +09:00
  • 223cf6bf31 Update README.md with macOS build instructions Connor McLaughlin 2020-02-15 22:56:02 +09:00
  • 8fd0fa00a7 Update README.md with user directory info Connor McLaughlin 2020-02-15 22:51:09 +09:00
  • b605a84f7d HostInterface: Set user directory for Linux/macOS, portable.txt support Connor McLaughlin 2020-02-15 22:30:26 +09:00
  • 2e629a2e7d Update README.md with new CI instructions Connor McLaughlin 2020-02-15 21:52:05 +09:00
  • 1ccc26804d CI: Use AppVeyor for Windows builds Connor McLaughlin 2020-02-15 21:38:53 +09:00
  • f5482cb3b6 Don't require OpenGL compatibility profile Connor McLaughlin 2020-02-15 21:11:51 +09:00
  • 1c17d5495e CMake: Attempting to around SDL2 issues on macOS Connor McLaughlin 2020-02-15 17:40:21 +09:00
  • 65b5013da0 Qt: Work around indirect include of glext.h by QOpenGLContext on macOS Connor McLaughlin 2020-02-15 17:23:21 +09:00
  • 15e49b9f61 Core/TimingEvent: Add missing <string> include Connor McLaughlin 2020-02-15 11:34:57 +09:00
  • f0910dc948 Common/FileSystem: Include fix Connor McLaughlin 2020-02-15 11:00:54 +09:00
  • f805764fea Common/FileSystem: More OSX fixes.. Connor McLaughlin 2020-02-15 10:50:33 +09:00
  • 2ac8f7a6ac Common/FileSystem: uint32 -> u32 Connor McLaughlin 2020-02-15 10:34:48 +09:00
  • 244302557f SDL: Add missing <cmath> include to sdl_host_interface.cpp Connor McLaughlin 2020-02-15 10:29:46 +09:00
  • 8eba4b379c Settings: Default to D3D11 renderer on Windows Connor McLaughlin 2020-02-15 10:21:57 +09:00
  • 4681f9d744 Common/FileSystem: Don't include malloc.h on macOS Connor McLaughlin 2020-02-15 10:12:55 +09:00
  • 33f3ab4d86 Common/FIFOQueue: Use posix_memalign instead of memalign Connor McLaughlin 2020-02-15 00:08:56 +09:00
  • 23c8a5588d Add macOS to some Linux/Android-only-isms Connor McLaughlin 2020-02-14 22:58:10 +09:00
  • 5aba89091e HostInterface: Fix possible crash in BIOS loading Connor McLaughlin 2020-02-14 22:45:54 +09:00
  • d7f8884291 Qt: Fix compilation under clang-9 Connor McLaughlin 2020-02-13 16:52:30 +09:00
  • 9c82096f8f Merge pull request #22 from orbea/clang Connor McLaughlin 2020-02-13 13:33:00 +09:00
  • 0c05ad471c cmake: Silence warnings with clang. orbea 2020-02-12 11:20:11 -08:00
  • c008a5d523 Display: Fix bleeding from adjacent VRAM columns with linear filtering Connor McLaughlin 2020-02-13 00:19:46 +09:00
  • 5c7ef65a34 HostInterface: Non-standard speeds are <100% too Connor McLaughlin 2020-02-12 21:27:43 +09:00
  • b8210ecbe3 GPU: Use correct texture page size in overlap tracking Connor McLaughlin 2020-02-12 20:58:34 +09:00
  • 278aa86d14 SPU: Refactor ADSR/implement exponential mode Connor McLaughlin 2020-02-11 23:00:17 +09:00
  • e098c83342 HostInterface: Disable vsync/audio sync when running at not-100% speed Connor McLaughlin 2020-02-11 12:03:25 +09:00
  • 70fe43a3ec System: Implement variable emulation speed Connor McLaughlin 2020-02-11 12:02:42 +09:00
  • a81a0c0f21 Qt: Add normalized float values to SettingWidgetBinder Connor McLaughlin 2020-02-10 22:44:00 +09:00
  • 9ac7b002e2 GPU/HW: Improve dirty rectangle tracking Connor McLaughlin 2020-02-09 22:49:50 +09:00
  • 2bf6912f39 Qt: Simplify emulation thread loop Connor McLaughlin 2020-02-09 22:16:37 +09:00
  • c820ddba79 HostInterface: Move throttle and perf stats to System class Connor McLaughlin 2020-02-09 22:16:25 +09:00
  • 895cefec60 Qt: Fix core trying to use core OpenGL shaders on OpenGL ES Connor McLaughlin 2020-02-08 21:18:41 +09:00
  • 1e45c9c4e1 GPU: Fix incorrect overwrite of set mask bit from draw mode Connor McLaughlin 2020-02-08 00:01:32 +09:00
  • 287ab93cdc GPU: Fix texture bit15 not propogating when blending enabled Connor McLaughlin 2020-02-08 00:01:12 +09:00
  • ac5af4658d GPU: Mask bit check should use existing colour not new colour Connor McLaughlin 2020-02-07 00:11:12 +09:00
  • a36fe8bfe6 GPU: Keep drawing area invalidated after invalidating shadow VRAM copy Connor McLaughlin 2020-02-07 00:10:58 +09:00
  • d1c8775996 Common/Rectangle: Compile fix when using operator= Connor McLaughlin 2020-02-07 00:10:46 +09:00
  • 7e862cd63e GPU: Texture bit should be ignored when drawing lines Connor McLaughlin 2020-02-07 00:10:36 +09:00
  • d67133b537 Build: Fix DebugFast config for tinyxml2 Stenzek 2020-02-06 20:55:43 +09:00
  • 8d9ce82281 Qt: Slightly rework desktop/GLES context creation Stenzek 2020-02-06 20:55:11 +09:00
  • 8654778298 Qt: OpenGL display window crash fix Stenzek 2020-02-05 22:47:49 +09:00
  • e4e15f234b Qt: Fix up debug CPU mode switch menu Stenzek 2020-02-05 17:43:25 +09:00
  • 057263bda3 HostInterface: Track changes to CPU mode in ApplySettings() Stenzek 2020-02-05 17:43:15 +09:00
  • c26b9bc54c System: UpdateCPUExecutionMode -> SetCPUExecutionMode Stenzek 2020-02-05 17:43:00 +09:00
  • 93f85535eb Qt: Handle creation of ES contexts even when it wasn't specified Stenzek 2020-02-05 17:42:50 +09:00
  • edb6d7c97e Qt: Add debug settings to menu Stenzek 2020-02-04 15:22:56 +09:00
  • 733ab1bca0 Settings: Store debug settings to ini Stenzek 2020-02-04 15:22:48 +09:00
  • 6718f0442c Qt: Support QActions in SettingsWidgetBinder Stenzek 2020-02-04 15:22:39 +09:00
  • 52fd070d3b Build: Compile tinyxml2 as static library instead of dll Connor McLaughlin 2020-02-03 14:22:17 +10:00
  • ec55ab7f5e Build: Rename duckstation to duckstation-sdl Connor McLaughlin 2020-02-03 14:16:59 +10:00
  • 6c8eaa5204 Update windows-build.yml to remove unnecessary DLL copy step Connor McLaughlin 2020-02-03 13:55:34 +10:00
  • ec7454a968 Update README.md with new build instructions Connor McLaughlin 2020-02-03 13:55:05 +10:00
  • 5957df5b5c Update SDL2 to 2.0.10 Connor McLaughlin 2020-02-03 13:53:31 +10:00
  • 4eadc07629 Common/StringUtil: Fix more incorrect usage of va_list Connor McLaughlin 2020-02-03 13:53:08 +10:00
  • 899a8e0f03 Qt: Add "Use Debug Device" to GPU settings Connor McLaughlin 2020-02-02 00:22:14 +10:00
  • 96be414e3e Qt: Populate console region drop-down dynamically Connor McLaughlin 2020-02-02 00:22:07 +10:00
  • b11a7a106f Common/Log: Fix corrupted output/UB with va_copy Connor McLaughlin 2020-02-01 11:04:29 +10:00
  • c72d86cf1b Qt: Hook up CPU execution mode setting Connor McLaughlin 2020-02-01 00:05:20 +10:00
  • 601dde5686 Update README.md with information about Windows builds Connor McLaughlin 2020-01-30 20:18:33 +10:00
  • e11c7190b5 Linux build fix Connor McLaughlin 2020-01-30 20:19:27 +10:00
  • 91064c2366 Update README.md Connor McLaughlin 2020-01-30 20:07:10 +10:00
  • 070e6c32d6 Frontends: Add .chd files to open filter Connor McLaughlin 2020-01-30 19:49:44 +10:00
  • c1c82eb3f3 Common/CDImage: Support CHD format Connor McLaughlin 2020-01-30 15:50:14 +10:00
  • 18d5086e4c Common/CDImage: Changes to support CHD interfaces Connor McLaughlin 2020-01-30 15:50:00 +10:00
  • b5901fa190 dep: Add libchdr Connor McLaughlin 2020-01-30 15:49:04 +10:00
  • 7fc6c77015 dep: Add libFLAC 1.3.3 Connor McLaughlin 2020-01-30 15:48:22 +10:00
  • 13e1fa055b dep: Add lzma 19.00 Connor McLaughlin 2020-01-30 15:47:11 +10:00
  • 0b7abf244e Timers: Fix sync mode 3 inverted condition Connor McLaughlin 2020-01-30 16:18:56 +10:00
  • 88936463d7 GPU: Toggle vblank timer gate for full frame Connor McLaughlin 2020-01-30 16:18:31 +10:00
  • 288b680e07 FileSystem: Add ReplaceExtension() helper Connor McLaughlin 2020-01-30 13:18:16 +10:00
  • 6624df1e8c Qt: Add CPU settings/emulation speed to console settings Connor McLaughlin 2020-01-29 00:01:44 +10:00
  • 5272ecd572 Qt: Support binding settings to QSliders Connor McLaughlin 2020-01-29 00:01:35 +10:00
  • 5bf85a5f3f Update README.md Connor McLaughlin 2020-01-28 23:27:56 +10:00
  • b169bc08cd Update README.md Connor McLaughlin 2020-01-26 15:50:32 +10:00
  • 4c59d8a9ea Linux build fix Connor McLaughlin 2020-01-24 16:44:13 +10:00
  • 1b9609ef61 Implement event-based scheduler instead of lock-step components Connor McLaughlin 2020-01-24 14:53:40 +10:00
  • 624888e131 HostInterface: Default BIOS path to bios subdirectory Connor McLaughlin 2020-01-24 14:52:12 +10:00
  • faf2308695 Settings: Move set defaults to HostInterface so it can use user paths Connor McLaughlin 2020-01-24 14:52:04 +10:00
  • b5e73a0be4 HostInterface: Add helper methods for getting paths to save states/memcards Connor McLaughlin 2020-01-24 14:52:03 +10:00
  • a83cad5872 GPU/D3D11: Use shader bytecode cache Connor McLaughlin 2020-01-24 14:52:01 +10:00
  • 82da9a4505 D3D11: Add a shader bytecode cache class Connor McLaughlin 2020-01-24 14:52:00 +10:00
  • 2276975d62 Qt: Implement GitHub Repository/Issue Tracker links Connor McLaughlin 2020-01-24 14:51:59 +10:00
  • 1ed187fd57 Qt: Add hotkey for increasing/decreasing resolution scale Connor McLaughlin 2020-01-24 14:51:57 +10:00