Commit Graph

3517 Commits (c9c2f1bd210f5c7f8f596031c14467036dd7204c)
 

Author SHA1 Message Date
Connor McLaughlin 59810bf8db Android: Add game directory list editor 5 years ago
Connor McLaughlin 6a122623fa GameList: Increment progress on each file, not each load 5 years ago
Connor McLaughlin d62e6ffbb3 Qt: Add icons for unknown region and PSF files in game list 5 years ago
Connor McLaughlin f61427017d GameList: Remove exe/psf extensions from titles in game list 5 years ago
Connor McLaughlin 76ec38ee47 GameList: Support scanning PSF/MiniPSF files 5 years ago
Connor McLaughlin 41a9231a87 GameList: Use region from exe 5 years ago
Connor McLaughlin b62f31fd96 System: Use region from exe/psf when booting 5 years ago
Connor McLaughlin 253b115b11 PSFLoader: Detect region from exe 5 years ago
Connor McLaughlin 10135e08a2 PSFLoader: Support loading minipsfs/libraries 5 years ago
Connor McLaughlin baf8b1af43 Update game settings 5 years ago
Connor McLaughlin 2782172b7e
Merge pull request #1500 from CookiePLMonster/update-pl-loc
Update PL translation
5 years ago
Silent c31ec6d428
Update PL translation 5 years ago
Silent e8e8fd9ffa
InputBindingDialog: Allow to translate the Close button 5 years ago
Connor McLaughlin 3c3bfdea93 Android: Don't call toast methods off UI thread 5 years ago
Connor McLaughlin 4433197665 CPU/Recompiler: Fix hang in AArch32/armv7 5 years ago
Connor McLaughlin 0dee202095 Android: Disable PGXP options when geometry correction disabled 5 years ago
Connor McLaughlin a0ca20a821 Android: Defer rotation request until after start
Fixes messed-up state when orientation is set.
5 years ago
Connor McLaughlin 5b4aff5edf Android: Fix possible reference overflow when scanning 5 years ago
Connor McLaughlin 63562e4527 Qt: Preserve surface when switching fullscreen and not-render-to-main 5 years ago
Connor McLaughlin f5188c7fef Android: Default to digital controller type for mapping port 1 5 years ago
Connor McLaughlin fb48e8f093 Android: Fix a possible exception when refreshing game list 5 years ago
Connor McLaughlin 4e802e90ca SPU: Move voice key off/on outside sample loop
Should be a very tiny performance boost with no difference in behaviour.
5 years ago
Connor McLaughlin 8c8f29c047 CDROM: Double audio FIFO low watermark size
Gives a better chance to catch up in case of desyncs.
5 years ago
Connor McLaughlin 3c012ec6ef SPU: Consider partial ticks when generating pending samples
Fixes hitches in opening FMV in Soul Blade (Europe).
5 years ago
Connor McLaughlin a927bfbe50 GPU/HW: Flush after each primitive for B-F transparency
Slow, but necessary for some games such as Suikoden II, where it draws
multiple polygons to the same area on screen with different transparency
modes.
5 years ago
Connor McLaughlin cbee8fab66 CommonHostInterface: Throttle rumble updates to changes or every 100ms
These updates appear to be synchronous, and limit how fast we can fast
forward when controllers are connected via bluetooth.
5 years ago
Connor McLaughlin d4f52f1ec7 GTE: Force inline a few of the helper functions
Tiny performance improvement.
5 years ago
Connor McLaughlin 914b9bf738 SPU: Drain transfer FIFO when cancelling transfer
The busy bit got stuck on otherwise, which broke the Spanish translation
of Vagrant Story.
5 years ago
Connor McLaughlin 699d599d00 GPU: Clear display when disabling DAC and interlaced
Fixes old output showing up briefly when it's re-enabled.
5 years ago
Connor McLaughlin 9da35be0a8 Qt: Update Japanese translation by mikakunin 5 years ago
Connor McLaughlin 29690c4635 GPU/SW: Fix interlaced output getting corrupted when size changes
Fixes glitches in screen when tilting table in Pro Pinball.
5 years ago
Connor McLaughlin 00512f6cea
Merge pull request #1470 from CookiePLMonster/update-pl-loc
Update PL translation
5 years ago
Silent f74a4ad6ee
Update PL translation 5 years ago
Silent 2cd4357a5a
Fix size policy for Game List buttons
Allows translations to expand those buttons into
multiple lines.
5 years ago
Connor McLaughlin 6fbd970b55 Common/AudioStream: Fix race condition with resampling reset while reading 5 years ago
Connor McLaughlin 4c9e0299ed Common/FIFOQueue: Fix incorrect assertion failure in debug builds 5 years ago
Connor McLaughlin e81df6bddd Settings: Disable host refresh rate sync by default 5 years ago
Connor McLaughlin 9c30990f8f
Merge pull request #1462 from zkdpower/master
Update Simple-Chinese language file to latest
5 years ago
Connor McLaughlin eeca8305f4
Merge pull request #1463 from andercard0/patch-64
Atualização Português do Brasil
5 years ago
Anderson_Cardoso e66d353549
Atualização Português do Brasil
Android - Strings not available for translation as follows:

- Theme
- Downsampling
- Controller Mapping
- Use analog Sticks for D-Pad
- Disable All Enhancements 
- Threaded GPU Presentation
- Clear Bindings (in controller mapping options menu)
- Port 1 / Port 2 (in controller mapping options menu)
- Hotkeys (in controller mapping options menu)
5 years ago
zkdpower 0decadd86d
Update Simple-Chinese language file to latest
Update Simple-Chinese language file to latest
5 years ago
Connor McLaughlin 901f862737 dep/minizip: Don't define 64-bit file macros on Android
Doesn't compile with current NDKs otherwise.
5 years ago
Connor McLaughlin 02948f988d CDROM: Return 0x00 on response FIFO overread
Fixes CyberSled hanging on boot.
5 years ago
Connor McLaughlin ffa3744b3b Settings: Add 20:9 display aspect ratio 5 years ago
Connor McLaughlin d44de3a9dc System: Use SetWaitableTimer() for throttling on Windows 5 years ago
Connor McLaughlin 3b433d8d3e Android: Add sustained performance mode option 5 years ago
Connor McLaughlin 93959a9d88 CPU: Fix crash with some block cycle counts on ARM
Fixes crash in Capcom vs SNK Pro.
5 years ago
Connor McLaughlin 6ad8a6666c Android: Enable resampling by default 5 years ago
Connor McLaughlin 434f75658c Android: Fix incorrect code in key list 5 years ago
Connor McLaughlin a27f220f79 Android: Support binding volume buttons 5 years ago