Commit Graph

8650 Commits (v0.1-8153)
 

Author SHA1 Message Date
jdgleaver 7478e75ed6 (libretro) Fix 'Fast Boot' option 5 years ago
Connor McLaughlin f28ef01d24 CDROM: Move audio FIFO to CDROM class and skip sectors when unempty
Fixes cutscene audio in Nickelodeon Rugrats - Search for Reptar.
5 years ago
Connor McLaughlin f9bbbbbaec Settings: Make auto-detect the default console region 5 years ago
Connor McLaughlin 9496c992f7 System: Add an option to preload CD image to RAM 5 years ago
Connor McLaughlin 3187d07d03 CDImage: Add memory CD image class 5 years ago
Connor McLaughlin 8b91bf5e57 Core: Add loading screen based progress callbacks 5 years ago
Connor McLaughlin cf366d3fba CDImage: Fix crash reading subq from lead-in 5 years ago
Connor McLaughlin 03c3b10054 CDSubChannelReplacement: Use subq union directly 5 years ago
Connor McLaughlin 93528db388 System: Use existing CD media when loading state where possible 5 years ago
Connor McLaughlin 0398c6cb4a Android: Fix build 5 years ago
Connor McLaughlin 75a8a7fcca Settings: Make per-game memory cards for slot 1 the default 5 years ago
Connor McLaughlin b2595a3b3b Qt: Fix volume slider slowing down emulation 5 years ago
Connor McLaughlin 2fb00faa67 Qt: Delay settings save by one second 5 years ago
Connor McLaughlin 68d98af497 Qt: Remove usage of QString where possible for settings 5 years ago
Connor McLaughlin eb7da791ea CommonHostInterface: Fix command line help not printing on Windows 5 years ago
Connor McLaughlin dae54d06ea
Merge pull request #617 from ggrtk/qt-inisettings
Qt: Replace QtSettingsInterface with INISettingsInterface
5 years ago
Connor McLaughlin bddd098a66
Merge branch 'master' into qt-inisettings 5 years ago
Connor McLaughlin f67862de5f
Merge pull request #622 from ggrtk/qt-gamelistsettings
Qt/GameListSettings: Use native path separators
5 years ago
Connor McLaughlin 3538da80c9
Merge pull request #625 from mirrornoir/patch-1
Disable Interlacing default as "Unchecked"
5 years ago
Elizabeth 39917117d2
Disable Interlacing description "Unchecked"
As noted by Kurayami6, Disable Interlacing should show "Unchecked" as the default option for this enhancement.
5 years ago
Albert Liu 2853bf851a Qt/GameListSettings: Use native path separators
Fixes possible duplicate game list entries on Windows.
5 years ago
Connor McLaughlin 1069e12bff Qt: Add binding how-to text to hotkey page 5 years ago
Connor McLaughlin 389f452e10 Qt/GameListSettings: Use push button for all buttons 5 years ago
Connor McLaughlin 5c5ee17fa7 Qt: Fix widescreen hack option positioning 5 years ago
Connor McLaughlin 2702eb90bf libretro: Add widescreen hack option 5 years ago
Connor McLaughlin 1e6740762d Qt: Add widescreen hack option 5 years ago
Connor McLaughlin 8c3051ae14 SDL: Add widescreen hack option 5 years ago
Connor McLaughlin 5c1c467e38 GTE: Add widescreen hack 5 years ago
Connor McLaughlin 5f76140aa5 libretro: Expose main RAM to frontend 5 years ago
Connor McLaughlin 401ecfa872 Bus: Make memory map public 5 years ago
Connor McLaughlin 5dff274644
Merge pull request #618 from ggrtk/qt-gamelistsettings
Qt/GameListSettings: Fix QToolButtons staying highlighted after use
5 years ago
Albert Liu a92fd98d7f Qt/GameListSettings: Fix QToolButtons staying highlighted after use 5 years ago
Albert Liu 79adabeb91 CommonHostInterface: Bump to settings version 3
This is required for phasing out QSettings usage because game paths were
being saved using the QSettings multi-value format, which is
incompatible with SimpleIni.
5 years ago
Albert Liu 97be6c922c Fix MSVC build 5 years ago
Albert Liu 4e2b3189b0 Qt: Replace QtSettingsInterface with INISettingsInterface 5 years ago
Albert Liu 9b2740b395 HostInterface: Save tweak/hack defaults to settings file
Fixes tweak/hack defaults not displaying correctly in Qt frontend.
5 years ago
Albert Liu 9d6325f828 QtHostInterface: Fix compiler warning 5 years ago
Connor McLaughlin 71cef1de3f GL/ContextGLX: Add additional logging 5 years ago
Connor McLaughlin dd9a4191e6 AnalogController: Fix swapped rumble test
Fixes weak rumble test in MGS.

I should write some hardware tests for this at some point, particularly
for the large motor, which should have a variable intensity.
5 years ago
Connor McLaughlin 00a27f8636
Merge pull request #611 from ggrtk/github-actions
CI: Add manual Actions workflow trigger
5 years ago
Albert Liu 30eae96358 CI: Add path ignores to Actions workflow 5 years ago
Albert Liu 0433038b53 CI: Add manual Actions workflow trigger 5 years ago
Connor McLaughlin 7ba1bed37b Settings: Leave interlacing on by default
Too many games break without it.
5 years ago
Connor McLaughlin 48be73be5a SDL: Fix crash when changing debug settings while running 5 years ago
Connor McLaughlin 6ed67468d2 CDROM: Prevent games which spam Reset from getting wedged 5 years ago
Connor McLaughlin 9a2f222da4
Merge pull request #608 from ggrtk/aspect-ratio-setting
Settings: Add 8:7 DAR and 1:1 PAR modes
5 years ago
Albert Liu 91f51c2833 Settings: Add 1:1 pixel aspect ratio 5 years ago
Albert Liu 9e316e4502 Settings: Add 8:7 display aspect ratio
Requested by users for some 256-width 240p titles (effectively 1:1 PAR
at 256x224 when overscan cropping is turned on).
5 years ago
Connor McLaughlin 5b5c7f200d CMake: Bump minimum version to 3.8
Needed for CXX_STANDARD=17.
5 years ago
Connor McLaughlin 1ed57a9fdf Qt: Hook up mouse events to ImGui 5 years ago