Commit Graph

  • 24deb91f3f Update compatibility list Connor McLaughlin 2020-07-23 02:50:45 +1000
  • 104b80f111 HostInterface: Move 'System shut down' message to SDL Connor McLaughlin 2020-07-23 02:45:18 +1000
  • 961afdf765 Qt: Ignore resume states when "Save state on exit" is unchecked Connor McLaughlin 2020-07-23 02:44:06 +1000
  • f3df4f91a2 libretro: Implement disk control interface Connor McLaughlin 2020-07-23 02:36:23 +1000
  • 8e1c0a4fe4 System: Support loading m3u playlists Connor McLaughlin 2020-07-23 02:36:05 +1000
  • 266d70c629 Common/FileSystem: Add IsAbsolutePath() and tests Connor McLaughlin 2020-07-23 02:35:37 +1000
  • d46c104d1b System: Preload CD images to RAM when switching/loading state Connor McLaughlin 2020-07-23 02:35:23 +1000
  • 6c162eb3c5 Qt: Support binding multiple buttons/axis to controllers Connor McLaughlin 2020-07-23 02:35:15 +1000
  • 08a8434140 GPU/HW: Fix off-by-one in wrap-around VRAM writes Connor McLaughlin 2020-07-23 02:35:03 +1000
  • 10cd00c8dd CDROM: Play audio when reading and mode.0 is set Connor McLaughlin 2020-07-22 15:23:13 +1000
  • e9db1d0f6f GPU/OpenGL: Use base class helper for filling VRAM copy uniforms Connor McLaughlin 2020-07-22 14:47:09 +1000
  • 2dc62ab987 GPU/HW: Fix VRAM updates when Y >= 512 Connor McLaughlin 2020-07-22 14:46:52 +1000
  • 7a552209be Update compatibility list Connor McLaughlin 2020-07-22 13:53:22 +1000
  • 4086b8e32c Update compatibility list Connor McLaughlin 2020-07-22 13:11:52 +1000
  • 622e50fa73
    Merge pull request #637 from jdgleaver/psp-660-bios Connor McLaughlin 2020-07-22 13:01:11 +1000
  • 60a411ebfd
    Merge pull request #641 from ggrtk/nullptr-fix Connor McLaughlin 2020-07-22 13:00:18 +1000
  • 855fc9a31c CommonHostInterface: Prevent some potential null pointer dereferences Albert Liu 2020-07-21 17:14:11 -0700
  • 49f9ddfa0e Finish adding support for PSX BIOS included in PSP firmware 6.60 jdgleaver 2020-07-21 17:06:38 +0100
  • c8b6712010
    Merge pull request #636 from jdgleaver/libretro-fast-boot-fix Connor McLaughlin 2020-07-22 01:51:58 +1000
  • 7478e75ed6 (libretro) Fix 'Fast Boot' option jdgleaver 2020-07-21 16:30:07 +0100
  • f28ef01d24 CDROM: Move audio FIFO to CDROM class and skip sectors when unempty Connor McLaughlin 2020-07-22 00:03:44 +1000
  • f9bbbbbaec Settings: Make auto-detect the default console region Connor McLaughlin 2020-07-22 00:03:31 +1000
  • 9496c992f7 System: Add an option to preload CD image to RAM Connor McLaughlin 2020-07-22 00:03:22 +1000
  • 3187d07d03 CDImage: Add memory CD image class Connor McLaughlin 2020-07-22 00:03:07 +1000
  • 8b91bf5e57 Core: Add loading screen based progress callbacks Connor McLaughlin 2020-07-22 00:03:01 +1000
  • cf366d3fba CDImage: Fix crash reading subq from lead-in Connor McLaughlin 2020-07-22 00:02:51 +1000
  • 03c3b10054 CDSubChannelReplacement: Use subq union directly Connor McLaughlin 2020-07-22 00:02:44 +1000
  • 93528db388 System: Use existing CD media when loading state where possible Connor McLaughlin 2020-07-22 00:02:37 +1000
  • 0398c6cb4a Android: Fix build Connor McLaughlin 2020-07-21 20:25:40 +1000
  • 75a8a7fcca Settings: Make per-game memory cards for slot 1 the default Connor McLaughlin 2020-07-21 20:15:52 +1000
  • b2595a3b3b Qt: Fix volume slider slowing down emulation Connor McLaughlin 2020-07-21 20:04:43 +1000
  • 2fb00faa67 Qt: Delay settings save by one second Connor McLaughlin 2020-07-21 19:58:50 +1000
  • 68d98af497 Qt: Remove usage of QString where possible for settings Connor McLaughlin 2020-07-21 19:49:04 +1000
  • eb7da791ea CommonHostInterface: Fix command line help not printing on Windows Connor McLaughlin 2020-07-20 01:50:01 +1000
  • dae54d06ea
    Merge pull request #617 from ggrtk/qt-inisettings Connor McLaughlin 2020-07-21 20:09:34 +1000
  • bddd098a66
    Merge branch 'master' into qt-inisettings Connor McLaughlin 2020-07-21 13:28:18 +1000
  • f67862de5f
    Merge pull request #622 from ggrtk/qt-gamelistsettings Connor McLaughlin 2020-07-19 12:58:00 +1000
  • 3538da80c9
    Merge pull request #625 from mirrornoir/patch-1 Connor McLaughlin 2020-07-19 12:57:23 +1000
  • 39917117d2
    Disable Interlacing description "Unchecked" Elizabeth 2020-07-18 13:21:13 -0400
  • 2853bf851a Qt/GameListSettings: Use native path separators Albert Liu 2020-07-17 18:43:30 -0700
  • 1069e12bff Qt: Add binding how-to text to hotkey page Connor McLaughlin 2020-07-18 01:33:51 +1000
  • 389f452e10 Qt/GameListSettings: Use push button for all buttons Connor McLaughlin 2020-07-18 01:33:36 +1000
  • 5c5ee17fa7 Qt: Fix widescreen hack option positioning Connor McLaughlin 2020-07-18 01:28:35 +1000
  • 2702eb90bf libretro: Add widescreen hack option Connor McLaughlin 2020-07-18 00:25:41 +1000
  • 1e6740762d Qt: Add widescreen hack option Connor McLaughlin 2020-07-18 00:25:25 +1000
  • 8c3051ae14 SDL: Add widescreen hack option Connor McLaughlin 2020-07-18 00:25:19 +1000
  • 5c1c467e38 GTE: Add widescreen hack Connor McLaughlin 2020-07-18 00:25:08 +1000
  • 5f76140aa5 libretro: Expose main RAM to frontend Connor McLaughlin 2020-07-17 23:17:49 +1000
  • 401ecfa872 Bus: Make memory map public Connor McLaughlin 2020-07-16 23:15:25 +1000
  • 5dff274644
    Merge pull request #618 from ggrtk/qt-gamelistsettings Connor McLaughlin 2020-07-18 00:28:18 +1000
  • a92fd98d7f Qt/GameListSettings: Fix QToolButtons staying highlighted after use Albert Liu 2020-07-17 03:50:02 -0700
  • 79adabeb91 CommonHostInterface: Bump to settings version 3 Albert Liu 2020-07-16 10:27:12 -0700
  • 97be6c922c Fix MSVC build Albert Liu 2020-07-15 21:55:20 -0700
  • 4e2b3189b0 Qt: Replace QtSettingsInterface with INISettingsInterface Albert Liu 2020-07-13 09:24:11 -0700
  • 9b2740b395 HostInterface: Save tweak/hack defaults to settings file Albert Liu 2020-07-16 18:17:43 -0700
  • 9d6325f828 QtHostInterface: Fix compiler warning Albert Liu 2020-07-16 20:32:42 -0700
  • 71cef1de3f GL/ContextGLX: Add additional logging Connor McLaughlin 2020-07-15 15:50:30 +1000
  • dd9a4191e6 AnalogController: Fix swapped rumble test Connor McLaughlin 2020-07-15 02:37:16 +1000
  • 00a27f8636
    Merge pull request #611 from ggrtk/github-actions Connor McLaughlin 2020-07-15 02:28:17 +1000
  • 30eae96358 CI: Add path ignores to Actions workflow Albert Liu 2020-07-14 04:26:48 -0700
  • 0433038b53 CI: Add manual Actions workflow trigger Albert Liu 2020-07-13 14:33:38 -0700
  • 7ba1bed37b Settings: Leave interlacing on by default Connor McLaughlin 2020-07-14 01:27:53 +1000
  • 48be73be5a SDL: Fix crash when changing debug settings while running Connor McLaughlin 2020-07-14 01:26:43 +1000
  • 6ed67468d2 CDROM: Prevent games which spam Reset from getting wedged Connor McLaughlin 2020-07-14 01:26:37 +1000
  • 9a2f222da4
    Merge pull request #608 from ggrtk/aspect-ratio-setting Connor McLaughlin 2020-07-14 01:25:39 +1000
  • 91f51c2833 Settings: Add 1:1 pixel aspect ratio Albert Liu 2020-07-12 17:07:01 -0700
  • 9e316e4502 Settings: Add 8:7 display aspect ratio Albert Liu 2020-07-12 15:23:02 -0700
  • 5b5c7f200d CMake: Bump minimum version to 3.8 Connor McLaughlin 2020-07-13 02:57:04 +1000
  • 1ed57a9fdf Qt: Hook up mouse events to ImGui Connor McLaughlin 2020-07-13 02:36:20 +1000
  • 7cf50e816d
    Merge pull request #606 from stenzek/android-sign Connor McLaughlin 2020-07-13 02:39:33 +1000
  • dbce58e07d CDROM: Display paused position in debug window Connor McLaughlin 2020-07-13 02:23:56 +1000
  • d2cf9c44c1 CI: Sign Android APKs Connor McLaughlin 2020-07-13 02:18:01 +1000
  • 35093818c6 libretro: Add resolutions up to 16x Connor McLaughlin 2020-07-12 23:30:21 +1000
  • 9833bfddf3 Android: Add Vulkan renderer to options Connor McLaughlin 2020-07-12 23:28:18 +1000
  • 9cd7512bdd README.md: Add Android build notes Connor McLaughlin 2020-07-12 12:48:12 +1000
  • af9afae1cd cmake: SUPPORTS_X11 -> USE_X11 for glad Connor McLaughlin 2020-07-12 12:41:58 +1000
  • 932b38c852
    Merge pull request #602 from stenzek/ci-android-apk Connor McLaughlin 2020-07-12 12:40:39 +1000
  • 09377690d4
    Merge pull request #603 from ggrtk/gpu-crtc Connor McLaughlin 2020-07-12 12:39:47 +1000
  • c44e74db80 GPU: Compute VRAM display width from GP1(06h) values Albert Liu 2020-07-10 23:58:56 -0700
  • 554237a6d1 CMake: Drop required version to 3.7 Connor McLaughlin 2020-07-12 02:09:34 +1000
  • ef11a31b6e CI: Add Android APK builds Connor McLaughlin 2020-07-12 01:06:15 +1000
  • 8febf5df04 D3D11HostDisplay: Fix reversed feature level order Connor McLaughlin 2020-07-11 21:23:39 +1000
  • 113b0f57d6 libretro: Fix Vulkan context creation on Mali Connor McLaughlin 2020-07-12 00:41:52 +1000
  • 3ad780b52e libretro: Fix logging breaking when retro_set_environment called twice Connor McLaughlin 2020-07-12 00:41:09 +1000
  • 282f166e7a Vulkan/StagingBuffer: Don't try to invalidate unmapped buffer Connor McLaughlin 2020-07-12 00:40:04 +1000
  • fb6538da35 Vulkan/Context: Allocate SSBO descriptors in global set Connor McLaughlin 2020-07-12 00:36:39 +1000
  • b1ba4c446b VulkanLoader: Make vkGetDeviceProcAddr() an instance function Connor McLaughlin 2020-07-12 00:36:19 +1000
  • 50a25b63b1 CDROM: Track seek position when resetting Connor McLaughlin 2020-07-11 20:34:16 +1000
  • d1a2ebd8f3 GPU/HW: Eliminate CPU round trip on oversized VRAM writes Connor McLaughlin 2020-07-11 20:18:07 +1000
  • e144392187 README.md: Update Android version status Connor McLaughlin 2020-07-11 03:30:30 +1000
  • f9cbc3acfb Android: Hook up settings interface Connor McLaughlin 2020-07-11 03:29:15 +1000
  • 79841d13e2 dep/glad: Work around missing EGL_CAST on ARM drivers Connor McLaughlin 2020-07-11 03:29:04 +1000
  • 86c6be41b3 SDL: Wayland support Connor McLaughlin 2020-07-11 03:28:57 +1000
  • 4ce5f7e802 GLContext: Wayland support Connor McLaughlin 2020-07-07 21:40:55 +1000
  • eab70546c8 CDROMAsyncReader: Only log warning when waiting time exceeds 1ms Connor McLaughlin 2020-07-11 03:21:05 +1000
  • c5e8327e7a CDROM: Seek to LBA 0 when resetting Connor McLaughlin 2020-07-10 20:55:14 +1000
  • 71157b171e CDROM: Use partial seek position when re-seeking Connor McLaughlin 2020-07-10 20:55:00 +1000
  • 4d1880091e GPU: Ignore display start bit 0 instead of reducing width Connor McLaughlin 2020-07-10 20:31:58 +1000
  • 93abf8e53d GPU: Drop least significant bit of display start address Connor McLaughlin 2020-07-10 20:17:55 +1000
  • 604ff20b0d AnalogController: Treat rumble as binary on/off Connor McLaughlin 2020-07-10 20:15:45 +1000