Henrik Rydgård
5398820867
Crashfix on memstick screen.
...
Fixes #18886
2024-02-24 18:49:57 +07:00
Henrik Rydgård
c5791764d8
Make the i18n T function use std::string_view
...
Buildfixes, crashfixes
One more
Android buildfix
Buildfix Qt
2024-02-12 18:44:39 +01:00
Henrik Rydgård
9322b4c6dc
Warning fix, some paranoid zero init
2024-02-12 18:33:38 +01:00
Henrik Rydgård
1fbf685504
Avoid vertically merging the two main framebuffers, even if FramebufferAllowLargeVerticalOffset is on.
2024-02-04 11:26:20 +01:00
Henrik Rydgård
8dc4d6e026
Temporarily disable MSAA on Adreno GPUs. See issue #18818
2024-02-03 18:40:03 +01:00
Henrik Rydgård
d4a71a2268
More fixes
2024-02-03 00:20:08 +01:00
Henrik Rydgård
d6b109b115
Fix crash when loading a ppdmp while another ppdmp is displaying
2024-02-02 13:55:38 +01:00
Henrik Rydgård
e226ef6bd1
Merge pull request #18814 from hrydgard/hide-extracted-iso-warning
...
Hide the extracted ISO warning if ppsspp-index.lst is present.
2024-02-02 11:51:15 +01:00
Henrik Rydgård
ca6e0f4f57
Hide the extracted ISO warning if ppsspp-index.lst is present.
2024-02-02 11:21:53 +01:00
Henrik Rydgård
a07a2e445b
Fix event order and some logic. Can now change skip buffer effect while running in background.
2024-02-01 23:26:36 +01:00
Henrik Rydgård
337de548b8
Fix crash when toggling Skip buffer effects while paused
2024-02-01 19:59:01 +01:00
Henrik Rydgård
13abd4991a
Minor gamescreen polish
2024-02-01 01:23:34 +01:00
Henrik Rydgård
61bd01144e
UI fixes
2024-01-31 23:17:51 +01:00
Henrik Rydgård
3831ec1921
Warn the user about bad CHDs
...
If they're not created with "chdman createdvd", they will perform really
badly.
2024-01-31 22:15:47 +01:00
Henrik Rydgård
591dfdd0c5
Fix bug with empty themes showing up
2024-01-31 12:20:46 +01:00
Henrik Rydgård
14cd094535
Merge pull request #18800 from hrydgard/last-minute-fixes
...
Even more checks and fixes
2024-01-31 11:59:45 +01:00
Henrik Rydgård
ce5f157040
More paranoia
2024-01-31 10:48:35 +01:00
Henrik Rydgård
65bfdb1f69
Fix theming issue in SettingInfoMessage
2024-01-31 10:33:23 +01:00
Henrik Rydgård
c7ed87b352
Assorted paranoia and improved checks
2024-01-31 10:22:03 +01:00
Henrik Rydgård
0576cafdeb
Add some missing null checks in GameScreen
2024-01-30 19:09:11 +01:00
Henrik Rydgård
cfadc397f5
Store: remove the broken download speed indicator.
2024-01-30 14:50:55 +01:00
Henrik Rydgård
b0a9ef5aa1
Merge pull request #18794 from hrydgard/more-gameinfocache-fixes
...
More gameinfocache fixes
2024-01-30 13:58:48 +01:00
Henrik Rydgård
ccaf2446ec
Merge pull request #18793 from hrydgard/render-pass-cleanup
...
Fix GE framedump playback on Vulkan
2024-01-30 12:42:03 +01:00
Henrik Rydgård
9792453b27
Fix missing titles for some file types
2024-01-30 12:31:56 +01:00
Henrik Rydgård
76242cb9f7
More gameinfocache fixes
2024-01-30 12:27:58 +01:00
Henrik Rydgård
d7e5928b2c
Minor tweaks to spacing on savedata popup.
...
Might help #18762
2024-01-30 11:33:08 +01:00
Henrik Rydgård
ea180e54c9
Fix some "double-binds" of the backbuffer.
...
These are already eliminated by the queuerunner, but better not to
generate them in the first place, for easier sanity checks.
2024-01-30 10:44:18 +01:00
Henrik Rydgård
69200341a3
More translation fixes
2024-01-29 22:03:49 +01:00
Henrik Rydgård
18ecef1aa5
Fix Refresh interval translation string
2024-01-29 20:13:46 +01:00
Henrik Rydgård
cf1fd714fd
Merge pull request #18786 from hrydgard/release-inputs-on-pause
...
Release all keys on pause.
2024-01-29 19:21:22 +01:00
Henrik Rydgård
bf8a1684d1
Fix per-game configs, thanks Verymelon
2024-01-29 18:59:15 +01:00
Henrik Rydgård
7920d3a44b
Release all keys on pause.
...
Fixes #18767
Not sure about merging for the 1.17 series though, maybe someone really
likes to bring up the pause menu briefly while holding a direction.. we
could actually handle that with some extra logic.
2024-01-29 18:41:43 +01:00
Henrik Rydgård
04ea4987b0
Bring back the old combo behavior, make the new behavior a checkbox (strict combo order).
2024-01-29 18:06:31 +01:00
Henrik Rydgård
c29f81da36
Fix issue with the collapsible sections in control mapping collapsing on every change.
2024-01-29 17:57:01 +01:00
Henrik Rydgård
aab52859b8
Fix translation issue, some work on sv_SE.ini
...
see #18778
2024-01-29 11:21:12 +01:00
Henrik Rydgård
ee62ffdb02
Audit our use of condition variables, fix some minor issues
2024-01-29 11:09:08 +01:00
Henrik Rydgård
a93b55c215
Handle icon loading failures better (avoid retrying every frame).
2024-01-29 10:44:46 +01:00
Henrik Rydgård
9979372a97
Assorted paranoia, get rid of an allocation in the audio loop
2024-01-29 10:37:38 +01:00
Henrik Rydgård
82f269cd48
GameInfoCache: Properly lock around accesses to the gameinfo map.
2024-01-29 00:54:18 +01:00
Henrik Rydgård
0615ba3e54
Some paranoia and a comment
2024-01-29 00:54:18 +01:00
Henrik Rydgård
e035e0dd38
Merge pull request #18776 from hrydgard/more-translation-fixes
...
More translation fixes
2024-01-28 21:44:15 +01:00
Henrik Rydgård
8670dafdf5
Fix duplicate in th, fix case of "JIT using IR"
2024-01-28 17:26:26 +01:00
Henrik Rydgård
f9fff4227f
Merge pull request #18775 from hrydgard/gameinfocache-fixes
...
GameInfoCache: Keep properly track of what's already loaded, lots of cleanup
2024-01-28 17:17:33 +01:00
Henrik Rydgård
4dafe2733c
Fix "CPU Core" and "Instance" translation strings
2024-01-28 17:05:36 +01:00
Henrik Rydgård
a5fafb8321
Fix logic, cleanup
2024-01-28 16:56:07 +01:00
Henrik Rydgård
884c366692
Fix some longstanding issues with the GameInfoCache and optimize away double work
2024-01-28 16:23:27 +01:00
Henrik Rydgård
9b3c14a931
GameInfoCache: Break out a couple functions
2024-01-28 14:50:16 +01:00
Henrik Rydgård
7d99b6c1bc
Add volume slider for retroachievements
2024-01-28 13:56:46 +01:00
Henrik Rydgård
bcb4d363de
Warning fix
2024-01-27 13:58:48 +01:00
Henrik Rydgård
a2e7712126
Crashfix in JIT disassembly UI. Add sanity check in WaitUntil
2024-01-27 13:28:09 +01:00