Commit graph

38889 commits

Author SHA1 Message Date
Henrik Rydgård
a1e1386e0b Address feedback 2023-11-12 16:08:53 +01:00
Henrik Rydgård
7f6e6ae985 Add experimental, disabled XOR mode, leaving all compression to ZSTD. Seems to perform worse. 2023-11-12 16:08:53 +01:00
Henrik Rydgård
f6e5249327 Add ZSTD compression on top of the redundancy compression 2023-11-12 16:08:53 +01:00
Henrik Rydgård
9e0c5b30d2 Remove "mem hog" comment from snapshot frequency 2023-11-12 16:08:51 +01:00
Henrik Rydgård
cc6f9a73ca Oops, fix for previous commit. And minor optimization. 2023-11-12 01:32:02 +01:00
Henrik Rydgård
2530bc88af
Merge pull request #18411 from Kethen/allow_plugin_blacklist
allow `ALL = true` then `gameID = false` blacklisting
2023-11-11 23:49:27 +01:00
Henrik Rydgård
b87510115e
Merge pull request #18413 from hrydgard/cache-drawpixels
Cache and hash data for DrawPixels
2023-11-11 20:45:56 +01:00
Henrik Rydgård
632fa1c9d6 Cache and hash data for DrawPixels.
We already had a cache to reuse texture objects so just
opportunistically reuse them when easy to do so.
2023-11-11 19:58:12 +01:00
Katharine Chui
030a031943 allow ALL = true then gameID = false blacklisting 2023-11-11 20:43:46 +08:00
Henrik Rydgård
3287c268ff
Merge pull request #18408 from hrydgard/ui-refactoring-1
UI: Remove unnecessary mutexes, assorted cleanup
2023-11-11 12:08:39 +01:00
Henrik Rydgård
d583da9d81
Merge pull request #18409 from DDinghoya/patch-17
Update ko_KR.ini
2023-11-11 12:07:56 +01:00
DDinghoya
80f2d72817
Update ko_KR.ini 2023-11-11 19:58:08 +09:00
Henrik Rydgård
5146a2a967 Remove modifyLock_ from ViewGroup 2023-11-11 11:25:41 +01:00
Henrik Rydgård
d4833b72b1 Fix the last place where we were processing UI input events on the wrong thread 2023-11-11 11:21:36 +01:00
Henrik Rydgård
96cfdbaa96 Some more XInput cleanup 2023-11-11 11:08:22 +01:00
Henrik Rydgård
dd032dc533 Delete two unused structs 2023-11-11 10:55:54 +01:00
Henrik Rydgård
0c7b42b079 UI: Remove locks in event dispatching 2023-11-11 10:55:45 +01:00
Henrik Rydgård
e0c0cb9a6d Change loops to the shorter form. 2023-11-11 10:55:45 +01:00
Henrik Rydgård
57b96250ef Merge branch 'xinput_trigger_deadzone' 2023-11-11 10:51:54 +01:00
Henrik Rydgård
004d8fc20e Remove unused code 2023-11-11 10:51:41 +01:00
Katharine Chui
cdd6f2f5c9 skip xinput trigger threshold check 2023-11-11 16:03:08 +08:00
Henrik Rydgård
2036f1c36a
Merge pull request #18403 from hrydgard/tilt-fixes
Fixes for tilt control bugs
2023-11-09 21:24:44 +01:00
Henrik Rydgård
4f2f1c4392 Tilt: Fix some edge cases leading to division by zero and similar. 2023-11-09 19:14:31 +01:00
Henrik Rydgård
25ab1206b5 Fix stepping of tilt low end radius setting. Add some asserts. 2023-11-06 18:33:05 -06:00
Henrik Rydgård
73932603e3 IniFile: Remove redundant function, add a debug assert 2023-11-06 18:33:05 -06:00
Henrik Rydgård
c5469c409a Add specific sysprop for accelerometer 2023-11-06 18:33:01 -06:00
Henrik Rydgård
5a72e2d6d2
Merge pull request #18395 from hrydgard/bump-rcheevos-again
Update the rcheevos submodule to the new v11.0.0
2023-11-06 18:27:12 -06:00
Henrik Rydgård
949dc97e3a
Merge pull request #18397 from sum2012/lang
Add Simulate UMD slow reading speed translate
2023-11-05 07:27:53 -06:00
sum2012
56163469dc
Update Japanese by @nishinji
Co-authored-by: nishinji <107111782+nishinji@users.noreply.github.com>
2023-11-05 20:55:50 +08:00
sum2012
4dcf203b15 Add Simulate UMD slow reading speed transate
Chinese is my natural language.
For Japanese,I use ChatGPT
2023-11-05 13:24:37 +08:00
Henrik Rydgård
6d063ce3ea
Merge pull request #18372 from iota97/empty-shape
Add empty shape to custom keys
2023-11-03 12:33:42 -06:00
iota97
9fe618840a add empty shape to custom keys 2023-11-03 16:44:08 +01:00
Henrik Rydgård
70999dc8f2
Merge pull request #18369 from sum2012/UmdReadSpeed
Add Simulate UMD slow reading speed in UI
2023-11-03 08:33:50 -06:00
Henrik Rydgård
ede0f093e1
Merge pull request #18392 from sum2012/AtracInfo
Record Atrac library version
2023-11-03 08:31:00 -06:00
Henrik Rydgård
d0d9ce33a4 Update the rcheevos submodule to the new v11.0.0 2023-11-03 08:17:27 -06:00
sum2012
fad262e810 oop 2023-11-03 03:52:18 +08:00
sum2012
a41a1dcfff Fix indentation 2023-11-02 20:42:03 +08:00
sum2012
b3527fe1be Move to _AtracSetData
Fix before LoadModule
2023-11-02 20:37:20 +08:00
Henrik Rydgård
157fabf91b
Merge pull request #18394 from hrydgard/driver76-fix-new-crash
Ignore triangle strips with less than 3 vertices.
2023-11-01 22:13:14 -06:00
Henrik Rydgård
48a1348352 Move a var for clarity 2023-11-01 21:30:04 -06:00
Henrik Rydgård
ee6ffac28e Ignore triangle strips with less than 3 vertices.
Should fix the new issue reported in #18273
2023-11-01 21:28:37 -06:00
sum2012
9869267160 oop 2023-11-01 06:33:08 +08:00
Henrik Rydgård
a4d667caf8
Merge pull request #18391 from kotcrab/cmake-winhttp
Add winhttp for cmake Windows builds
2023-10-31 16:30:36 -06:00
sum2012
199f0dd704 Record Atrac libersion
Gripshift library version 0x101 ,crc 3dd5e32f
2023-11-01 06:29:55 +08:00
kotcrab
e07495502e Add winhttp for cmake Windows builds 2023-10-31 22:58:59 +01:00
Henrik Rydgård
b01ec488d6
Merge pull request #18389 from hrydgard/disable-negative-messages
Redump checks: Disable negative messages
2023-10-30 07:54:58 -06:00
Henrik Rydgård
9745995e4b Redump checks: Disable negativem messages
The current database has issues as mentioned in #18387. Until this is
resolved and until we have confidence in the DB, don't be so loud
about ISOs possibly being bad.
2023-10-30 00:22:49 -06:00
Henrik Rydgård
8ce639fddf
Merge pull request #18386 from hrydgard/crc-progress-bar
CRC calculation on game screen: Show progress bar
2023-10-30 00:15:26 -06:00
Henrik Rydgård
ce83fec206 Linux buildfix attempt 2023-10-29 23:39:25 -06:00
sum2012
7092393ed7 Space bug 2023-10-29 12:40:20 +08:00