Lubos
|
13ff41bc2b
|
OpenXR - Passthrough on the latest QuestOS fixed
|
2024-02-26 12:56:14 +01: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
|
8dc4d6e026
|
Temporarily disable MSAA on Adreno GPUs. See issue #18818
|
2024-02-03 18:40:03 +01:00 |
|
Henrik Rydgård
|
3802d4ee16
|
Try to resolve another race condition. Improve an assert.
|
2024-02-03 10:54:16 +01:00 |
|
Henrik Rydgård
|
d4a71a2268
|
More fixes
|
2024-02-03 00:20:08 +01:00 |
|
Henrik Rydgård
|
6ce4933db8
|
Split the discard-stencil-bug flag into separate flags for Adreno and Mali
|
2024-02-02 11:11:31 +01:00 |
|
Henrik Rydgård
|
86ea5665f0
|
Show some more Vulkan extensions in sysinfo
|
2024-02-01 17:08:54 +01:00 |
|
Henrik Rydgård
|
c0bc6446dd
|
Improve assert, cleanup
|
2024-02-01 16:33:01 +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
|
c7ed87b352
|
Assorted paranoia and improved checks
|
2024-01-31 10:22:03 +01:00 |
|
Henrik Rydgård
|
7af6501a6f
|
UI: ScrollView: Improve interaction with the scroll bar thingy, avoid accidental clicks
|
2024-01-31 09:37:11 +01:00 |
|
Henrik Rydgård
|
148ae0dd4a
|
FastVec: Assert on the malloc to get better crash reports
|
2024-01-31 09:36:55 +01:00 |
|
Henrik Rydgård
|
25a1e6aa14
|
Some renaming, add a bunch of sanity debug-asserts
|
2024-01-30 11:14:21 +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
|
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
|
c5191cad4c
|
Disable 16-bit textures on PowerVR.
Fixes #18780
|
2024-01-29 15:48:27 +01:00 |
|
Henrik Rydgård
|
4de4dc1433
|
Remove some logspam on SDL builds
|
2024-01-29 12:34:44 +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
|
9979372a97
|
Assorted paranoia, get rid of an allocation in the audio loop
|
2024-01-29 10:37:38 +01:00 |
|
Henrik Rydgård
|
0170e8f081
|
Logging updates
|
2024-01-29 00:54:24 +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
|
a811cbac80
|
Add proper checks for file type when picking a background image
Should fix some confusion, and also issues picking files from the
Download folder on Android where the filenames we get don't always have
extensions.
|
2024-01-27 12:03:01 +01:00 |
|
Henrik Rydgård
|
bc92226715
|
Folder browser (like when clicking Browse...): Preinitialize with the current folder.
|
2024-01-25 12:47:37 +01:00 |
|
Henrik Rydgård
|
9218efd286
|
Improve the file size check when reading text files
|
2024-01-25 12:34:19 +01:00 |
|
Henrik Rydgård
|
1f129b6dca
|
Replace "ReadFileToString" with a few semantically clearer wrappers.
|
2024-01-25 09:55:54 +01:00 |
|
Henrik Rydgård
|
22e91c98db
|
More asserts
|
2024-01-24 11:36:25 +01:00 |
|
Henrik Rydgård
|
39cf5b5c30
|
Add more asserts to check the state of the render manager
|
2024-01-24 09:46:55 +01:00 |
|
Henrik Rydgård
|
0d2e5c32ab
|
More sanity checks
|
2024-01-24 00:50:32 +01:00 |
|
Henrik Rydgård
|
d260cd0498
|
Some sanity checks.
|
2024-01-24 00:23:08 +01:00 |
|
Henrik Rydgård
|
622aeaab6d
|
Hopefully robustify some logic in EmuScreen enough
|
2024-01-24 00:06:01 +01:00 |
|
Henrik Rydgård
|
21d5257fbf
|
Translation keys etc: Address feedback from TotalCaesar659
|
2024-01-23 19:23:23 +01:00 |
|
Henrik Rydgård
|
17ff605af5
|
Merge pull request #18750 from hrydgard/more-minor-fixes
More minor fixes
|
2024-01-23 11:51:22 +01:00 |
|
Henrik Rydgård
|
51097279c9
|
Vulkan: Fix race condition when changing MSAA mode with the game running "behind" the menu.
|
2024-01-23 11:28:45 +01:00 |
|
Henrik Rydgård
|
deffbea75f
|
HTTPClient: Fix socket leak on connect failure
|
2024-01-23 11:05:03 +01:00 |
|
Henrik Rydgård
|
c6c0d0bf42
|
Android memstick folder moves: Do recursive moves if in the same device. Drastically faster.
|
2024-01-22 16:26:29 +01:00 |
|
Henrik Rydgård
|
f347e8494f
|
Merge pull request #18740 from hrydgard/store-improvements
Store improvements
|
2024-01-22 12:18:07 +01:00 |
|
Henrik Rydgård
|
902eed59bb
|
Android: Make use of the (spooky) fact that Android_RemoveFile deletes recursively.
|
2024-01-22 11:55:38 +01:00 |
|
Henrik Rydgård
|
1935dd3f4c
|
Just move DeleteDir next to DeleteDirRecursive
|
2024-01-22 11:54:41 +01:00 |
|
Henrik Rydgård
|
d502929cb2
|
Minor cleanup
|
2024-01-22 11:19:09 +01:00 |
|
Henrik Rydgård
|
0bf7a98aff
|
Replace DrainAndBlockCompileThreads with StopThreads, and same for resuming.
|
2024-01-22 11:06:50 +01:00 |
|
Henrik Rydgård
|
0e708367b5
|
Remove compileBlocked_ flag
|
2024-01-22 10:52:01 +01:00 |
|
Henrik Rydgård
|
6b5a4e3ba9
|
VulkanRenderManager: Move and rename some stuff to make the next change clearer
|
2024-01-22 10:50:07 +01:00 |
|
Henrik Rydgård
|
2d9afaa6df
|
Android: Add code for "show folder", don't activate it since it's not reliable (need a query on startup)
|
2024-01-21 13:35:59 +01:00 |
|
Henrik Rydgård
|
55adcb1a13
|
Warn the user if they try to run an extracted ISO, with a very in-your-face message.
Fixes #18735
|
2024-01-20 23:01:08 +01:00 |
|
Henrik Rydgård
|
1553931163
|
SDL: Add more fallback font names, greatly speed up fallback font handling
|
2024-01-20 11:22:05 +01:00 |
|
Henrik Rydgård
|
2007621ec3
|
Add "Droid Sans Fallback" to the list of fallback fonts.
This can be easily installed on apt based distros using:
sudo apt install fonts-droid-fallback
And provides all the characters we need.
|
2024-01-19 22:53:16 +01:00 |
|
Henrik Rydgård
|
b71ccfdb71
|
CwCheats: Add ms unit, rename to Refresh Interval.
|
2024-01-19 15:12:53 +01:00 |
|
Henrik Rydgård
|
7a318b46e8
|
Draw the line between the tabs and contents as a spacer instead of custom code.
|
2024-01-19 14:56:29 +01:00 |
|
Henrik Rydgård
|
0e03b66a95
|
Make vertical tabs scrollable
|
2024-01-19 14:56:29 +01:00 |
|
Henrik Rydgård
|
f73d0587d4
|
Comments, make locking more consistent in GameInfoCache
|
2024-01-19 14:56:29 +01:00 |
|