Commit Graph

106 Commits

Author SHA1 Message Date
Connor McLaughlin 3ffbbe82e8 SDLControllerInterface: Use SDL_GameControllerRumble where supported
Allows vibration on DualShock 4 without using DS4Windows.
2020-12-31 19:41:51 +10:00
Connor McLaughlin 9b73f0194c
Update README.md 2020-12-31 00:13:35 +10:00
Connor McLaughlin c46495e687 Update README.md 2020-12-30 01:02:09 +10:00
Connor McLaughlin f8dcfabc44
Merge pull request #1344 from guibou/gtk3
Use gtk3 for nativefiledialog
2020-12-30 00:56:11 +10:00
Guillaume Bouchard f30addc70d Use gtk3 for nativefiledialog
Rational: gtk2 is not maintained anymore and the change was simple.

- Update of nativefiledialog/CMakeLists.txt in order to detect and use
  gtk3
- Updated a few files referencing gtk2, especially:
  - github workflow: I tested that the apt-get update works on ubuntu
    18.03 in a docker container
  - Readme.

This was tested in the following nixpkgs PR: https://github.com/NixOS/nixpkgs/pull/107878
2020-12-29 15:13:43 +01:00
Guillaume Bouchard d6eb8c4b48
Readme.md: add git as a build time requirement 2020-12-29 12:50:22 +01:00
Connor McLaughlin 5451a1f5c3 README/Issue template: Clarify that libretro core is not officially supported 2020-12-27 00:50:08 +10:00
Connor McLaughlin 56fc694076 Move older news to NEWS.md and trim list in README.md 2020-12-26 01:14:23 +10:00
Connor McLaughlin 0bded2b06a
Update README.md 2020-12-26 01:08:57 +10:00
Connor McLaughlin fcc6bf0cb7 Update README with dev vs preview builds 2020-12-26 00:47:02 +10:00
Connor McLaughlin 31f7ec7538
Update README.md 2020-12-23 01:56:18 +10:00
Connor McLaughlin f798877704
Update README.md 2020-12-23 01:54:44 +10:00
Connor McLaughlin ea996a0305 Qt: Add debugger UI 2020-12-17 12:15:37 +10:00
Connor McLaughlin bd7e6954c3
README: Add Google Play link, clarify SBI requirements 2020-12-17 01:35:08 +10:00
Connor McLaughlin 3ed429772d Android: Fix touchscreen controller being instantiated when disabled 2020-12-14 02:15:25 +10:00
Connor McLaughlin c2ceb02610
Update README.md 2020-12-10 01:33:41 +10:00
Connor McLaughlin 90d7550104
Update README.md 2020-11-28 01:11:54 +10:00
Connor McLaughlin 022f7465c4
Update README.md 2020-11-22 15:34:00 +10:00
Connor McLaughlin e528f3f273
Update README.md 2020-11-22 01:51:32 +10:00
Connor McLaughlin bf82bfc63b
Update README.md 2020-11-21 19:13:27 +10:00
Connor McLaughlin aa3ce14ef3
Update README.md 2020-11-19 15:11:37 +10:00
Alaharon123 39ce06c656
readme: Add Mac and Android to releases text 2020-11-13 21:19:13 -05:00
Connor McLaughlin ca14e53c4a GTE: Make widescreen hack use display aspect ratio 2020-11-11 01:02:40 +10:00
Connor McLaughlin 4d5b122772
Update README.md 2020-11-02 00:57:10 +10:00
Connor McLaughlin 95dba59826 libretro: Add MSAA options 2020-10-31 14:39:38 +10:00
Connor McLaughlin 2fb67ee7db AnalogController: Add option to use analog stick as dpad in digital mode 2020-10-30 00:44:40 +10:00
Connor McLaughlin b694577c38 Qt: Add new cheat manager 2020-10-21 01:11:30 +10:00
Connor McLaughlin b2d8af8463
Update README.md 2020-10-05 00:26:11 +10:00
Connor McLaughlin 5dc5d0a0c7
Update installation instructions re portable mode 2020-10-02 12:12:41 +10:00
Connor McLaughlin b7b50a2fe4
Update README.md to mention CPU overclocking 2020-10-01 00:39:28 +10:00
Connor McLaughlin 15f22c66fd
README: Remove note about accuracy
Apparently people think that just because accuracy isn't the #1 goal that I don't care about accuracy...
2020-09-28 20:47:25 +10:00
Connor McLaughlin 40037d6e90 libretro: Cheat support 2020-09-26 01:13:48 +10:00
Connor McLaughlin 7552f1bd89 Update README.md with link to game cover wiki 2020-09-24 00:31:44 +10:00
Connor McLaughlin 238152ae88 Qt: Add memory card editor 2020-09-19 00:28:47 +10:00
Connor McLaughlin 3bbffe14e0 Update README.md 2020-09-13 12:15:37 +10:00
Connor McLaughlin 6f250a4ff7 GPU/HW: Add JINC2 and xBRZ texture filtering options
Shaders ported from beetle-psx.
2020-09-12 00:26:34 +10:00
Connor McLaughlin 24716591a9 Update compatibility list 2020-09-10 00:13:27 +10:00
Connor McLaughlin c9cefe4020 GameSettings: Add a bunch more user settings 2020-09-02 00:00:48 +10:00
Connor McLaughlin 04815002f0 README.md: Update Mac build instructions 2020-08-25 22:03:05 +10:00
Connor McLaughlin 45d0af8b30 README.md: Add an index and more screenshots 2020-08-23 01:41:54 +10:00
Connor McLaughlin 3ef5e722ce
Merge pull request #783 from hhromic/add-gcdb-info
README: Add SDL game controller database information
2020-08-23 01:40:30 +10:00
Hugo Hromic b28d578b93 README: Add SDL game controller database information 2020-08-22 12:10:15 +01:00
Connor McLaughlin 3c46f7b44c ControllerInterface: Add XInput controller backend 2020-08-22 16:50:19 +10:00
Connor McLaughlin f852be74e8 Compile fix for Linux/libretro 2020-08-21 00:26:22 +10:00
Connor McLaughlin 60d3fffec1 Add per-game overrides (mainly for compatibility) 2020-08-21 00:09:37 +10:00
Connor McLaughlin 2e9f656546 CPU: Implement PGXP CPU Mode
This is *very* slow. You don't want to enable it if you don't need it.
It is also incompatible with the recompiler and will disable it if the
option is enabled.
2020-08-20 00:49:39 +10:00
Connor McLaughlin 7ebad259c6 README.md: Fix broken link to Linux/AArch64 libretro 2020-08-19 00:58:13 +10:00
Connor McLaughlin 12e91f45fe CI: Add Linux AArch64 builds 2020-08-19 00:11:45 +10:00
Connor McLaughlin e0e76b881d System: Bump save state version 2020-08-16 00:20:10 +10:00
Albert Liu a992020973 CI: Re-enable Linux packaging with old linuxdeploy version 2020-08-14 20:31:28 -07:00