Commit Graph

2716 Commits

Author SHA1 Message Date
Connor McLaughlin 27a5da8a53 Android: Implement disc changing via playlists 2020-11-08 00:08:38 +10:00
Connor McLaughlin 0ea5c870e7 Android: Display game code in list 2020-11-08 00:08:38 +10:00
Connor McLaughlin 0cb4ac02ca Android: Provide game list file title to Java-side 2020-11-08 00:08:38 +10:00
Connor McLaughlin 7f26ba3b59 Android: Add option to force screen rotation 2020-11-08 00:08:38 +10:00
Connor McLaughlin f88fca8817 Android: Add option to pause when menu is open 2020-11-08 00:08:38 +10:00
Connor McLaughlin 0c9c66bf81 Android: End emulation activity if not valid on returning 2020-11-08 00:08:38 +10:00
Connor McLaughlin 385c8c5dc3 Android: Fix crash if activity is killed before returning 2020-11-08 00:08:24 +10:00
Connor McLaughlin 0003a8fc34 Android: Support starting emulation activity externally
Should hopefully work for third-party launchers.
2020-11-08 00:08:24 +10:00
Connor McLaughlin 8014e66c6f Android: Add patch code (cheat) import 2020-11-08 00:08:24 +10:00
Connor McLaughlin fcca1fa3f7 Android: Empty audio buffers when returning from activity 2020-11-08 00:08:22 +10:00
Connor McLaughlin bdc9a505d7 Android: Fix wait for emulation thread returning early 2020-11-07 22:09:03 +10:00
Connor McLaughlin 0e904a8e48 GL/ContextEGL: Use pbuffer when surfaceless not supported 2020-11-07 21:43:44 +10:00
Connor McLaughlin bb0b7e938b CheatList: Allow passing in strings instead of filenames 2020-11-07 20:36:30 +10:00
Connor McLaughlin d3f33212ec CheatList: Add merge list function for importing 2020-11-07 19:58:59 +10:00
Connor McLaughlin 370494b50c CPU/CodeCache: Backpatch code writes after they exceed 10 faults
Small performance improvement in Driver 2.
2020-11-07 18:50:01 +10:00
Connor McLaughlin ad05d72dab libretro: Add edge blending texture filtering modes 2020-11-06 22:52:24 +10:00
Connor McLaughlin bc4ed50d0b Android: Add 'No Edge Blending' texture filtering modes 2020-11-04 22:51:01 +10:00
Connor McLaughlin a17e15f176 Android: Remove duplicate speed limiter option from settings 2020-11-04 00:49:42 +10:00
Connor McLaughlin 257cc75183
Update generate_appimages.sh 2020-11-04 00:25:41 +10:00
Connor McLaughlin f94fef11ac Android: Display version in title 2020-11-04 00:07:56 +10:00
Connor McLaughlin e457d4ca0c Android: Move settings icon to action bar 2020-11-03 22:59:26 +10:00
Connor McLaughlin 8816c5048d Android: Add CPU overclocking option 2020-11-03 22:59:26 +10:00
Connor McLaughlin 2388662cc5 Qt: Fix texture filter setting incorrect value for no-edge-blending 2020-11-03 22:59:26 +10:00
Connor McLaughlin 2b66492ed8 HostInterface: Add proper turbo speed setting 2020-11-03 22:59:26 +10:00
Connor McLaughlin d5a5969bd4 Revert "Android: Enable sustained performance mode"
This reverts commit 96ff8c87e5.
2020-11-03 17:33:04 +10:00
Connor McLaughlin 3a6ff109be Qt: Update Chinese translation from @zkdpower 2020-11-03 16:17:45 +10:00
Connor McLaughlin 5a93760af9 Android: Fix some crashes reported via Play Store 2020-11-03 16:17:45 +10:00
Connor McLaughlin efc0a7391d Android: Add presented frame limit option 2020-11-03 16:17:45 +10:00
Connor McLaughlin 96ff8c87e5 Android: Enable sustained performance mode 2020-11-03 16:17:45 +10:00
Connor McLaughlin 7dc71027cf Android: Add chroma smoothing enhancement 2020-11-03 16:17:45 +10:00
Connor McLaughlin d16b5a6721 Android: Add MSAA to enhancements 2020-11-03 16:17:45 +10:00
Connor McLaughlin 2c8a4ff154 HostDisplay: Add an option to decouple display fps from emulator fps
Makes Android so much faster...
2020-11-03 16:17:45 +10:00
Connor McLaughlin ae1e4b1b8f GPU: Add chroma smoothing for 24-bit display enhancement 2020-11-03 16:17:45 +10:00
Connor McLaughlin d102b2facd Qt: Fix selecting fullscreen mode breaking other backend borderless 2020-11-03 16:17:45 +10:00
Connor McLaughlin 863f84e3f6 System: Fix frame limiter on fast systems (when frametime <1ms) 2020-11-03 16:17:45 +10:00
Connor McLaughlin 3cb18d13b0
Merge pull request #1034 from andercard0/patch-25
Update Brazilian Portuguese Translation
2020-11-03 16:17:29 +10:00
Anderson_Cardoso 75a22724b9
Update Brazilian Portuguese Translation
Translated: 

- OSD messages;
- NeGcon controller options;
- GPU Texture Filter new options;
- Display Settings Widget options;
- Fixed not translated res texts i lefted.
2020-11-01 13:53:49 -03:00
Connor McLaughlin 4d5b122772
Update README.md 2020-11-02 00:57:10 +10:00
Connor McLaughlin 121d856b14 Qt: Update Chinese translation from @zkdpower 2020-11-02 00:56:05 +10:00
Connor McLaughlin 2b2a868fef HostInterface: Fix incorrect translation context in CPU mode switch string 2020-11-02 00:56:05 +10:00
Connor McLaughlin 414bc30f24 HostDisplay: Implement exclusive fullscreen for D3D11 renderer 2020-11-02 00:56:05 +10:00
Connor McLaughlin 858f39827d GPU/HW: Add 'Disable Edge Blending' variants of texture filters 2020-11-02 00:56:05 +10:00
Connor McLaughlin 6ddf6784ab GPU/OpenGL: Fix edge blending when texture filtering 2020-11-02 00:56:05 +10:00
Connor McLaughlin ad6a4d4ec0
Merge pull request #1025 from andercard0/patch-24
Update Brazilian Portuguese Translation
2020-11-02 00:55:51 +10:00
Connor McLaughlin 3dce0d654a
Merge pull request #1030 from CookiePLMonster/fix-bios-comparator
Fix bios comparator
2020-11-02 00:52:50 +10:00
Connor McLaughlin 79aa1cece7
Merge pull request #1031 from ggrtk/negcon-deadzone
NeGcon: Add steering axis deadzone setting
2020-11-02 00:52:27 +10:00
Connor McLaughlin 1efcb24886
Merge pull request #1032 from ggrtk/bios-image-infos
BIOS: Add SCPH-1000R image infos
2020-11-02 00:51:54 +10:00
Albert Liu 8b5fde8e6f BIOS: Add SCPH-1000R image infos 2020-11-01 04:21:17 -08:00
Albert Liu 3b51b993f3 NeGcon: Add steering axis deadzone setting 2020-11-01 04:17:18 -08:00
Silent 4ef70ef2aa
Fix bios comparator 2020-11-01 13:12:04 +01:00