Commit graph

5009 commits

Author SHA1 Message Date
Connor McLaughlin e449563530 Qt: Update Japanese translation by mikakunin 2021-06-25 00:20:29 +10:00
Connor McLaughlin 5488bf7128 CDROM: Ignore speed change for non-cued Play 2021-06-25 00:20:26 +10:00
Connor McLaughlin defce709da GPU/HW: Don't allow adaptive downsampling at non-pow2 scales 2021-06-25 00:19:14 +10:00
Connor McLaughlin 2fbfd53d51 GameSettings: Force CPU PGXP mode for a bunch of games 2021-06-24 17:04:52 +10:00
Connor McLaughlin ea26fc4b49 Qt/GameProperties: Fix single step value of geometry threshold 2021-06-24 16:59:38 +10:00
Connor McLaughlin 2343696995 CPU/Recompiler: Fix a few incorrect calls to PGXP
Fixes PGXP not being effective in Grandia.
2021-06-24 16:52:40 +10:00
Connor McLaughlin 98f0e5908b GPU/HW: Fix incorrect UV range for upscaled direct texturing 2021-06-24 14:45:15 +10:00
Connor McLaughlin 8ddc1d6016 GameSettings: Force icache for International Superstar Soccer Pro '98 2021-06-24 14:44:54 +10:00
Connor McLaughlin 226acdfe18
Merge pull request #2300 from CookiePLMonster/measured-cheevos
Measured achievements
2021-06-22 21:55:23 +10:00
Silent 67c92471d6 Slightly decrease spacing between header entries in Leaderboards
When Hardcore Mode was disabled and a specific leaderboard was previewed,
the Hardcore Mode notice text slightly overlapped the board legend.
2021-06-22 21:45:07 +10:00
Silent 5e9fc91669 Add support for measured achievements
These achievements show a progress bar in the Achievements screen
2021-06-22 21:45:07 +10:00
Silent d567f1e870 Upgrade rcheevos to v10.1.0 2021-06-22 21:45:07 +10:00
Connor McLaughlin 7ac537bf73 CPU/Recompiler: Flush load delay when lwl/lwr is first instruction
Fixes corrupted textures in Zen Nihon Joshi Pro Wrestling - Joou
Densetsu - Yume no Taikousen.
2021-06-22 14:50:18 +10:00
Connor McLaughlin 5a8320b63a
Merge pull request #2298 from zkdpower/master
Update Simple-Chinese Translation to latest.
2021-06-22 14:49:53 +10:00
Connor McLaughlin a16787595e
Merge pull request #2297 from andercard0/patch-139
Atualização Português do Brasil
2021-06-22 14:49:47 +10:00
Connor McLaughlin cfe606fb5a
Merge pull request #2296 from DCxDemo/patch-1
russian translation typo спиcкок -> список
2021-06-22 14:49:40 +10:00
zkdpower fa74c6270b
Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
2021-06-21 22:19:04 +08:00
Connor McLaughlin 9d26a85967 OpenGLHostDisplay: Disable PBOs for streaming on Broadcom GPUs
glTexImage2D takes an extra 2-3ms when using PBOs for some reason,
despite the extra copy application-side...
2021-06-21 22:16:33 +10:00
Connor McLaughlin 859c78fdc0 DRMDisplay: Restore previous framebuffer on shutdown 2021-06-21 22:04:59 +10:00
Connor McLaughlin 7b87b386a9 CPU/Recompiler: Fix performance regression in AArch32/64 2021-06-21 22:04:50 +10:00
Anderson_Cardoso c618598f7c
Atualização Português do Brasil
Update file to latest.
2021-06-21 08:46:41 -03:00
DCxDemo fbe7ba4a36
translation typo спикок -> список
translation typo спикок -> список
2021-06-21 12:29:40 +03:00
Connor McLaughlin b2e8aa2d30 Qt: Add option to create non-existant memory cards on edit 2021-06-21 17:34:38 +10:00
Connor McLaughlin 84fe9aae0e Qt/MemoryCardEditor: Add format button 2021-06-21 17:25:08 +10:00
Connor McLaughlin ed6145ac77 Qt/MemoryCardEditor: Support importing non-mcs raw files 2021-06-21 17:25:02 +10:00
Connor McLaughlin 2ab38aa47c FullscreenUI: Fix unpausing when closing achievement list 2021-06-21 12:16:27 +10:00
Connor McLaughlin 19dcd07f87 FullscreenUI: Fix compiling without cheevos 2021-06-21 12:16:27 +10:00
Connor McLaughlin bf3476d903 Qt: Update Japanese translation by mikakunin 2021-06-21 12:16:26 +10:00
Connor McLaughlin 012167c028
Merge pull request #2291 from zkdpower/master
Update Simple-Chinese Translation to latest.
2021-06-21 12:16:14 +10:00
Connor McLaughlin 16332f66c1
Merge pull request #2292 from andercard0/patch-138
Atualização Português do Brasil
2021-06-21 12:15:51 +10:00
Anderson_Cardoso 828aa880b8
Atualização Português do Brasil
- File updated to latest;
- OSD Plurarity not being applied correctly;
- Plurarity lines weren't being applied correctly fixed.
2021-06-20 16:43:30 -03:00
zkdpower 68f9a6b39c
Update Simple-Chinese Translation to latest.
Update Simple-Chinese Translation to latest.
2021-06-21 01:14:12 +08:00
Connor McLaughlin 49ee838562 Qt: Remove zh-cn translation causing crash on subimage change 2021-06-20 19:22:07 +10:00
Connor McLaughlin 0f564885dc CMake: Link to IOKit on Mac 2021-06-20 19:21:51 +10:00
Connor McLaughlin 9027864d3d CommonHostInterface: Remove achievements/leaderboards hotkeys on Android 2021-06-20 19:18:01 +10:00
Connor McLaughlin d9412f9fcd FrontendCommon: Add option to inhibit screensaver 2021-06-20 15:50:59 +10:00
Connor McLaughlin 531845a0c7 FullscreenUI: Add rich presence to quick menu 2021-06-20 14:01:10 +10:00
Connor McLaughlin 8f5b2f24cf Cheevos: Update rich presence in test mode (but don't ping) 2021-06-20 13:40:15 +10:00
Connor McLaughlin a072455903 CommonHostInterface: Add hotkeys for opening leaderboards/achievements 2021-06-20 13:33:30 +10:00
Connor McLaughlin 1644a0762d GPU/OpenGL: Disable MSAA on GLES3.1 2021-06-20 13:10:26 +10:00
Connor McLaughlin 1fe85a0d91
Merge pull request #2281 from CookiePLMonster/leaderboards-hardcore-only
Allow submitting entries to Leaderboards only in Hardcore Mode.
2021-06-20 01:19:56 +10:00
Connor McLaughlin 995bab72c4
Merge pull request #2279 from CookiePLMonster/retroachievements-discord-rpc
Show RetroAchievements rich presence in Discord-RPC
2021-06-20 01:18:51 +10:00
Silent 99fbd2827b
Allow submitting entries to Leaderboards only in Hardcore Mode.
This is a requirement from RetroAchievements.
2021-06-19 17:15:47 +02:00
Silent c86b7309d4
Show RetroAchievements rich presence in Discord-RPC 2021-06-19 14:13:10 +02:00
Connor McLaughlin e7b113f454 System: Don't reset performance counters when turboing 2021-06-19 21:15:50 +10:00
Connor McLaughlin bda573a540
Merge pull request #2278 from CookiePLMonster/leaderboard-switching-hotfix
Leaderboards: Implement missing teardown
2021-06-19 21:15:27 +10:00
Silent c97aafb79d
Leaderboards: Implement missing teardown 2021-06-19 12:30:07 +02:00
Connor McLaughlin bc34a75e03 CDROM: Add missing include for <cmath> 2021-06-19 15:23:25 +10:00
Connor McLaughlin 67344070ea CDROM: Improve simulation of seek timing 2021-06-19 15:16:01 +10:00
Connor McLaughlin 2c19c7ce57 CDROM: Cancel speed changes if they're not complete 2021-06-19 15:16:01 +10:00