Henrik Rydgård
|
15db280358
|
Merge pull request #18698 from hrydgard/beta-crash-fixes
Beta crash fixes 1
|
2024-01-15 11:57:41 +01:00 |
|
Henrik Rydgård
|
5267ffcad6
|
Merge pull request #18697 from hrydgard/utf8-feedback
Address feedback on Utf8.cpp changes
|
2024-01-15 11:57:18 +01:00 |
|
Henrik Rydgård
|
56c797e7f6
|
Fix possible hangs in ManagedTexture destruction. Change a thread name.
|
2024-01-15 10:47:16 +01:00 |
|
Henrik Rydgård
|
3e078abbaf
|
Restore nul check in u8_nextchar
|
2024-01-15 10:45:19 +01:00 |
|
Henrik Rydgård
|
69124fda96
|
Fix up a small mistake in ConvertUTF8ToWString
|
2024-01-15 10:43:49 +01:00 |
|
Henrik Rydgård
|
3ce843819e
|
Show a notification if a game exits with sceKernelExitGame. Mainly useful for homebrew.
|
2024-01-15 10:36:32 +01:00 |
|
Florin9doi
|
cad232e60e
|
sceSircs/Infrared support on Android
|
2024-01-12 20:29:53 +02:00 |
|
Henrik Rydgård
|
83999b854b
|
Merge pull request #18682 from hrydgard/string-optimizations
More string_view optimizations
|
2024-01-12 15:03:46 +01:00 |
|
Henrik Rydgård
|
34d35dcf8b
|
More buildfix
|
2024-01-12 14:09:21 +01:00 |
|
Henrik Rydgård
|
0fc3e2b777
|
Add string_view support to more UTF functions
|
2024-01-12 14:03:02 +01:00 |
|
Henrik Rydgård
|
9c9fe8bf8f
|
Add string_view functionality to the core utf-8 parsing code
|
2024-01-12 14:03:02 +01:00 |
|
Henrik Rydgård
|
26db1cb05d
|
IniFile: Remove some allocations
|
2024-01-12 14:03:02 +01:00 |
|
Henrik Rydgård
|
971edc6680
|
Merge pull request #18646 from hrydgard/through-mode-smart-filtering
Through-mode smart texture filtering
|
2024-01-12 13:00:16 +01:00 |
|
Henrik Rydgård
|
52d05aaa27
|
GPU profiling: Count how many descriptors we manage to deduplicate.
|
2024-01-12 11:31:06 +01:00 |
|
Henrik Rydgård
|
aee8f62ed5
|
Buildfix (included from c file)
|
2024-01-11 14:59:54 +01:00 |
|
Henrik Rydgård
|
0fef71348d
|
ARM32 buildfix
|
2024-01-11 12:42:05 +01:00 |
|
Henrik Rydgård
|
73cd690753
|
Optimize NEON matrix multiplication slightly
|
2024-01-11 11:34:08 +01:00 |
|
Henrik Rydgård
|
b4fe03de8b
|
Better solution, still pretty much optimal.
|
2024-01-10 18:14:59 +01:00 |
|
Henrik Rydgård
|
d0817c4c0a
|
Vulkan: Fix trying to compare uninitialized parts of packed descriptors
Found by Valgrind.
Other minor cleanup, too.
|
2024-01-10 12:10:20 +01:00 |
|
Henrik Rydgård
|
d841f115e0
|
Small unrelated fix in ManagedTexture
|
2023-12-31 16:48:44 +01:00 |
|
Henrik Rydgård
|
78de59a479
|
HTTPS through naett: Get the body of the response even if code isn't 200.
This is required for rcheevos to parse errors properly - it ignores the
error code and parses it out of the body instead.
|
2023-12-31 00:11:36 +01:00 |
|
Henrik Rydgård
|
de4c04efcb
|
Ignore a couple of benign perf warnings
|
2023-12-30 10:54:27 +01:00 |
|
Henrik Rydgård
|
6de05f13f1
|
More barrier batching
|
2023-12-30 10:41:59 +01:00 |
|
Henrik Rydgård
|
b2f2e7356a
|
Add new VulkanBarrierBatch
|
2023-12-30 10:41:59 +01:00 |
|
Henrik Rydgård
|
86ed9a9b89
|
Move code to cpp
|
2023-12-30 10:41:59 +01:00 |
|
Henrik Rydgård
|
484fbeb4cb
|
Add end-of-init barrier
|
2023-12-30 10:41:59 +01:00 |
|
Unknown W. Brackets
|
a9456824aa
|
Merge pull request #18639 from hrydgard/handle-serving-directories
Various changes to the webserver to handle serving HTTP subfolders
|
2023-12-29 14:03:47 -08:00 |
|
Henrik Rydgård
|
9bcb858131
|
Various changes to the webserver to handle serving HTTP subdirectories
|
2023-12-29 21:35:31 +01:00 |
|
Henrik Rydgård
|
9c1fd06c2f
|
Various fixes to PathBrowser etc to handle browsing HTTP subfolders
|
2023-12-29 21:34:24 +01:00 |
|
Henrik Rydgård
|
46b25d20a4
|
Merge pull request #18637 from unknownbrackets/riscv-more
Add some more RISC-V extensions to emitter
|
2023-12-29 19:03:49 +01:00 |
|
Unknown W. Brackets
|
52db66e7ad
|
riscv: Add vector bitmanip encoding.
|
2023-12-29 09:42:23 -08:00 |
|
Unknown W. Brackets
|
83dc1c9705
|
riscv: Add detect flags, not detected yet.
|
2023-12-29 09:42:23 -08:00 |
|
Unknown W. Brackets
|
e5467d2706
|
riscv: Add czero instruction encoding.
|
2023-12-29 09:42:23 -08:00 |
|
Unknown W. Brackets
|
e3c6add63a
|
riscv: Add encoding for Zcb.
|
2023-12-29 09:42:23 -08:00 |
|
Unknown W. Brackets
|
15cb782f85
|
riscv: Implement Zfa encoding.
Not yet enabled/detected.
|
2023-12-29 09:42:23 -08:00 |
|
Henrik Rydgård
|
f42e9d94a3
|
Show the tilt input type directly on the item that goes to the tilt settings
|
2023-12-29 14:10:03 +01:00 |
|
Henrik Rydgård
|
e3177ac870
|
Make some global string pointers const, not just the strings.
Minor cleanup.
|
2023-12-29 14:09:45 +01:00 |
|
Henrik Rydgård
|
71f1e29513
|
Remote ISO: Allow sharing a folder of ISOs instead of Recent.
|
2023-12-29 12:55:08 +01:00 |
|
Henrik Rydgård
|
a416d94e38
|
CHD over http wasn't actually working, disable again until it can be fixed
|
2023-12-29 12:19:06 +01:00 |
|
Henrik Rydgård
|
1e6584148d
|
Merge pull request #18631 from hrydgard/remote-iso-folder-prep
Remote ISO: Prepare to allow sharing folders directly
|
2023-12-29 12:10:37 +01:00 |
|
Henrik Rydgård
|
74a33ab98d
|
Add new FolderChooserChoice
|
2023-12-29 11:44:26 +01:00 |
|
Henrik Rydgård
|
e6bc3d83f8
|
Logging improvement
|
2023-12-29 11:44:22 +01:00 |
|
Henrik Rydgård
|
2160abb5ec
|
Web server: Send 404 as appropriate
|
2023-12-29 11:21:14 +01:00 |
|
Henrik Rydgård
|
126d88ecfc
|
Back out clearly inconsequential/useless .reserve() calls
|
2023-12-29 08:27:56 +01:00 |
|
Henrik Rydgård
|
755b2a2535
|
Fix check for navigating upwards from http Paths
|
2023-12-29 00:40:16 +01:00 |
|
Henrik Rydgård
|
cd00d06842
|
Add reload button to GameBrowser. Fix assert if game load failed
|
2023-12-29 00:18:04 +01:00 |
|
Henrik Rydgård
|
a094637ab1
|
Remove left-behind debug code
|
2023-12-28 10:46:41 +01:00 |
|
Henrik Rydgård
|
aeefa4a45a
|
Better variable naming (foundBackgroundScreen)
|
2023-12-28 10:45:33 +01:00 |
|
Henrik Rydgård
|
e40ec0cc50
|
Merge pull request #18589 from hrydgard/organize-bindings
Control Mappings: Organize bindings into categories
|
2023-12-20 19:03:13 +01:00 |
|
Henrik Rydgård
|
7fafc0d83b
|
Improve error handling in homebrew install slightly
|
2023-12-20 18:28:41 +01:00 |
|