Commit Graph
100 Commits
Author SHA1 Message Date
Connor McLaughlin a5e316b916 Android: Use user directory for memcard root 2021-03-21 02:55:49 +10:00
Connor McLaughlin 93087d3c45 Android: Don't restart activities on keyboard change 2021-03-21 02:55:49 +10:00
Connor McLaughlin 4ab283a2ae Android: Add "Choose Cover Image" to game list menu 2021-03-21 02:55:49 +10:00
Connor McLaughlin f68836206b Android: Remove version from toolbar in game list
Not enough space to show it in portrait mode anyway.
2021-03-21 02:55:49 +10:00
Connor McLaughlin 02e8c7de58 Android: Add memory card editor 2021-03-21 02:55:49 +10:00
Connor McLaughlin 6d4a3bb5a5 Android: Add MemoryCardImage class 2021-03-21 02:55:49 +10:00
Connor McLaughlin 4dec0dee2f MemoryCardImage: Support passing import buffers in 2021-03-21 02:55:48 +10:00
Connor McLaughlin 3aaf1d942b Merge pull request #1842 from Max833/master
Qt: Update German translation
2021-03-21 02:51:59 +10:00
Connor McLaughlin e343fd2b59 Merge pull request #1843 from andercard0/patch-101
Atualização Português do Brasil
2021-03-21 02:51:50 +10:00
Connor McLaughlin a6a3590722 Merge pull request #1840 from stenzek/map-jit
CPU/Recompiler: Use MAP_JIT for code space on Apple Silicon
2021-03-21 02:51:45 +10:00
Connor McLaughlin 76d30282e0 Qt: Fix translatability of memory card editor tooltips 2021-03-20 03:05:18 +10:00
Connor McLaughlin d61a9875e1 Android: Fix swapped labels for analog controller settings 2021-03-20 03:03:16 +10:00
Connor McLaughlin 891b4642b7 Android: Allow back button on controllers to be bound 2021-03-20 03:03:16 +10:00
Connor McLaughlin 7e4453a7d4 Android: Fix controller 1 default type of "Not Set" 2021-03-20 03:03:16 +10:00
Connor McLaughlin ab02fbdfad Android: Be less strict about bindable devices 2021-03-20 03:03:16 +10:00
Connor McLaughlin 8b7e2b525e CPU/Recompiler: Tiny optimization for div on x64 2021-03-20 03:03:16 +10:00
Connor McLaughlin 7d634ca278 Merge pull request #1839 from ggrtk/memcard-editor
Qt/MemoryCardEditor: Minor update
2021-03-20 03:02:18 +10:00
Connor McLaughlin b30ecca872 Merge pull request #1838 from ggrtk/pbp
CDImagePBP: Split disc loading into separate method
2021-03-20 03:00:59 +10:00
Connor McLaughlin 090e4700e8 Merge pull request #1841 from andercard0/patch-100
Atualização Português do Brasil
2021-03-20 03:00:32 +10:00
Connor McLaughlin 5bbbb8d3d5 CPU/Recompiler: Use MAP_JIT for code space on Apple Silicon 2021-03-19 18:47:31 +10:00
Connor McLaughlin 663dc496bf CPU/Recompiler: Tiny optimization for div on x64 2021-03-19 18:06:25 +10:00
Connor McLaughlin 25d4060bce CDROM: Hold position at end of track, not start of next 2021-03-19 01:58:43 +10:00
Connor McLaughlin 11dcba1b68 CDImage: Use Error class for complex errors 2021-03-19 01:58:00 +10:00
Connor McLaughlin 955afc3182 Common: Add Error helper class 2021-03-19 01:52:50 +10:00
Connor McLaughlin 57ee9242f5 Merge pull request #1836 from ggrtk/pbp
CDImagePBP: Log error message when skipping encrypted files
2021-03-19 01:52:35 +10:00
Connor McLaughlin b13c51a2e2 GPU/SW: Use new 5-to-8 converters for RGBA8 display 2021-03-18 13:00:58 +10:00
Connor McLaughlin 6c05413220 GPU: Improve precision of 5-to-8 bit conversion for HW renderers
Fixes VRAM transfers being corrupted in fallback OpenGL path.
2021-03-18 13:00:58 +10:00
Connor McLaughlin 391114ccae GPU/OpenGL: Only use one upload path and clamp to max SSBO size 2021-03-18 13:00:58 +10:00
Connor McLaughlin 703715724e GPU/SW: Remove unused 5-to-8 conversion functions 2021-03-18 13:00:58 +10:00
Connor McLaughlin 4441bb1a91 CDROM: Apply volume on output not sector read
Fixes audio starting too late in Mega Man Legends.
2021-03-18 13:00:58 +10:00
Connor McLaughlin 37ec1dd7e4 Merge pull request #1830 from zkdpower/master
Update Simple-Chinese language file to latest
2021-03-18 13:00:47 +10:00
Connor McLaughlin bad87f75cb Merge pull request #1831 from PookaMustard/master
QoL changes for Touch Gliding
2021-03-18 13:00:30 +10:00
Connor McLaughlin db1c24d6b0 Merge pull request #1833 from falsepopsky/updateSpanish
update spanish qt, new config to block blank issues
2021-03-18 13:00:01 +10:00
Connor McLaughlin 1e1d864e0a Merge pull request #1827 from andercard0/patch-99
Atualização Português do Brasil
2021-03-17 13:18:37 +10:00
Connor McLaughlin 9a283b1867 Qt: Update Japanese translation by mikakunin 2021-03-17 13:18:14 +10:00
Connor McLaughlin b1cf255518 Merge pull request #1826 from falsepopsky/updateSpanish
android spanish translation update
2021-03-17 01:08:54 +10:00
Connor McLaughlin af237a7e78 Qt: Add .pbp to all open->all file types 2021-03-17 00:59:36 +10:00
Connor McLaughlin 1911a25a9f System: Add warning if CD-ROM read speedup is enabled on startup 2021-03-17 00:58:09 +10:00
Connor McLaughlin 3dc53dd93c Qt/AchievementSettings: Fix view profile button being disabled 2021-03-17 00:51:13 +10:00
Connor McLaughlin 4c76d88728 Cheevos: Fix panic when logging in with fullscreen UI disabled 2021-03-17 00:51:13 +10:00
Connor McLaughlin 86e5780c0d Merge pull request #1822 from 6lackmag3/patch-25
(Android) Update values-ru/arrays to latest
2021-03-17 00:51:03 +10:00
Connor McLaughlin 237d5f8ca9 Merge pull request #1823 from ggrtk/pbp
CDImage: Add support for loading PBP images
2021-03-17 00:50:37 +10:00
Connor McLaughlin a34f0d5599 Android: Add controller settings to ingame menu 2021-03-16 01:59:17 +10:00
Connor McLaughlin a0086851ce Qt: Fix double-clicking psexes/psfs in game list 2021-03-16 01:59:17 +10:00
Connor McLaughlin 299ba60b8d XInput: Fix trigger magnitude being doubled 2021-03-16 01:59:17 +10:00
Connor McLaughlin dccbc59246 Merge pull request #1816 from zkdpower/master
Update Simple-Chinese language file to latest
2021-03-16 01:02:20 +10:00
Connor McLaughlin 953718e1c8 Merge pull request #1814 from 6lackmag3/patch-24
Update arrays.xml
2021-03-16 01:02:16 +10:00
Connor McLaughlin 2f7d45c321 Merge pull request #1813 from 6lackmag3/patch-23
Update strings.xml
2021-03-16 01:02:02 +10:00
Connor McLaughlin 73295e27e0 Merge pull request #1811 from andercard0/patch-98
Android - Atualização Pt-Br
2021-03-16 01:01:38 +10:00
Connor McLaughlin a8fd4d5bbd HTTPDownloaderWinHttp: Hopefully fix issue on Windows <8.1 2021-03-15 01:46:26 +10:00
Connor McLaughlin 429ab9ffa2 Android: Fix DS4 dpad mapping 2021-03-14 20:48:10 +10:00
Connor McLaughlin dea713e243 Merge pull request #1806 from stenzek/android-multi-controllers
Android: Add >1 controller, multitap, external controller vibration
2021-03-14 19:33:21 +10:00
Connor McLaughlin 686fc4cc2a Android: Add hotkey categories/grouping 2021-03-14 19:33:00 +10:00
Connor McLaughlin d2cef2e3b5 Android: Pretty print device IDs 2021-03-14 19:33:00 +10:00
Connor McLaughlin 26ee2ce083 Android: Implement support 8 controllers (multitap) 2021-03-14 19:33:00 +10:00
Connor McLaughlin c8a029c5cb Android: Support more than one controller 2021-03-14 19:32:58 +10:00
Connor McLaughlin 1839bfab3b Android: Rewrite input binding to be more flexible
Supports vibration, non-gamepad controllers, etc.

You will need to rebind your controllers.
2021-03-14 19:32:03 +10:00
Connor McLaughlin ee171465ea CommonHostInterface: Move controller ID parsing to interface 2021-03-14 19:32:03 +10:00
Connor McLaughlin e87ce48601 Merge pull request #1804 from 6lackmag3/patch-22
Update arrays.xml
2021-03-14 19:31:31 +10:00
Connor McLaughlin 830db73688 Merge pull request #1803 from 6lackmag3/patch-21
Update strings.xml
2021-03-14 19:31:16 +10:00
Connor McLaughlin 26a0a7b20c Merge pull request #1802 from andercard0/patch-96
Atualização Português do Brasil
2021-03-14 19:31:05 +10:00
Connor McLaughlin b0657bc610 Merge pull request #1807 from ggrtk/fix-analog-controller-panic
AnalogController: Only panic on unknown config mode commands
2021-03-14 19:30:16 +10:00
Connor McLaughlin cf7b167359 Merge pull request #1797 from stenzek/android-cheevos
Android: Implement RetroAchievements
2021-03-14 03:17:25 +10:00
Connor McLaughlin 455b4f4d0e Merge pull request #1800 from Max833/master
Qt: Update German translation
2021-03-14 03:16:09 +10:00
Connor McLaughlin c182edf196 Android: Implement RetroAchievements 2021-03-14 03:13:11 +10:00
Connor McLaughlin 0f1dc93eaa Android: Enable plaintext HTTP for i.retroachievements.org
Android doesn't like its TLS configuration.
2021-03-14 02:21:15 +10:00
Connor McLaughlin 6bced299f4 Android: Add AndroidHTTPDownloader class 2021-03-14 02:21:15 +10:00
Connor McLaughlin 566ecaf209 Cheevos: Remove redundant message on login 2021-03-14 02:21:05 +10:00
Connor McLaughlin e719ebcfa0 Android: Fix 'Auto (Game Native)' aspect ratio game setting 2021-03-14 02:20:21 +10:00
Connor McLaughlin 658184f85f GameSettings: Fix SSAA always showing on Android 2021-03-14 02:19:51 +10:00
Connor McLaughlin fa03038cef Cheevos: Clear login timestamp on logout 2021-03-14 02:01:48 +10:00
Connor McLaughlin f3ebd286c4 Android: Make progress dialogs non-cancelable 2021-03-14 02:01:48 +10:00
Connor McLaughlin 28e52e53e7 FullscreenUI: Allow tweaking notification vertical position 2021-03-14 02:01:48 +10:00
Connor McLaughlin c062cc2c26 GPU/Vulkan: Fix UBO hazard across cmdbuffers 2021-03-14 02:01:48 +10:00
Connor McLaughlin 05f6f8579f GPU/Vulkan: Fix SSAA being near ineffective 2021-03-14 02:01:48 +10:00
Connor McLaughlin 0feb817130 ShaderGen: Disable interface blocks when using AMD OpenGL
SSAA/per sample shading is broken otherwise.
2021-03-14 02:01:48 +10:00
Connor McLaughlin 75e473897e Update compatibility settings 2021-03-14 02:01:48 +10:00
Connor McLaughlin d20d616823 Merge pull request #1799 from PugsyMAME/master
Updated chtdb.txt and added new types F5, 52 & 53. Cleaned up type 51
2021-03-14 02:01:20 +10:00
Connor McLaughlin 4d2747fe74 Merge pull request #1792 from CookiePLMonster/plurality-pass
Plurality for non-Qt messages
2021-03-14 01:58:14 +10:00
Connor McLaughlin 6fa245ed61 Cheats: Fix parsing database when game has one code 2021-03-13 03:06:56 +10:00
Connor McLaughlin 82749d1ba3 GPU/HW: Increase streaming buffer sizes to 4MB/2MB 2021-03-13 03:06:56 +10:00
Connor McLaughlin f044818a7c Vulkan/StreamBuffer: Fix allocations getting stuck 2021-03-13 03:06:55 +10:00
Connor McLaughlin 5e07b23cfb Merge pull request #1786 from falsepopsky/updateSpanish
spanish lang... update
2021-03-12 03:17:31 +10:00
Connor McLaughlin 97adebba3a Merge pull request #1775 from zkdpower/master
Update Simple-Chinese language file to latest
2021-03-12 03:17:25 +10:00
Connor McLaughlin 39e75180d0 Merge pull request #1773 from andercard0/patch-95
Atualização Português do Brasil
2021-03-12 03:17:15 +10:00
Connor McLaughlin e10271e18b GameList: Allow webp covers
Currently only enabled for Qt/Android, nogui lacks a decoder.
2021-03-12 03:06:11 +10:00
Connor McLaughlin 7241876cc7 CommonHostInterface: Fix -settings on cmdline not applying 2021-03-12 03:02:57 +10:00
Connor McLaughlin 14a98c3c9e CommonHostInterface: Fix reset settings not saving on startup 2021-03-12 03:02:45 +10:00
Connor McLaughlin 4685d66a2b Qt: Implement drag/drop file on main window 2021-03-12 02:50:17 +10:00
Connor McLaughlin eca0b51008 GameSettings: Fix incorrect key for texture filter load from ini 2021-03-12 02:18:50 +10:00
Connor McLaughlin d150a2ccc3 Qt: Only enable view->game properties for game list entry 2021-03-12 02:18:47 +10:00
Connor McLaughlin ebfbae8dd1 Vulkan/StreamBuffer: Prevent skipping fance when wrapping around 2021-03-10 01:08:08 +10:00
Connor McLaughlin 36ff345e60 Revert "GL/Context: Disable GLES3.2 on PowerVR Rogue"
Broken driver is just broken. Not much I can do when I don't have one of
these phones and the shader compiler simply says "failure" without any
line information.
2021-03-09 17:25:58 +10:00
Connor McLaughlin 272daedc46 GameSettings: Don't display message for icache force enable
This likely isn't something the user has explicitly enabled, therefore
no need to spam them with the override.
2021-03-09 17:24:46 +10:00
Connor McLaughlin 75ce744cfe GameSettings: Fix incorrect serial for Legend of Legaia (USA) 2021-03-09 17:24:46 +10:00
Connor McLaughlin 18f952d95c Android: Enable scrollbars in game list 2021-03-09 17:24:46 +10:00
Connor McLaughlin 31a9e1b049 Merge pull request #1770 from CookiePLMonster/lock-login-button
Achievements Login: Lock "Login" button if credentials are not entered
2021-03-09 17:18:11 +10:00
Connor McLaughlin f8f7c63b55 Merge pull request #1768 from CookiePLMonster/update-pl-loc
Update PL localization + fixes
2021-03-09 17:17:43 +10:00
Connor McLaughlin a255425e27 Merge pull request #1769 from CookiePLMonster/fix-quick-menu-exit
Fix quick menu exit
2021-03-09 17:17:14 +10:00
Connor McLaughlin 4e2ee86c1a GPU/Vulkan: Fix incorrect layout in ClearDepthBuffer() 2021-03-08 17:44:10 +10:00