Commit Graph

  • d73692caf7
    Merge pull request #712 from RibShark/master Connor McLaughlin 2020-08-06 01:13:53 +1000
  • 1ebbb1e42a
    Only force 2 second pregap for track 1 RibShark 2020-08-05 15:19:28 +0100
  • b6d25c46e4 Qt: Add de language to update_translations.bat Connor McLaughlin 2020-08-05 20:42:48 +1000
  • 34a515cd08 Update compatibility list Connor McLaughlin 2020-08-05 03:29:36 +1000
  • a7dbb9ab28 CDImage: Work around cue parser requiring new line at end Connor McLaughlin 2020-08-05 03:14:06 +1000
  • 466e4099d4 CDROM: Fix handling of logical seeks to audio sectors Connor McLaughlin 2020-08-05 03:14:04 +1000
  • fbdc9ae631 CommonHostInterface: Remove additional API reset/restore on screenshot Connor McLaughlin 2020-08-04 21:08:56 +1000
  • dd9705ef31 GPU/HW: Fix last row of oversized writes not applying Connor McLaughlin 2020-08-04 13:20:45 +1000
  • 0b0bc32afb GPU/HW: Use texture samplers rather than fetching for batches Connor McLaughlin 2020-08-04 13:20:15 +1000
  • 0fc301d654 GPU/HW: Use wrap texture address modes Connor McLaughlin 2020-08-04 13:19:42 +1000
  • 231c0b5ff6 GPU/SW: Wrap texture coordinates when sampling Connor McLaughlin 2020-08-04 13:18:59 +1000
  • 69cbc0b5a2 GL/Texture: Add wrap texture mode option Connor McLaughlin 2020-08-04 13:18:36 +1000
  • 3df1670809 libretro: Try for a GLES context first depending on preferred renderer Connor McLaughlin 2020-08-04 02:08:54 +1000
  • e198e31598 Qt: Add German/Deutsch translation Connor McLaughlin 2020-08-03 13:27:20 +1000
  • 8b4624a98e Update Portuguese (Br) translation Connor McLaughlin 2020-08-03 13:23:34 +1000
  • 08b8176497 Update compatibility database Connor McLaughlin 2020-08-03 03:28:13 +1000
  • 818892cb1b GPU: Claer interlaced field buffer when enabling Connor McLaughlin 2020-08-03 03:26:11 +1000
  • 23df239469 GPU/HW: Debug build compile fix Connor McLaughlin 2020-08-03 03:26:00 +1000
  • f712c42c21 GPU/HW: Add more details to debug window Connor McLaughlin 2020-08-03 03:06:23 +1000
  • 9b7512f7b8 GPU/HW: Implement automatic resolution scale from window size Connor McLaughlin 2020-08-03 03:06:03 +1000
  • 94777a15cd Update compatibility list Connor McLaughlin 2020-08-03 02:09:14 +1000
  • be6ae8b70b GPU/Vulkan: Work around Mali crash with readbacks Connor McLaughlin 2020-08-03 02:03:33 +1000
  • b527118c0a GPU/HW: Fix macOS compile Connor McLaughlin 2020-08-02 18:04:00 +1000
  • 293f76a018 .gitmodules: Use shallow clone Connor McLaughlin 2020-08-02 17:36:52 +1000
  • 92975b2e81 GPU/HW: Tiny performance optimization in polygon loading Connor McLaughlin 2020-08-02 17:32:43 +1000
  • 96ba9198ef GPU/HW: Expand lines into triangles before rendering Connor McLaughlin 2020-08-02 17:17:05 +1000
  • 568cfa1865 GPU/OpenGL: Fix possible error on shutdown Connor McLaughlin 2020-08-02 17:16:51 +1000
  • 4d9c2c1b6c GPU: Ensure pending time is used in events Connor McLaughlin 2020-08-02 14:09:19 +1000
  • 75156b76af CMake: Fix Linux build Connor McLaughlin 2020-08-02 13:21:16 +1000
  • ba9ada1100 Qt: Add Portuguese (Pt) translation Connor McLaughlin 2020-08-02 13:14:06 +1000
  • bd0c403672 GPU/HW: Fix mask bit test regression Connor McLaughlin 2020-08-02 13:04:24 +1000
  • 5f9481dd3d Qt: Fix game list settings headings not being translatable Connor McLaughlin 2020-08-02 03:03:25 +1000
  • 9a9d66882c Qt: Fix game list headings not being translatable Connor McLaughlin 2020-08-02 02:57:12 +1000
  • 4137c9775e Android: Fix crash in main activity Connor McLaughlin 2020-08-02 02:35:10 +1000
  • 4bb4ec0494
    Merge pull request #680 from jdgleaver/libretro-vulkan-fix Connor McLaughlin 2020-08-02 03:05:59 +1000
  • 363804c48b (libretro/Vulkan) Fix glslang shader-related crashes jdgleaver 2020-08-01 15:29:59 +0100
  • 60e44c232b Android: Fix broken crop mode setting Connor McLaughlin 2020-08-02 00:25:14 +1000
  • 7b384ad300 Android: Use getExternalStorageDirectory() rather than hardcoding to /sdcard Connor McLaughlin 2020-08-02 00:25:12 +1000
  • 0c1b637549 PGXP: Add initial implementation Connor McLaughlin 2020-08-02 00:25:07 +1000
  • 013497cf20 Qt/GPUSettings: Fix typo in force NTSC timing description Connor McLaughlin 2020-08-01 22:35:28 +1000
  • e9882a10aa System: Move restore/reset graphics API state to System Connor McLaughlin 2020-08-01 16:45:06 +1000
  • 3532ab8d72 Qt: Update interlaced rendering option help Connor McLaughlin 2020-08-01 14:04:52 +1000
  • 7067b8f6e3 CDImage/CHD: Handle UTF-8 strings when opening Connor McLaughlin 2020-08-01 14:01:23 +1000
  • 058bea9faf libchdr: Expose chd_open_file Connor McLaughlin 2020-08-01 14:01:10 +1000
  • ede8de92f6 FileSystem: Use wide strings for FindFiles and StatFile on Windows Connor McLaughlin 2020-08-01 14:00:58 +1000
  • 2eb9384275 Replace more instances of fopen() with FileSystem::OpenFile() Connor McLaughlin 2020-08-01 13:34:07 +1000
  • 2885d2e547 CPU/CodeCache: Hopefully fix 32-bit compile errors Connor McLaughlin 2020-08-01 03:53:53 +1000
  • b6f871d2b9
    JIT optimizations and refactoring (#675) Connor McLaughlin 2020-07-31 17:09:18 +1000
  • 1f9fc6ab74 BIOS: Fix Linux build Connor McLaughlin 2020-07-31 16:34:25 +1000
  • 8802177e25 BIOS: Add more revision filenames/hashes Connor McLaughlin 2020-07-31 16:28:12 +1000
  • 66e79091d3 BIOS: Use fopen() wrapper from FileSystem Connor McLaughlin 2020-07-31 16:03:32 +1000
  • 8b0c3f0dc8 FileSystem: Use wide strings for fopen on Windows Connor McLaughlin 2020-07-31 16:03:18 +1000
  • 3edb8e113e StringUtil: Add wide string<->utf8 conversion for Windows Connor McLaughlin 2020-07-31 16:02:32 +1000
  • ebf9f3b2e2 README.md: Remove Android note about restarting app Connor McLaughlin 2020-07-31 03:42:34 +1000
  • f443691ad0 Qt: Fix deprecreated errors with 5.15 Connor McLaughlin 2020-07-31 03:40:51 +1000
  • 73c9a31b86 Android: Expose more settings via UI Connor McLaughlin 2020-07-31 03:40:27 +1000
  • fb85e2b441 Qt: Update Portuguese (Br) translation Connor McLaughlin 2020-07-31 03:32:48 +1000
  • d406c03ba9 Android: Add memory card mode settings Connor McLaughlin 2020-07-30 02:00:39 +1000
  • 5634e821c5 CDROM: Reset audio decoder state immediately after pause or seek Connor McLaughlin 2020-07-30 01:55:35 +1000
  • 5a34a15bf2 CDROM: Include FIFO size in debug window Connor McLaughlin 2020-07-30 00:51:12 +1000
  • 167169a03b Qt: Update Portuguese translation Connor McLaughlin 2020-07-30 00:49:32 +1000
  • dd48a1f585 System: Handle large event timing overshoots better Connor McLaughlin 2020-07-30 00:47:17 +1000
  • 0317541477 libretro: Remove VRAM resolution from scale text Connor McLaughlin 2020-07-29 20:01:22 +1000
  • 415c21dc84 libretro: Possible fix for crash when reloading content Connor McLaughlin 2020-07-29 03:00:00 +1000
  • 77481f5b23 Qt: Add context menu and open directory to game directory list Connor McLaughlin 2020-07-29 02:51:52 +1000
  • 8956fc27ce Qt: Make about dialog more translation-friendly Connor McLaughlin 2020-07-29 02:35:24 +1000
  • 24ffe6f67e Android: Multiple fixes Connor McLaughlin 2020-07-29 02:24:25 +1000
  • c7b457de9e CubebAudioStream: Continue even without minimum latency Connor McLaughlin 2020-07-29 02:23:14 +1000
  • 982c428074 Qt: Improve auto-sizing for settings dialog Connor McLaughlin 2020-07-29 02:22:11 +1000
  • bc6f6d1a6d Qt: Display Portuguese language as Portuguese (Br) Connor McLaughlin 2020-07-29 02:21:57 +1000
  • 821b2b4be8 Update compatibility list Connor McLaughlin 2020-07-28 20:01:19 +1000
  • f82e64a60c Qt/Settings: Add recommended resolution to scale Connor McLaughlin 2020-07-28 19:48:34 +1000
  • b894b882ed Qt/Settings: Add help for GPU adapter Connor McLaughlin 2020-06-21 01:55:28 +1000
  • 20ff075c3f Qt: Mark individual setting help as translatable Connor McLaughlin 2020-07-28 19:42:14 +1000
  • e187597dec Qt: Make settings main help text translatable Connor McLaughlin 2020-07-28 19:32:07 +1000
  • 27f62723c7 Qt: Make gmae list headings translatable Connor McLaughlin 2020-07-28 19:24:10 +1000
  • 79c8b9f52c Qt: Add Portuguese translation Connor McLaughlin 2020-07-28 19:16:12 +1000
  • 3edb255eca Qt: Add translation support and language setting Connor McLaughlin 2020-07-28 19:14:44 +1000
  • bb56b169fc VSProps: Support compiling Qt translation files Connor McLaughlin 2020-07-28 03:08:41 +1000
  • a4e9adad25 Update Windows Qt build to 5.15.0 Connor McLaughlin 2020-07-28 02:09:58 +1000
  • a7e24da7fe Android: Multiple changes Connor McLaughlin 2020-07-27 00:04:14 +1000
  • 8665a24eee CommonHostInterface: Fix crash when there's no controller interface Connor McLaughlin 2020-07-26 23:56:58 +1000
  • cdab84e210 GPU/Vulkan: Display shader compiling message Connor McLaughlin 2020-07-26 21:53:23 +1000
  • 7c54129409
    Merge pull request #665 from ggrtk/analog-controller Connor McLaughlin 2020-07-26 23:57:40 +1000
  • caf9943418 GPU/Vulkan: Possible workaround for Adreno GS shader compiler bug Connor McLaughlin 2020-07-25 15:17:29 +1000
  • 79576ca956 AnalogController: Expose axis scale setting to frontend Albert Liu 2020-07-24 19:18:41 -0700
  • d711baaa31 GPU/HW: Fix lines being one pixel too short Connor McLaughlin 2020-07-25 02:37:00 +1000
  • 08b26edceb CDImage: Fix incorrect track length Connor McLaughlin 2020-07-25 02:36:41 +1000
  • 10f23667c9 CDImage: Fix incorrect pregap file offset calculation Connor McLaughlin 2020-07-24 13:47:19 +1000
  • 5a955a4fdc Qt: Fix audio volume/mute being lost when restarting emulation Connor McLaughlin 2020-07-24 02:55:00 +1000
  • 4a3e5ed644 VulkanHostDisplay: Fix custom crosshair rendering on NVIDIA Connor McLaughlin 2020-07-24 02:40:38 +1000
  • 99b0ba3f20 libretro: Use correct path for shared mode memcards Connor McLaughlin 2020-07-24 02:40:29 +1000
  • 90aaee86c7 libretro: Use duckstation_shared_card_N.mcd in shared mode Connor McLaughlin 2020-07-24 02:40:00 +1000
  • e30c0a6881 Qt: Don't allow booting when changing disc from game list Connor McLaughlin 2020-07-24 02:37:09 +1000
  • 4b2e6cdfa8 Update compatibility list Connor McLaughlin 2020-07-24 02:33:01 +1000
  • 4454824b9d
    Merge pull request #650 from ggrtk/readme Connor McLaughlin 2020-07-24 02:33:30 +1000
  • bf597aab44 Settings: Specify GPU resolution scale as VRAM size Albert Liu 2020-07-23 01:03:18 -0700
  • e782b678b6 Qt/GPUSettings: Update aspect ratio help text Albert Liu 2020-07-22 12:08:01 -0700
  • 6d97b3538f README.md: Add note on DualShock 3 Albert Liu 2020-07-22 11:57:02 -0700
  • a6acd33ce6 libretro: Include m3u in valid_extensions Connor McLaughlin 2020-07-23 02:59:46 +1000