Unknown W. Brackets
|
e3c6add63a
|
riscv: Add encoding for Zcb.
|
2023-12-29 09:42:23 -08:00 |
|
Unknown W. Brackets
|
15cb782f85
|
riscv: Implement Zfa encoding.
Not yet enabled/detected.
|
2023-12-29 09:42:23 -08:00 |
|
Henrik Rydgård
|
ba6749db53
|
Merge pull request #18635 from hrydgard/some-new-toggles
Add bindings for toggling mouse control and touch screen controls
|
2023-12-29 18:39:51 +01:00 |
|
Unknown W. Brackets
|
ebf6f14a31
|
Debugger: Add usec for breakpoint logging.
|
2023-12-29 09:39:39 -08:00 |
|
Henrik Rydgård
|
00c8f623e0
|
New strings
|
2023-12-29 17:40:57 +01:00 |
|
Henrik Rydgård
|
679b8330ff
|
Add bindings for toggling mouse control and touch screen controls. Not bound by default.
I think I'll find myself using both of these for testing, feel worthwhile.
Suggested in #18464
|
2023-12-29 17:40:57 +01:00 |
|
Henrik Rydgård
|
01d73613f3
|
Merge pull request #18634 from hrydgard/misc-fixes
Misc fixes and cleanups (touch control opacity, etc)
|
2023-12-29 17:40:29 +01:00 |
|
Henrik Rydgård
|
63181374c7
|
Finish previous commit
|
2023-12-29 17:24:15 +01:00 |
|
Henrik Rydgård
|
4609df40c9
|
Update gamepad opacity once per frame, not once per button
|
2023-12-29 17:09:38 +01:00 |
|
Henrik Rydgård
|
f42e9d94a3
|
Show the tilt input type directly on the item that goes to the tilt settings
|
2023-12-29 14:10:03 +01:00 |
|
Henrik Rydgård
|
e3177ac870
|
Make some global string pointers const, not just the strings.
Minor cleanup.
|
2023-12-29 14:09:45 +01:00 |
|
Henrik Rydgård
|
f22249cef5
|
Reject zero-vertex-count draws.
I thought all the code was safe against it, but it isn't.
|
2023-12-29 14:09:45 +01:00 |
|
Henrik Rydgård
|
5b0e82115e
|
Merge pull request #18633 from hrydgard/chd-stream-support
Remote ISO: Add working support for streaming CHD files over the network
|
2023-12-29 13:56:09 +01:00 |
|
Henrik Rydgård
|
7d114eb29b
|
Remote ISO: Add working support for streaming CHD files over the network
|
2023-12-29 13:34:22 +01:00 |
|
Henrik Rydgård
|
a5afba2b70
|
Merge pull request #18632 from hrydgard/remote-iso-share-folder
Remote ISO: Allow sharing a full folder instead of Recent
|
2023-12-29 13:34:16 +01:00 |
|
Henrik Rydgård
|
bc889acfcb
|
Libretro: The "Skip GPU readbacks" parameter was backwards, fix it
|
2023-12-29 13:27:59 +01:00 |
|
Henrik Rydgård
|
4b027baeb6
|
Remote ISO: Don't expose HTTP paths from recent for "re-sharing", won't work.
|
2023-12-29 12:55:08 +01:00 |
|
Henrik Rydgård
|
71f1e29513
|
Remote ISO: Allow sharing a folder of ISOs instead of Recent.
|
2023-12-29 12:55:08 +01:00 |
|
Henrik Rydgård
|
a416d94e38
|
CHD over http wasn't actually working, disable again until it can be fixed
|
2023-12-29 12:19:06 +01:00 |
|
Henrik Rydgård
|
1e6584148d
|
Merge pull request #18631 from hrydgard/remote-iso-folder-prep
Remote ISO: Prepare to allow sharing folders directly
|
2023-12-29 12:10:37 +01:00 |
|
Henrik Rydgård
|
74a33ab98d
|
Add new FolderChooserChoice
|
2023-12-29 11:44:26 +01:00 |
|
Henrik Rydgård
|
e6bc3d83f8
|
Logging improvement
|
2023-12-29 11:44:22 +01:00 |
|
Henrik Rydgård
|
2160abb5ec
|
Web server: Send 404 as appropriate
|
2023-12-29 11:21:14 +01:00 |
|
Henrik Rydgård
|
9e82b123ea
|
Merge pull request #18630 from hrydgard/more-feedback
Remove excessive .reserve calls, remove unexplained check
|
2023-12-29 10:47:34 +01:00 |
|
Henrik Rydgård
|
6aaf9b0fc8
|
Remove unmotivated check
See comments on #18543
I don't see how we ever ran out of bounds there.
|
2023-12-29 08:54:58 +01:00 |
|
Henrik Rydgård
|
126d88ecfc
|
Back out clearly inconsequential/useless .reserve() calls
|
2023-12-29 08:27:56 +01:00 |
|
Henrik Rydgård
|
c97d5ef23f
|
Merge pull request #18629 from unknownbrackets/unbreak-jithacks
Core: Revert save state breakage
|
2023-12-29 07:38:15 +01:00 |
|
Unknown W. Brackets
|
c243f39d94
|
Core: Revert save state breakage.
Any save states created in the interim will not be backwards compatible to
any HLE changes.
|
2023-12-28 21:14:23 -08:00 |
|
Henrik Rydgård
|
ecb7f93418
|
Merge pull request #18628 from hrydgard/remote-iso-fixes
Remote ISO: Allow streaming .chd, add reload button to game browser
|
2023-12-29 01:19:46 +01:00 |
|
Henrik Rydgård
|
755b2a2535
|
Fix check for navigating upwards from http Paths
|
2023-12-29 00:40:16 +01:00 |
|
Henrik Rydgård
|
cd00d06842
|
Add reload button to GameBrowser. Fix assert if game load failed
|
2023-12-29 00:18:04 +01:00 |
|
Henrik Rydgård
|
9317ad4b23
|
Allow streaming .chd files
|
2023-12-29 00:03:10 +01:00 |
|
Henrik Rydgård
|
2074ccd17a
|
Merge pull request #18627 from hrydgard/remote-tab
Remote game streaming: Add an option to put a tab on the main screen
|
2023-12-28 21:04:58 +01:00 |
|
Henrik Rydgård
|
acbd32c5f1
|
Fix GE frame dumps, no longer produces only 1kb files.
Broke in ca94de8d4b
|
2023-12-28 20:27:32 +01:00 |
|
Henrik Rydgård
|
80c6dbfdfe
|
Minor: bugfix in texreplacer, darker alpha chessboard in texture viewer
|
2023-12-28 19:46:36 +01:00 |
|
Henrik Rydgård
|
91942afa1e
|
New string
|
2023-12-28 18:59:50 +01:00 |
|
Henrik Rydgård
|
6ac4cc4559
|
Remote disc streaming: Add an option for a "Remote" tab on the main screen
|
2023-12-28 18:58:47 +01:00 |
|
Henrik Rydgård
|
7ab979a387
|
Reduce the minimum for the analog trigger threshold
|
2023-12-28 15:38:02 +01:00 |
|
Henrik Rydgård
|
62019c9a97
|
Merge pull request #18621 from hrydgard/analog-trigger-sensitivity
Add "Analog trigger threshold" setting, for conversion of analog trigger inputs to digital button inputs.
|
2023-12-28 14:34:12 +01:00 |
|
Henrik Rydgård
|
ce72887c74
|
Merge pull request #18622 from vajasoft-fressel/Updated_German_language
Updated German language
|
2023-12-28 14:33:57 +01:00 |
|
vajasoft-fressel
|
c68e9fd341
|
Updated German language
|
2023-12-28 14:29:28 +01:00 |
|
Henrik Rydgård
|
549071ecb2
|
Add new string
|
2023-12-28 13:46:25 +01:00 |
|
Henrik Rydgård
|
3895cfff74
|
Add "Analog trigger threshold" setting, for conversion of analog trigger inputs to digital button inputs.
|
2023-12-28 13:36:03 +01:00 |
|
Henrik Rydgård
|
15b5c7f6bf
|
Merge pull request #18617 from hrydgard/feedback-fixes
Various fixes and cleanup, thanks Unknown
|
2023-12-28 11:51:19 +01:00 |
|
Henrik Rydgård
|
99962b91e5
|
Minor code simplification (ToMap instead of section->GetKeys)
See #18442
|
2023-12-28 10:52:40 +01:00 |
|
Henrik Rydgård
|
851be72c07
|
Merge pull request #18616 from anr2me/manual_generate_uwp
[Workflow] Manually Generate UWP MSIX/MSIXBundle on-demand
|
2023-12-28 10:47:49 +01:00 |
|
Henrik Rydgård
|
a094637ab1
|
Remove left-behind debug code
|
2023-12-28 10:46:41 +01:00 |
|
Henrik Rydgård
|
aeefa4a45a
|
Better variable naming (foundBackgroundScreen)
|
2023-12-28 10:45:33 +01:00 |
|
Henrik Rydgård
|
49ff1af16a
|
CtrlDisplayListView: Zero the window ptr, do the delete.
See #18510
|
2023-12-28 10:44:22 +01:00 |
|
Henrik Rydgård
|
822ebf9dfb
|
Use the correct culling function in the fast draw-continuation loop
|
2023-12-28 10:40:56 +01:00 |
|