Henrik Rydgård
4c315bacdf
RetroAchievements: Add option to allow saving, but not loading, in challenge / hardcore mode.
...
This has been requested many times and is useful for development, so
let's simply allow it. It doesn't enable cheating for achievemenst since
you still can't load these states in challenge mode.
2023-11-14 22:54:39 +01:00
Henrik Rydgård
1dea3f80eb
Merge pull request #18424 from Narugakuruga/patch-29
...
Update zh_CN.ini
2023-11-14 16:25:56 +01:00
Narugakuruga
d7323c88b8
Update zh_CN.ini
...
new strings and optimization
2023-11-14 23:13:43 +08:00
Henrik Rydgård
70c7bb3b0d
Merge pull request #18419 from hrydgard/gamelist-triangle-button-cleanup
...
Clean up the checks for triangle-button-for-info on the main screen
2023-11-13 14:13:51 +01:00
Henrik Rydgård
cb9c6dc661
Merge pull request #18418 from hrydgard/simplify-input-layout
...
thin3d/backends: Remove code that pretended that we supported multiple vertex streams
2023-11-13 12:51:09 +01:00
Henrik Rydgård
2910303d20
Clean up the checks for triangle-button-for-info on the main screen
2023-11-13 12:49:08 +01:00
Henrik Rydgård
802bae6ee8
Fix minor perf problem in debug mode, navigating long game lists.
...
InputMappingToPspButton is very slow and was called once per item.
2023-11-13 12:47:28 +01:00
Henrik Rydgård
19205145e5
Merge pull request #18414 from sum2012/atrac_steam_loop_full
...
Fix atrac sound loop problem
2023-11-13 12:04:02 +01:00
Henrik Rydgård
d891aaf9cd
Remove code that pretended that we supported multiple vertex streams
...
Don't really see that we'll have much use for this feature, so simplify
it away. Only single vertex stream data is now supported by the thin3d
API.
2023-11-13 01:15:28 +01:00
Henrik Rydgård
bfd11153db
Merge pull request #18416 from hrydgard/drawpixels-16-bit-opt
...
Optimize DrawPixels for 16-bit RGB565 copies
2023-11-13 00:44:46 +01:00
Henrik Rydgård
77825484a0
If available, use 16-bit texture formats for MakePixelTexture when appropriate.
...
Optimization for God of War on low-end platforms. Avoids calling a color
conversion function that's currently only SIMD-optimized on x86, so will
also benefit ARM a little bit.
2023-11-12 15:58:03 +01:00
Henrik Rydgård
49f5da370a
Simplify the logic in MakePixelTexture a bit
2023-11-12 11:19:45 +01:00
sum2012
dfec953f1d
Fix atrac sound loop problem
...
Fix #14058 fix #14352
2023-11-12 12:18:00 +08: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