Commit Graph
45601 Commits
Author SHA1 Message Date
Bashar Astifan 4e2652bd4b OSK support final update
- Renamed few functions to avoid confusion
- Now UI will report text (gotfocus, lostfocus), popup_closed to the frontend
- Both cases (DPad, Keyboard) covered
2023-08-24 06:33:36 +04:00
Bashar Astifan 3225446ff6 Update View.cpp 2023-08-24 03:31:22 +04:00
Bashar Astifan 17f1ab306b OSK behavior correction 2023-08-24 03:30:09 +04:00
Bashar Astifan 35ce1c9d96 OSK update 2
+UI sounds fix
2023-08-24 01:11:30 +04:00
Henrik Rydgård feb0ea245e Add mappable key to toggle networking
Fixes #17352

Requested in #17343
2023-08-23 22:14:51 +02:00
Henrik RydgårdandGitHub 46ece2940a Merge pull request #17961 from hrydgard/screenshot-keybinding-crash-fix
Fix ordering problem with screenshots that was causing crashes.
2023-08-23 21:34:05 +02:00
Henrik Rydgård 1e757172a2 Buildfix 2023-08-23 21:19:47 +02:00
Henrik Rydgård 797f88bf31 Fix ordering problem with screenshots that was causing crashes.
Fixes #17781
2023-08-23 19:03:33 +02:00
Bashar Astifan a8918c653e Merge branch 'configs-loading' of https://github.com/basharast/ppsspp into configs-loading 2023-08-23 21:01:26 +04:00
Bashar Astifan c6e7760283 Complete OSK function support 2023-08-23 21:01:00 +04:00
Henrik Rydgård be2f81c3eb Controls: Make the analog/digital mapping clash resolution more gentle.
Now takes the time into account, so clashing digital input will only shrink
analog inputs once it's a few seconds old.

Also fixes a bug where if there are both inputs, it was hard to reach
the limits because the digital input itself ended up getting shrunk.

This might help #17860
2023-08-23 18:51:27 +02:00
Henrik RydgårdandGitHub 18b0f3be5d Merge pull request #17959 from hrydgard/more-translation-strings
Update translation files with new strings.
2023-08-23 17:55:32 +02:00
Henrik Rydgård 765ac04892 Update translation files with new strings. 2023-08-23 17:54:28 +02:00
Henrik Rydgård a07079bdf9 Timestamp control inputs 2023-08-23 17:52:30 +02:00
Henrik RydgårdandGitHub d98cf0db9f Merge pull request #17958 from unknownbrackets/irjit-vminmax
irjit: Fix vmin/vmax NAN handling
2023-08-23 16:30:14 +02:00
Unknown W. Brackets 269a57a8b8 irjit: Fix vmin/vmax NAN handling.
Oops, this needs to be signed.
2023-08-23 06:50:42 -07:00
Henrik RydgårdandGitHub cdd4cd869b Merge pull request #17956 from hch12907/master
SDL: let's not remove the candidate fallback fonts
2023-08-23 09:41:59 +02:00
Unknown W. BracketsandGitHub fb7385778c Merge pull request #17955 from hrydgard/update-vulkan-sdk
Update Vulkan headers
2023-08-22 23:54:04 -07:00
Henrik RydgårdandGitHub 77355a1568 Merge pull request #17954 from unknownbrackets/x86-jit-ir
x86jit: Fix Ext8to32/Ext16to32, some reg issues
2023-08-23 08:50:02 +02:00
Henrik RydgårdandGitHub 092c6e5bca Merge pull request #17953 from unknownbrackets/jit-prefix-cleanup
jit: Skip known prefix writes
2023-08-23 08:47:37 +02:00
Henrik Rydgård f1e88f0c02 Update Vulkan headers 2023-08-23 08:37:13 +02:00
Henrik Rydgård 45ed7fd32d Remove unused file 2023-08-23 08:36:41 +02:00
Unknown W. Brackets efaf14a19f x86jit: Fix spilling zero register.
We can't flush it, but it's likely not to get "clobbered".
2023-08-22 23:29:13 -07:00
Unknown W. Brackets c397e2e4da x86jit: Flush reg if dirty on map as ptr. 2023-08-22 23:29:13 -07:00
Unknown W. Brackets a1bddd880d x86jit: Fix sign extension. 2023-08-22 23:29:13 -07:00
Unknown W. Brackets 74e5e43fdc jit: Skip known prefix writes.
If we already know what's in memory and it's default, we can skip
overwriting with default values.  This is common, actually.
2023-08-22 23:26:31 -07:00
Hoe Hao Cheng 0a5937051a SDL: let's not remove the candidate fallback fonts 2023-08-23 13:39:16 +08:00
Bashar AstifanandGitHub 0b87cee722 Merge branch 'hrydgard:master' into configs-loading 2023-08-23 02:26:37 +04:00
Bashar Astifan 04d72ebe54 UWP improvements 2 2023-08-23 02:25:57 +04:00
Henrik RydgårdandGitHub a5a2af4892 Merge pull request #17944 from hrydgard/some-ir-alu
Implement a few ALU ops in the x86 JIT-IR backend.
2023-08-22 16:38:28 +02:00
Henrik Rydgård 6a3840d9b6 Implement bswap just because 2023-08-22 16:18:03 +02:00
Henrik Rydgård 7384d3d49f Debug mode buildfix 2023-08-22 16:15:07 +02:00
Henrik Rydgård c5a076487e Disable extends on x86-32 2023-08-22 16:09:45 +02:00
Henrik Rydgård b67741509c Implement a few ALU ops in the x86 JIT-from-IR. 2023-08-22 16:08:12 +02:00
Bashar Astifan fb80dcacf7 Merge branch 'configs-loading' of https://github.com/basharast/ppsspp into configs-loading 2023-08-22 16:24:50 +04:00
Unknown W. BracketsandHenrik Rydgård 11c40e6889 x86: Implement a few basic float/vec4 ops. 2023-08-22 10:39:46 +02:00
Unknown W. BracketsandHenrik Rydgård 521b63dd2b x86jit: Implement FMul. 2023-08-22 10:39:46 +02:00
Unknown W. BracketsandHenrik Rydgård edcb156897 x86jit: Add Vec4 and Float load/store. 2023-08-22 10:39:46 +02:00
Henrik RydgårdandGitHub 951c35ba71 Merge pull request #17948 from unknownbrackets/x86-ir
x86jit: Fix some issues in 32-bit
2023-08-22 09:41:10 +02:00
Henrik RydgårdandGitHub a78c2e66f1 Merge pull request #17947 from ANR2ME/adhocctl
[Adhocctl] Fix for Metal Gear Acid issue
2023-08-22 08:19:24 +02:00
Unknown W. Brackets 07fa1ed573 x86jit: Automatically flush incompatible regs. 2023-08-21 21:16:54 -07:00
Unknown W. Brackets 55654f52b2 x86jit: Fix Store8 on i386.
Require an 8-bit capable register in mapping.
2023-08-21 21:05:51 -07:00
Unknown W. Brackets db34b85107 irjit: Allow flag-based allocation order.
Sometimes backends have needs, like XMM0/v0-only, or similar.
2023-08-21 20:46:05 -07:00
Unknown W. Brackets bea74ba162 x86jit: Avoid negative offset warning. 2023-08-21 20:38:56 -07:00
ANR2ME 3c66523f04 A quick fix for Metal Gear Acid due to adhocctl's busy state never reset to false when there are no adhocctl's handler. 2023-08-22 04:29:07 +07:00
Unknown W. Brackets 1ccc2d5d2f x86jit: Fix address offsets with memview mask. 2023-08-21 09:03:10 -07:00
Unknown W. Brackets 40b3ff9573 x86jit: Fix spill issue. 2023-08-21 08:23:58 -07:00
Henrik RydgårdandGitHub 1066cac91a Merge pull request #17945 from DDinghoya/DDinghoya-patch-1-1
Update ko_KR.ini
2023-08-21 16:30:38 +02:00
DDinghoyaandGitHub 3c61f4f5ce Update ko_KR.ini 2023-08-21 22:53:17 +09:00
Henrik RydgårdandGitHub a06cf1cc47 Merge pull request #17914 from basharast/master
[Windows] OSVersion improvements
2023-08-21 14:40:42 +02:00