Commit graph

35718 commits

Author SHA1 Message Date
Henrik Rydgård
d43452f0ce Fix to shutdown sequence 2023-01-30 11:49:31 +01:00
Henrik Rydgård
436a3e0d61 Cleaner exit from emuthread, as used by OpenGL. Don't know how it worked before... 2023-01-30 11:49:31 +01:00
Henrik Rydgård
a0c893cc8f Fix ThreadFrame. All OK now except shutdown, it seems 2023-01-30 11:49:31 +01:00
Henrik Rydgård
2659fd6f66 Android work. Make the Android OpenGL exit prodecure make more sense 2023-01-30 11:49:31 +01:00
Henrik Rydgård
b62572a78f Refactor the framedata/GPU thread management. 2023-01-30 11:49:31 +01:00
Henrik Rydgård
a410ea5535
Merge pull request #16864 from hrydgard/gl-refactor-breakout
GL refactor: Breakout a couple of commits
2023-01-30 11:49:08 +01:00
Henrik Rydgård
f773e66e0f Minor optimization in GLQueueRunner 2023-01-30 11:24:53 +01:00
Henrik Rydgård
bfab820947 Merge some functions 2023-01-30 11:24:53 +01:00
Henrik Rydgård
025b2c21f5
Merge pull request #16863 from Kaitul/patch-9
Update zh_TW.ini
2023-01-30 11:04:46 +01:00
人工知能
53b2095d18
Update zh_TW.ini 2023-01-30 16:11:13 +08:00
Unknown W. Brackets
a0ef9ce103 riscv: Add half-float encodings.
These are simple.
2023-01-29 16:31:01 -08:00
Unknown W. Brackets
08b5286bd5 arm64: Add some flags from cpu_features. 2023-01-29 16:31:01 -08:00
Unknown W. Brackets
dcd83c1e47 riscv: Detect Zicsr with cpu_features. 2023-01-29 15:24:41 -08:00
Unknown W. Brackets
09eb509df4 Common: Expose CPU extension list directly.
A bit silly to rely on the specific string formatting of a summary.
2023-01-29 15:13:44 -08:00
Unknown W. Brackets
368aba3c8d Common: Detect x86 features with cpu_features. 2023-01-29 15:13:44 -08:00
Unknown W. Brackets
489411359e Common: Add cpu_features library. 2023-01-29 14:35:58 -08:00
Jaakko Saarikko
f9531af200
Update fi_FI.ini
Initial commit
2023-01-30 00:26:55 +02:00
Henrik Rydgård
a120cb9468
Merge pull request #16861 from unknownbrackets/ui-speed
UI: Show expected FPS if speed+FPS is on
2023-01-29 20:09:07 +01:00
Unknown W. Brackets
bfea9f38f7 UI: Show expected FPS if speed+FPS is on.
Same display as before, convenient to see this.
2023-01-29 10:50:44 -08:00
Henrik Rydgård
a3228b8399
Merge pull request #16860 from unknownbrackets/ui-ctrl-press
UI: Highlight buttons on press in visual PSP map
2023-01-29 12:50:58 +01:00
Henrik Rydgård
eef5c51c67
Merge pull request #16859 from nassau-tk/jpn0_fix4shinobido
Fix for issue of disappear text on Shinobido Talese of The Ninja
2023-01-29 08:36:39 +01:00
Unknown W. Brackets
4cb37d4391 UI: Highlight buttons on press in visual PSP map. 2023-01-28 17:42:23 -08:00
Unknown W. Brackets
76c9ddc175 UI: Label visual PSP buttons on focus.
For clarity on what button they are and that they are focused.
2023-01-28 17:41:43 -08:00
nassau-tk
e4aa9e517f Fix for issue of disappear text on Shinobido Talese of The Ninja 2023-01-29 10:17:33 +09:00
Henrik Rydgård
4287365411 Update URLs, fix feedback from #16851 2023-01-29 00:25:27 +01:00
Henrik Rydgård
f7d9f6d0e8
Merge pull request #16857 from lvonasek/feature_openxr_gamecamera
OpenXR - Control game camera using head rotation
2023-01-29 00:21:28 +01:00
Lubos
f0bfb3f373 OpenXR - Head control mapping when game smoothes camera movement (MH3) 2023-01-28 21:45:29 +01:00
Lubos
7d1b50d6f9 OpenXR - Combine game and VR camera rotation 2023-01-28 18:36:29 +01:00
Henrik Rydgård
78c47a165e
Merge pull request #16855 from iota97/analog-custom
Add analog to custom button and gesture
2023-01-28 17:32:23 +01:00
Henrik Rydgård
be8a02fdb9
Merge pull request #16856 from TotalCaesar659/patch-1
Update Russian translation
2023-01-28 15:58:28 +01:00
TotalCaesar659
98ff63b795
Remove dot for consistency with other sentences 2023-01-28 15:52:34 +03:00
TotalCaesar659
c55b952093
Update Russian translation 2023-01-28 15:45:53 +03:00
Lubos
5831d98c8a OpenXR - Disable head control when entering the menu 2023-01-28 13:41:04 +01:00
Lubos
b137ecf5c6 OpenXR - Head rotations refactor 2023-01-28 13:28:17 +01:00
Lubos
093903e6a6 OpenXR - Support head rotations in 2D 2023-01-28 13:08:27 +01:00
Lubos
c368a213ac OpenXR - Support head rotations in 2D 2023-01-28 11:50:46 +01:00
Henrik Rydgård
415e3f1d9d
Merge pull request #16851 from SerenaKit/serena/battery-stuff
Ability to show battery % on Darwin platforms, transform FPS/Speed counter into a BitCheckbox
2023-01-28 11:39:48 +01:00
Lubos
51a29fb4bf OpenXR - Regroup the VR settings 2023-01-28 11:22:26 +01:00
Lubos
1b0b8cb9cd OpenXR - Disable HMD rotations if requested 2023-01-28 10:42:31 +01:00
Lubos
eadaf34d13 OpenXR - Prepare configs for ingame camera control 2023-01-28 10:33:51 +01:00
Serena
c37f3edb7d fix indent 2023-01-28 09:53:11 +03:00
iota97
871fc17371 Add analog to custom button and gesture 2023-01-28 07:42:20 +01:00
Henrik Rydgård
99d992a002
Merge pull request #16852 from sum2012/font-log2
Add font's logging of requestedStyle
2023-01-27 23:56:18 +01:00
sum2012
aa047233e1 Add font's logging of requestedStyle 2023-01-28 01:58:52 +08:00
Serena
30f6296767 Remove some Windows + Qt stuff + meow 2023-01-27 19:12:41 +03:00
Serena
ca154879f0 Make changes requested by hygdrad 2023-01-27 18:16:50 +03:00
Serena
ca25d536e1 fix typo + remove branch from CI 2023-01-27 14:00:12 +03:00
Serena
14b230b9cf oops, forgot to do gr->T 2023-01-27 12:57:38 +03:00
Serena
995c9e1c2b Localization changes 2023-01-27 12:51:49 +03:00
Serena
53e937d13d Trigger CI 2023-01-27 11:22:37 +03:00