Henrik Rydgård
b0558b2174
Assorted directory fixes
2021-07-19 17:34:50 +02:00
Henrik Rydgård
fff3850096
Add ability to rename content URI files, fixing saving save states.
...
buildfix
2021-07-19 17:34:50 +02:00
Henrik Rydgård
6daa18cca0
Hack around #14628 . The icon is distorted but at least no crash.
...
Seems like a clear bug in libpng.
2021-07-19 17:09:26 +02:00
Henrik Rydgård
f18a5ed6c4
Merge pull request #14626 from hrydgard/get-files-in-dir-cleanup
...
Make GetFilesInDir fully-featured enough to use in DirectoryFileSystem, clean it up
2021-07-19 11:02:51 +02:00
Henrik Rydgård
0c765c2c28
Buildfix
2021-07-19 10:42:44 +02:00
Henrik Rydgård
7c3bc01268
Make GetFilesInDir fully-featured enough to use in DirectoryFileSystem
...
To later reduce code duplication in #14619
2021-07-19 10:31:48 +02:00
Henrik Rydgård
c6ad871865
Warning fix
2021-07-19 10:31:28 +02:00
Henrik Rydgård
58ecab849e
Just some variable initialization
2021-07-18 16:00:07 +02:00
Henrik Rydgård
0ba9793d14
Merge pull request #14623 from o-p-a/libretro-i18n-loadini
...
Add i18n INIfile load on libretro startup
2021-07-18 15:43:55 +02:00
Henrik Rydgård
929e9310ae
Merge pull request #14622 from hrydgard/uint64-parse-fix
...
Need strtoull for parsing 64-bit ulongs.
2021-07-18 15:43:46 +02:00
opa
9d3caecc3f
better formatting
2021-07-18 21:16:09 +09:00
Henrik Rydgård
e4c6f866b1
Merge pull request #14621 from hrydgard/merge-lang-submodule
...
Merge lang submodule into the main git repo
2021-07-18 10:05:08 +02:00
Henrik Rydgård
6f73dd4b74
Need strtoull for 64-bit ulongs.
2021-07-18 10:02:08 +02:00
opa
19721a0a5f
Add i18n inifile load on libretro startup
2021-07-18 14:59:21 +09:00
Unknown W. Brackets
c664480720
Merge pull request #14613 from GingkathFox/patch-1
...
Add support for the PS5 DualSense controller
2021-07-17 19:35:56 -07:00
Henrik Rydgård
e0110eb2a4
Merge pull request #14620 from hrydgard/auto-switch-audio-device-option
...
Implement the option for auto audio devices switching for Windows too
2021-07-18 00:37:48 +02:00
Henrik Rydgård
254c25692b
Audio settings: Move microphone list to the bottom.
2021-07-18 00:09:01 +02:00
Henrik Rydgård
15f3269338
Implement the option for auto audio devices switching for Windows too
...
(previously SDL-only)
2021-07-18 00:07:05 +02:00
Henrik Rydgård
e03c51fff2
BlockTransferAllowCreateFB: Remove Ys Seven (thanks LunaMoo).
...
This will slow it down a bit again, but fix the graphical glitches.
See #13529
2021-07-17 20:31:41 +02:00
Henrik Rydgård
6d6b5d8b81
Add contents of the assets/lang submodule to the main repo.
2021-07-17 16:46:48 +02:00
Henrik Rydgård
bbe39339cb
Remove lang from gitmodules
2021-07-17 16:45:41 +02:00
Henrik Rydgård
15c17b9b00
Merge pull request #14616 from Linblow/mtx-jithack
...
JIT hack for MTX MotoTrax EU (ported from US)
2021-07-17 14:24:51 +02:00
Linblow
69657ef05e
Added JIT hack for MTX MotoTrax EU (ported from US)
2021-07-17 12:59:15 +02:00
Gingka Akiyama
fd168160fd
Add support for the PS5 DualSense controller
2021-07-13 21:59:49 -04:00
Henrik Rydgård
11957ddc1b
Merge pull request #14609 from hrydgard/viewport-fixes
...
Viewport fixes
2021-07-12 22:04:15 +02:00
Henrik Rydgård
69ae3f4c02
Better protection against broken viewports.
...
It's ok if this emits a single pixel sized viewport, since the cause of
this is generally the viewport being specified outside the scissor
rectangle.
Fixes #13921
2021-07-12 21:19:26 +02:00
Henrik Rydgård
7359c8f083
Revert "Make sure we don't try to set a negative viewport size."
...
This reverts commit 0386cafe53
.
2021-07-12 21:03:29 +02:00
Henrik Rydgård
852e0c6979
Merge pull request #14608 from hrydgard/android-file-sort-fix
...
Sort file listings from Android Content URIs.
2021-07-12 20:44:20 +02:00
Henrik Rydgård
59e2d3556f
Sort file listings from Android Content URIs. May help #14607
2021-07-12 15:10:29 +02:00
Henrik Rydgård
b5b7d4cd07
Update assets/lang
2021-07-12 15:10:29 +02:00
Henrik Rydgård
34ef6c6a42
Merge pull request #14606 from hrydgard/store-bug-fix
...
Fix bug in homebrew store with files with "." in their names.
2021-07-12 14:49:23 +02:00
Henrik Rydgård
bd15ae4f75
Fix bug in homebrew store with files with "." in their names.
...
Also, move the homebrew store button to the top bar instead of the
bottom of the list.
2021-07-12 11:55:15 +02:00
Henrik Rydgård
eb0f0d39ba
Merge pull request #14605 from hrydgard/more-lenient-slow-warning
...
Make the "Running Slow" warning a bit more lenient.
2021-07-11 11:27:51 +02:00
Henrik Rydgård
deee9f9720
Unify the Vulkan format definitions / swizzles
...
To make the next attempt at #14602 easier.
2021-07-11 11:26:40 +02:00
Henrik Rydgård
5859596b95
Make the "Running Slow" warning a bit more lenient.
...
Might help #12024 , or at least the annoying unnecessary warning.
Our audio mixer is able to cover for 97% speed by stretching the sound
anyway, so I think there's not much point in a visually loud warning
until it drops below that.
2021-07-11 11:09:05 +02:00
Henrik Rydgård
26d3dd166a
Merge pull request #14600 from hrydgard/path-browser-async-read
...
Path browser: Read all types of listing on background thread, not just HTTP
2021-07-11 10:48:12 +02:00
Henrik Rydgård
57b4cd394a
Merge branch 'iota97-touch-function-buttons'
2021-07-11 10:03:07 +02:00
Henrik Rydgård
079280572a
Update UI atlas
2021-07-11 10:02:43 +02:00
iota97
498878267a
Customizable touch control (rebased with label)
2021-07-11 09:55:25 +02:00
Henrik Rydgård
4423e44b24
Merge pull request #14603 from hrydgard/vk-texture-format-workaround
...
Vulkan: Turn off all 16-bit formats if B5G6R5 format is not available.
2021-07-11 08:06:07 +02:00
Henrik Rydgård
3595e092c9
Turn off all 16-bit formats if B5G6R5 format is not available.
...
Works around #14602 for now.
2021-07-10 23:33:46 +02:00
Sorer
8d610a69a9
Change the default port offset ( #14599 )
...
* change the default port offset
* No longer default for PSP
* Revert "No longer default for PSP"
This reverts commit e295adf5ef
.
2021-07-10 20:06:26 +02:00
Henrik Rydgård
7e048dbbff
Revert "Merge pull request #14588 from hrydgard/vk-correct-565-format"
...
This reverts commit 43c16f1ea2
, reversing
changes made to 25cfb92a9c
.
2021-07-10 20:01:16 +02:00
Henrik Rydgård
95dc7bb185
Minor cleanup
2021-07-10 20:00:50 +02:00
Henrik Rydgård
0a4da48978
PathBrowser: Load all types of path asynchronously. Helps with slow scoped storage listings :/
2021-07-10 11:54:03 +02:00
Henrik Rydgård
a0bae1855f
Path browser: Move special handling of Windows root directory to GetFilesInDir.
2021-07-10 11:47:03 +02:00
Henrik Rydgård
623cc99145
Minor cleanup
2021-07-10 11:42:33 +02:00
Henrik Rydgård
e4c39703a6
Merge pull request #14597 from hrydgard/wasapi-fixes
...
WASAPI: Survive switching to a mono device.
2021-07-10 10:59:40 +02:00
Henrik Rydgård
cc173acc82
UWP buildfix
2021-07-10 10:59:25 +02:00
Henrik Rydgård
720d115b86
Merge pull request #14598 from MrChip53/change-default-adhoc-server
...
Change default adhoc server
2021-07-10 10:43:18 +02:00