Commit Graph

  • 2e629a2e7d Update README.md with new CI instructions Connor McLaughlin 2020-02-15 21:52:05 +0900
  • 1ccc26804d CI: Use AppVeyor for Windows builds Connor McLaughlin 2020-02-15 21:38:53 +0900
  • f5482cb3b6 Don't require OpenGL compatibility profile Connor McLaughlin 2020-02-15 21:11:51 +0900
  • 1c17d5495e CMake: Attempting to around SDL2 issues on macOS Connor McLaughlin 2020-02-15 17:40:21 +0900
  • 65b5013da0 Qt: Work around indirect include of glext.h by QOpenGLContext on macOS Connor McLaughlin 2020-02-15 17:23:21 +0900
  • 15e49b9f61 Core/TimingEvent: Add missing <string> include Connor McLaughlin 2020-02-15 11:34:57 +0900
  • f0910dc948 Common/FileSystem: Include fix Connor McLaughlin 2020-02-15 11:00:54 +0900
  • f805764fea Common/FileSystem: More OSX fixes.. Connor McLaughlin 2020-02-15 10:50:33 +0900
  • 2ac8f7a6ac Common/FileSystem: uint32 -> u32 Connor McLaughlin 2020-02-15 10:34:48 +0900
  • 244302557f SDL: Add missing <cmath> include to sdl_host_interface.cpp Connor McLaughlin 2020-02-15 10:29:46 +0900
  • 8eba4b379c Settings: Default to D3D11 renderer on Windows Connor McLaughlin 2020-02-15 10:21:57 +0900
  • 4681f9d744 Common/FileSystem: Don't include malloc.h on macOS Connor McLaughlin 2020-02-15 10:12:55 +0900
  • 33f3ab4d86 Common/FIFOQueue: Use posix_memalign instead of memalign Connor McLaughlin 2020-02-15 00:08:56 +0900
  • 23c8a5588d Add macOS to some Linux/Android-only-isms Connor McLaughlin 2020-02-14 22:58:10 +0900
  • 5aba89091e HostInterface: Fix possible crash in BIOS loading Connor McLaughlin 2020-02-14 22:45:54 +0900
  • d7f8884291 Qt: Fix compilation under clang-9 Connor McLaughlin 2020-02-13 16:52:30 +0900
  • 9c82096f8f
    Merge pull request #22 from orbea/clang Connor McLaughlin 2020-02-13 13:33:00 +0900
  • 0c05ad471c cmake: Silence warnings with clang. orbea 2020-02-12 11:20:11 -0800
  • c008a5d523 Display: Fix bleeding from adjacent VRAM columns with linear filtering Connor McLaughlin 2020-02-13 00:19:46 +0900
  • 5c7ef65a34 HostInterface: Non-standard speeds are <100% too Connor McLaughlin 2020-02-12 21:27:43 +0900
  • b8210ecbe3 GPU: Use correct texture page size in overlap tracking Connor McLaughlin 2020-02-12 20:58:34 +0900
  • 278aa86d14 SPU: Refactor ADSR/implement exponential mode Connor McLaughlin 2020-02-11 23:00:17 +0900
  • e098c83342 HostInterface: Disable vsync/audio sync when running at not-100% speed Connor McLaughlin 2020-02-11 12:03:25 +0900
  • 70fe43a3ec System: Implement variable emulation speed Connor McLaughlin 2020-02-11 12:02:42 +0900
  • a81a0c0f21 Qt: Add normalized float values to SettingWidgetBinder Connor McLaughlin 2020-02-10 22:44:00 +0900
  • 9ac7b002e2 GPU/HW: Improve dirty rectangle tracking Connor McLaughlin 2020-02-09 22:49:50 +0900
  • 2bf6912f39 Qt: Simplify emulation thread loop Connor McLaughlin 2020-02-09 22:16:37 +0900
  • c820ddba79 HostInterface: Move throttle and perf stats to System class Connor McLaughlin 2020-02-09 22:16:25 +0900
  • 895cefec60 Qt: Fix core trying to use core OpenGL shaders on OpenGL ES Connor McLaughlin 2020-02-08 21:18:41 +0900
  • 1e45c9c4e1 GPU: Fix incorrect overwrite of set mask bit from draw mode Connor McLaughlin 2020-02-08 00:01:32 +0900
  • 287ab93cdc GPU: Fix texture bit15 not propogating when blending enabled Connor McLaughlin 2020-02-08 00:01:12 +0900
  • ac5af4658d GPU: Mask bit check should use existing colour not new colour Connor McLaughlin 2020-02-07 00:11:12 +0900
  • a36fe8bfe6 GPU: Keep drawing area invalidated after invalidating shadow VRAM copy Connor McLaughlin 2020-02-07 00:10:58 +0900
  • d1c8775996 Common/Rectangle: Compile fix when using operator= Connor McLaughlin 2020-02-07 00:10:46 +0900
  • 7e862cd63e GPU: Texture bit should be ignored when drawing lines Connor McLaughlin 2020-02-07 00:10:36 +0900
  • d67133b537 Build: Fix DebugFast config for tinyxml2 Stenzek 2020-02-06 20:55:43 +0900
  • 8d9ce82281 Qt: Slightly rework desktop/GLES context creation Stenzek 2020-02-06 20:55:11 +0900
  • 8654778298 Qt: OpenGL display window crash fix Stenzek 2020-02-05 22:47:49 +0900
  • e4e15f234b Qt: Fix up debug CPU mode switch menu Stenzek 2020-02-05 17:43:25 +0900
  • 057263bda3 HostInterface: Track changes to CPU mode in ApplySettings() Stenzek 2020-02-05 17:43:15 +0900
  • c26b9bc54c System: UpdateCPUExecutionMode -> SetCPUExecutionMode Stenzek 2020-02-05 17:43:00 +0900
  • 93f85535eb Qt: Handle creation of ES contexts even when it wasn't specified Stenzek 2020-02-05 17:42:50 +0900
  • edb6d7c97e Qt: Add debug settings to menu Stenzek 2020-02-04 15:22:56 +0900
  • 733ab1bca0 Settings: Store debug settings to ini Stenzek 2020-02-04 15:22:48 +0900
  • 6718f0442c Qt: Support QActions in SettingsWidgetBinder Stenzek 2020-02-04 15:22:39 +0900
  • 52fd070d3b Build: Compile tinyxml2 as static library instead of dll Connor McLaughlin 2020-02-03 14:22:17 +1000
  • ec55ab7f5e Build: Rename duckstation to duckstation-sdl Connor McLaughlin 2020-02-03 14:16:59 +1000
  • 6c8eaa5204 Update windows-build.yml to remove unnecessary DLL copy step Connor McLaughlin 2020-02-03 13:55:34 +1000
  • ec7454a968 Update README.md with new build instructions Connor McLaughlin 2020-02-03 13:55:05 +1000
  • 5957df5b5c Update SDL2 to 2.0.10 Connor McLaughlin 2020-02-03 13:53:31 +1000
  • 4eadc07629 Common/StringUtil: Fix more incorrect usage of va_list Connor McLaughlin 2020-02-03 13:53:08 +1000
  • 899a8e0f03 Qt: Add "Use Debug Device" to GPU settings Connor McLaughlin 2020-02-02 00:22:14 +1000
  • 96be414e3e Qt: Populate console region drop-down dynamically Connor McLaughlin 2020-02-02 00:22:07 +1000
  • b11a7a106f Common/Log: Fix corrupted output/UB with va_copy Connor McLaughlin 2020-02-01 11:04:29 +1000
  • c72d86cf1b Qt: Hook up CPU execution mode setting Connor McLaughlin 2020-02-01 00:05:20 +1000
  • 601dde5686 Update README.md with information about Windows builds Connor McLaughlin 2020-01-30 20:18:33 +1000
  • e11c7190b5 Linux build fix Connor McLaughlin 2020-01-30 20:19:27 +1000
  • 91064c2366 Update README.md Connor McLaughlin 2020-01-30 20:07:10 +1000
  • 070e6c32d6 Frontends: Add .chd files to open filter Connor McLaughlin 2020-01-30 19:49:44 +1000
  • c1c82eb3f3 Common/CDImage: Support CHD format Connor McLaughlin 2020-01-30 15:50:14 +1000
  • 18d5086e4c Common/CDImage: Changes to support CHD interfaces Connor McLaughlin 2020-01-30 15:50:00 +1000
  • b5901fa190 dep: Add libchdr Connor McLaughlin 2020-01-30 15:49:04 +1000
  • 7fc6c77015 dep: Add libFLAC 1.3.3 Connor McLaughlin 2020-01-30 15:48:22 +1000
  • 13e1fa055b dep: Add lzma 19.00 Connor McLaughlin 2020-01-30 15:47:11 +1000
  • 0b7abf244e Timers: Fix sync mode 3 inverted condition Connor McLaughlin 2020-01-30 16:18:56 +1000
  • 88936463d7 GPU: Toggle vblank timer gate for full frame Connor McLaughlin 2020-01-30 16:18:31 +1000
  • 288b680e07 FileSystem: Add ReplaceExtension() helper Connor McLaughlin 2020-01-30 13:18:16 +1000
  • 6624df1e8c Qt: Add CPU settings/emulation speed to console settings Connor McLaughlin 2020-01-29 00:01:44 +1000
  • 5272ecd572 Qt: Support binding settings to QSliders Connor McLaughlin 2020-01-29 00:01:35 +1000
  • 5bf85a5f3f Update README.md Connor McLaughlin 2020-01-28 23:27:56 +1000
  • b169bc08cd Update README.md Connor McLaughlin 2020-01-26 15:50:32 +1000
  • 4c59d8a9ea Linux build fix Connor McLaughlin 2020-01-24 16:44:13 +1000
  • 1b9609ef61 Implement event-based scheduler instead of lock-step components Connor McLaughlin 2020-01-24 14:53:40 +1000
  • 624888e131 HostInterface: Default BIOS path to bios subdirectory Connor McLaughlin 2020-01-24 14:52:12 +1000
  • faf2308695 Settings: Move set defaults to HostInterface so it can use user paths Connor McLaughlin 2020-01-24 14:52:04 +1000
  • b5e73a0be4 HostInterface: Add helper methods for getting paths to save states/memcards Connor McLaughlin 2020-01-24 14:52:03 +1000
  • a83cad5872 GPU/D3D11: Use shader bytecode cache Connor McLaughlin 2020-01-24 14:52:01 +1000
  • 82da9a4505 D3D11: Add a shader bytecode cache class Connor McLaughlin 2020-01-24 14:52:00 +1000
  • 2276975d62 Qt: Implement GitHub Repository/Issue Tracker links Connor McLaughlin 2020-01-24 14:51:59 +1000
  • 1ed187fd57 Qt: Add hotkey for increasing/decreasing resolution scale Connor McLaughlin 2020-01-24 14:51:57 +1000
  • 40799d0f77 HostInterface: Move ModifyResolutionScale() to base class Connor McLaughlin 2020-01-24 14:51:56 +1000
  • 8148486a9f Qt: Add hotkey to toggle software rendering Connor McLaughlin 2020-01-24 14:51:55 +1000
  • 4a3478b360 HostInterface: Add function to switch between sw/hw rendering Connor McLaughlin 2020-01-24 14:51:53 +1000
  • f2231d6669 HostInterface: Move setting update logic to base class Connor McLaughlin 2020-01-24 14:51:52 +1000
  • 82563d94f4 HostInterface: Fix offset OSD messages in Qt frontend Connor McLaughlin 2020-01-24 14:51:38 +1000
  • 687772c4da HostDisplay: Move some derived class fields to base class Connor McLaughlin 2020-01-24 14:51:36 +1000
  • 736d85b0f3 Qt: Implement display linear filtering Connor McLaughlin 2020-01-24 14:51:34 +1000
  • abf48b6cc2 Qt: Update GPU settings when enhancements are changed Connor McLaughlin 2020-01-24 14:51:33 +1000
  • f05f5aeb2b Qt: Implement browse button for BIOS path Connor McLaughlin 2020-01-24 14:51:31 +1000
  • 2694181811 Qt: Hook up HostInterface::Report{Error,Message} Connor McLaughlin 2020-01-24 14:51:30 +1000
  • 19cd91a684 Qt: Fix crash on exit when boot fails Connor McLaughlin 2020-01-24 14:51:28 +1000
  • 4aadcbf470 dep: Remove msvc zlib binaries from tree Connor McLaughlin 2020-01-24 14:51:27 +1000
  • 78f984c412 Qt: Add automatic download of redump disc database for game list Connor McLaughlin 2020-01-24 14:51:25 +1000
  • b937275073 Qt: Link with and copy Qt5Network library Connor McLaughlin 2020-01-24 14:51:24 +1000
  • 1137b388c4 dep: Add minizip Connor McLaughlin 2020-01-24 14:51:22 +1000
  • b1dbb0d7fb dep: Add zlib Connor McLaughlin 2020-01-24 14:51:19 +1000
  • 65ae85eb7b Qt: Skeleton for audio settings Connor McLaughlin 2020-01-24 14:51:13 +1000
  • c5faa36f43 GameList: Add function to query whether database exists Connor McLaughlin 2020-01-24 14:51:12 +1000
  • f6fee86f1c HostInterface: Create user directories on startup Connor McLaughlin 2020-01-24 14:51:10 +1000
  • b4c06fdcc6 GameList: Auto set cache/database path from user directory Connor McLaughlin 2020-01-24 14:51:09 +1000