Commit graph

39543 commits

Author SHA1 Message Date
Henrik Rydgård
7f12b7a44f
Merge pull request #18603 from bsdf/master
[libretro] Expose "Memory Stick inserted" option
2023-12-23 21:02:44 +01:00
AdamN
d4b9356321
Create manual_generate_ipa.yml
Manually generate iOS IPA on-demand
2023-12-24 01:28:29 +07:00
BEN ENGLISCH
d023c9887b [libretro] Expose "Memory Stick inserted" option 2023-12-22 17:20:16 -06:00
Henrik Rydgård
33c0052c70
Merge pull request #18597 from hrydgard/combo-key-behavior
Combo key: Only trigger when keys are pressed in the mapped order
2023-12-22 22:52:23 +01:00
Henrik Rydgård
cf81ae1b4e
Merge pull request #18599 from hrydgard/tactics-ogre-eliminate-readback
Tactics Ogre: Remove a redundant GPU readback operation
2023-12-22 22:51:21 +01:00
Henrik Rydgård
98bf5ed9cf
Merge pull request #18600 from VitalikLevin/patch-1
Update russian translation
2023-12-21 17:32:34 +01:00
Vitaliy Levin
3ff9588c20
Update ru_RU.ini 2023-12-21 17:59:34 +03:00
Henrik Rydgård
8601c5a3bc
Merge pull request #18596 from hrydgard/more-control-refactor
More control refactor
2023-12-21 13:40:41 +01:00
Henrik Rydgård
03b88264d6
Merge pull request #18598 from hrydgard/inline-update-uvscale
Inline UpdateUVScaleOffset
2023-12-21 13:40:25 +01:00
Henrik Rydgård
437b292b7d Tactics Ogre: Remove a redundant readback operation it performs a lot. 2023-12-21 12:37:34 +01:00
Henrik Rydgård
e488189723 Inline UpdateUVScaleOffset 2023-12-21 12:10:10 +01:00
Henrik Rydgård
d21b185b5c Combo keys: Only trigger if keys are pressed in the same order 2023-12-21 12:07:14 +01:00
Henrik Rydgård
81923034f6 ControlMapper: Keep track of when inputs were triggered 2023-12-21 12:02:15 +01:00
Henrik Rydgård
5fccf64b94
Merge pull request #18595 from fp64/fix-texture-upscale-bug
Fix texture upscaler bug
2023-12-21 11:55:52 +01:00
fp64
d35c10beb6 Fix texture upscaler bug
Was not actually affecting anything, since this path is not used.
Still better fix it, for correctness sake.
2023-12-21 11:55:45 -05:00
Henrik Rydgård
16a31c2554 Avoid spamming the keymap lock during input processing 2023-12-21 11:54:30 +01:00
Henrik Rydgård
ac208505a5 Remove bad debug assert 2023-12-21 11:48:52 +01:00
Henrik Rydgård
e47791d4c4 Remove unnecessary vector 2023-12-21 11:16:10 +01:00
Henrik Rydgård
144ed7a3ab Reduce memory allocations during controller processing 2023-12-21 11:15:40 +01:00
Henrik Rydgård
9a276c6f97 Update issue templates to say "mobile device" instead of "mobile phone"
Fixes #18594
2023-12-21 10:40:55 +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
eff01d1e64
Merge pull request #18591 from hrydgard/unpause-with-pause-binding
Allow unpausing with keys bound to pause
2023-12-20 19:02:25 +01:00
Henrik Rydgård
ce955e8bb5
Merge pull request #18592 from hrydgard/fix-dir-creation-regression
Fix dir creation regression, improve error handling in homebrew install slightly
2023-12-20 19:02:13 +01:00
Henrik Rydgård
7fafc0d83b Improve error handling in homebrew install slightly 2023-12-20 18:28:41 +01:00
Henrik Rydgård
28143697b6 Fix regression from #18581 2023-12-20 18:26:27 +01:00
Henrik Rydgård
8810d95ab4 Add paranoid error check when listing cameras 2023-12-20 18:26:27 +01:00
Henrik Rydgård
607f2724e9 Add new translation strings 2023-12-20 17:10:41 +01:00
Henrik Rydgård
72e46acf14 Compat.ini: Eanble ForceUMDDelay for Harvest Moon: Hero of Leaf Valley
Fixes issue #18287
2023-12-20 17:07:23 +01:00
Henrik Rydgård
91b5956fc4 Fix background color of crash screen 2023-12-20 17:03:06 +01:00
Henrik Rydgård
a996afb9f6 Allow unpausing with keys bound to pause. 2023-12-20 16:55:39 +01:00
Henrik Rydgård
3e6b7a68af
Merge pull request #18590 from anr2me/manual_generate_apk
[Workflow] Update JDK version to 17
2023-12-20 16:52:54 +01:00
Henrik Rydgård
f47b87aabf
Merge pull request #18588 from hrydgard/vk-count-commands
Vulkan render queue runner: Count commands in debug builds, like the GL backend.
2023-12-20 16:32:45 +01:00
Henrik Rydgård
9cb3d03098 Add categories for control bindings 2023-12-20 16:20:26 +01:00
AdamN
38cd6160ed
Update JDK version to 17
Due to: Caused by: com.android.builder.errors.EvalIssueException: Android Gradle plugin requires Java 17 to run. You are currently using Java 11.
2023-12-20 22:09:39 +07:00
Henrik Rydgård
2d4e59eb62 Control mapping UI: Fix bug where we warn about combo mappings unnecessarily for axis input 2023-12-20 15:37:46 +01:00
Henrik Rydgård
a9553f4eef
Merge pull request #18586 from hrydgard/indexgen-opt
DrawEngine: Avoid decoding indices when we don't need them.
2023-12-20 15:28:48 +01:00
Henrik Rydgård
e9736186aa
Merge pull request #18587 from hrydgard/minor-vshader-opt
Minor lighting optimization in vshader
2023-12-20 15:27:01 +01:00
Henrik Rydgård
28189dc738 Vulkan render queue runner: Count commands in debug builds, like the GL backend. 2023-12-20 15:26:41 +01:00
Henrik Rydgård
d339a4b985 Buildfix 2023-12-20 15:15:34 +01:00
Henrik Rydgård
dd1396e2fd
Merge pull request #18581 from GermanAizek/lower-scope
Reduced lower scope for local objects
2023-12-20 14:53:36 +01:00
Henrik Rydgård
2238fab601 Minor lighting optimization in vshader 2023-12-20 14:47:49 +01:00
Henrik Rydgård
61acce195c Avoid decoding indices when we don't need them. 2023-12-20 14:25:19 +01:00
Henrik Rydgård
d9c6d0931b
Merge pull request #18585 from hrydgard/mouse-wheelup-delay
Add setting to configure simulated key-up delay for mouse wheel events
2023-12-20 14:10:55 +01:00
Henrik Rydgård
dd15a1573d Add setting to configure simulated key-up delay for mouse wheel events 2023-12-20 11:39:37 +01:00
Henrik Rydgård
420069ba9a
Merge pull request #18584 from Felipefpl/master
Updated Brazilian Portuguese Translation
2023-12-20 11:00:12 +01:00
Herman Semenov
95f535dab0 [UI/Windows] Object out of scope optimization for better codegeneration (lower level scope) 2023-12-20 12:35:02 +03:00
Herman Semenov
ca94de8d4b [GPU/Common/DX9/GLES/Software] Object out of scope optimization for better codegeneration (lower level scope) 2023-12-20 12:34:34 +03:00
Herman Semenov
2a31f8c6c0 [Common/Core/HLE] Object out of scope optimization for better codegeneration (lower level scope) 2023-12-20 12:33:56 +03:00
Felipe
bc1506eeab
Updated Brazilian Portuguese Translation
Updated the file with the latest strings plus some small fixes.
2023-12-19 21:13:10 -03:00
Henrik Rydgård
bf2251754c
Merge pull request #18580 from hrydgard/sleepy-describe-vertexdec
DescribePtr: Individually describe vertex decoders
2023-12-19 16:09:25 +01:00