Henrik Rydgård
|
52b7bf502f
|
Merge pull request #17392 from hrydgard/misc-crash-fixes
Misc crash fixes from mystery thread
|
2023-05-02 23:41:32 +02:00 |
|
Henrik Rydgård
|
97488c0a79
|
Vulkan: Before cleaning the shader managers, drain the shader compile queue.
Mainly paranoia, but might help with the mutex crash from #17364
|
2023-05-02 22:05:28 +02:00 |
|
Henrik Rydgård
|
c037f6731d
|
Better (but not great) workaround for key bindings that pop up dialogs.
|
2023-05-02 21:36:17 +02:00 |
|
Henrik Rydgård
|
919979eece
|
Disable excessive logging
|
2023-05-02 11:40:50 +02:00 |
|
Henrik Rydgård
|
ee7e8d7c06
|
Add a unit test, fix listing zip directories
|
2023-05-02 11:35:45 +02:00 |
|
Henrik Rydgård
|
35aff7eaf9
|
Fix logic in ZipFileReader file listing
|
2023-05-01 23:20:38 +02:00 |
|
Bashar Astifan
|
9b0577351f
|
Review's changes, more fixes and better structure
|
2023-05-02 00:09:22 +04:00 |
|
Henrik Rydgård
|
d4249c1d73
|
OpenGL: Add an assert to catch a class of crash bugs early. Also assorted paranoia.
|
2023-05-01 11:56:26 +02:00 |
|
Henrik Rydgård
|
a41fc74dba
|
Add a debug assert in VulkanPushPool
|
2023-05-01 11:41:25 +02:00 |
|
Henrik Rydgård
|
838ef03815
|
Fix ScrollView crash (though the root cause is a race condition most likely)
|
2023-05-01 10:37:30 +02:00 |
|
Henrik Rydgård
|
efa167e2b4
|
Accept number format strings like "%i%%" (results in "30%" if i == 30).
Fallout from #17349
|
2023-04-30 10:40:32 +02:00 |
|
Henrik Rydgård
|
3d477003c4
|
Fix issue where if Break on Load was set, we'd crash once we started running in a few games
|
2023-04-30 10:06:43 +02:00 |
|
Bashar Astifan
|
05776ee6af
|
Major update
|
2023-04-30 08:54:54 +04:00 |
|
Henrik Rydgård
|
e0a67c7703
|
Don't use the cpu_features library on Android arm32.
Unbreaks Xperia Play, yay.
Also bumps the compile tools version in the gradle, unrelated but
doesn't hurt.
|
2023-04-29 23:54:47 +02:00 |
|
Unknown W. Brackets
|
ce0324b611
|
UI: Correct grid view V_GONE handling.
|
2023-04-29 11:44:55 -07:00 |
|
Unknown W. Brackets
|
bab2461a48
|
Windows: Use cpu_features on arm64.
It's now supported.
|
2023-04-29 10:59:32 -07:00 |
|
Unknown W. Brackets
|
ac40721a64
|
riscv: Use cpu_features for V detection.
|
2023-04-29 10:07:50 -07:00 |
|
Unknown W. Brackets
|
2f3a0ea0b5
|
Debugger: Simplify expression error handling.
|
2023-04-29 09:15:14 -07:00 |
|
Henrik Rydgård
|
7723aebb9b
|
Buildfixes
|
2023-04-28 21:56:39 +02:00 |
|
Bashar Astifan
|
d0b6935592
|
UWP Improved Support
|
2023-04-28 23:22:17 +04:00 |
|
Henrik Rydgård
|
6945deec01
|
Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy
|
2023-04-28 21:04:05 +02:00 |
|
Henrik Rydgård
|
c02634c161
|
Add some paranoid format string checking in popup slider dialogs
|
2023-04-28 20:26:08 +02:00 |
|
Nemoumbra
|
12506a3474
|
Minor bugs (#17344)
* Fixed console acting like it's hidden while it's not
* Trailing whitespace removed
|
2023-04-28 15:18:01 +02:00 |
|
Henrik Rydgård
|
68be93467e
|
Fix some checks around translation.
|
2023-04-27 12:05:11 +02:00 |
|
Henrik Rydgård
|
67aa951fec
|
PopupMultiChoice: Don't range-check the int-value if being initialized from PopupMultiChoiceDynamic (valgrind)
|
2023-04-27 11:55:57 +02:00 |
|