Unknown W. Brackets
|
64e007c0ce
|
Debugger: Add stub API for replay functionality.
|
2021-05-29 14:50:57 -07:00 |
|
Unknown W. Brackets
|
ecc2f62688
|
Common: Zero initialize readlink buffer.
See #14483.
|
2021-05-27 23:12:40 -07:00 |
|
Henrik Rydgård
|
b10d90306f
|
Merge pull request #14484 from kotcrab/http-crash
Fix crash in HTTPServer when processing invalid request
|
2021-05-27 15:48:22 +02:00 |
|
kotcrab
|
312506a41b
|
Fix crash in HTTPServer when processing invalid request
|
2021-05-27 14:10:40 +02:00 |
|
Henrik Rydgård
|
79e3d1c5f9
|
Buildfix (debug mode)
libpng isn't so happy if you force include the memory debug wrappers.
We should probably not have it in Common anyway, not sure how it ended
up there.
|
2021-05-27 01:02:02 +02:00 |
|
Unknown W. Brackets
|
7a28919ca7
|
Merge pull request #14481 from LunaMoo/fixCWCImportCrash
Fix UI import cheat crash if no cheat.db is present
|
2021-05-24 14:35:45 -07:00 |
|
LunaMoo
|
8e66239404
|
Fix UI import cheat crash.
|
2021-05-24 22:54:04 +02:00 |
|
Henrik Rydgård
|
abdf5ad60c
|
compat.ini: Disable range culling for Star Wars: Lethal Alliance. See #11551
|
2021-05-24 22:40:59 +02:00 |
|
Henrik Rydgård
|
8d08991ad6
|
Merge pull request #14467 from unknownbrackets/texreplace-zim
Add support for ZIMs in texture replacements
|
2021-05-24 07:33:54 +02:00 |
|
Henrik Rydgård
|
dad7f208ea
|
Merge pull request #14479 from unknownbrackets/ctrl-analog
UI: Ignore duplicate axis events
|
2021-05-24 07:32:50 +02:00 |
|
Unknown W. Brackets
|
b0de7ee0e1
|
UI: Move to ScreenManager for mapping.
Otherwise we'll detect repeated axis for some devices and you won't be
able to map what you want.
|
2021-05-23 15:18:21 -07:00 |
|
Unknown W. Brackets
|
e1e5a8b49b
|
UI: Ignore duplicate axis events.
We already ignore these on Windows, so this makes other platforms follow
the same logic.
|
2021-05-23 13:21:45 -07:00 |
|
Unknown W. Brackets
|
e67c6593f3
|
GibHub: Prompt build command in issue template.
|
2021-05-22 17:22:27 -07:00 |
|
Henrik Rydgård
|
e7bfb53522
|
Add gamecontrollerdb.txt entry for Switch controller.
See #14471
|
2021-05-22 08:14:02 +02:00 |
|
Henrik Rydgård
|
dce79a0dcb
|
Merge pull request #14478 from unknownbrackets/sdl-joystick
SDL: Ignore commas in joystick names
|
2021-05-21 23:11:20 +02:00 |
|
Unknown W. Brackets
|
af3d699d5e
|
SDL: Ignore commas in joystick names.
Otherwise default mapping will break and parse wrong.
|
2021-05-21 09:13:15 -07:00 |
|
Henrik Rydgård
|
bac74b43d7
|
Merge pull request #14473 from trilkk/FixPathCase
Fix FixPathCase bug when constructing the full path.
|
2021-05-17 21:04:03 +02:00 |
|
trilkk
|
033d0c3f50
|
Fix FixPathCase bug when constructing the full path.
Swap the append order for / and the path component.
|
2021-05-17 21:18:24 +03:00 |
|
Henrik Rydgård
|
4ec3ce5ecc
|
Merge pull request #14470 from unknownbrackets/http
Fix remote disc browsing, support subfolders
|
2021-05-17 09:13:16 +02:00 |
|
Unknown W. Brackets
|
f712fecefe
|
http: Show a more standard browser for remote.
This way if we add search or otherwise, it should work.
|
2021-05-16 18:34:02 -07:00 |
|
Unknown W. Brackets
|
ad5ef08f06
|
http: Improve navigating up within http:// paths.
This way, if you're browsing a remote path with dirs, or you press up,
things largely work.
|
2021-05-16 18:34:02 -07:00 |
|
Unknown W. Brackets
|
81f2184214
|
http: Fix remote disc browsing.
|
2021-05-16 17:48:25 -07:00 |
|
Henrik Rydgård
|
5fa1af6eff
|
Merge pull request #14468 from unknownbrackets/reporting-cancel
Reporting: Cancel requests on shutdown
|
2021-05-16 22:58:44 +02:00 |
|
Henrik Rydgård
|
6dc602ad40
|
Merge pull request #14469 from unknownbrackets/dep-update
Update zstd and libpng
|
2021-05-16 22:58:13 +02:00 |
|
Unknown W. Brackets
|
8eb773888f
|
Update to libpng v1.7.0beta90.
Previously at 1.7.0beta35.
|
2021-05-16 11:32:17 -07:00 |
|
Unknown W. Brackets
|
f6a1ffdd14
|
Update zstd to 1.5.0.
This improves GE frame dump compression speed and ZIM load speed.
|
2021-05-16 11:15:24 -07:00 |
|
Unknown W. Brackets
|
eab2d74091
|
Reporting: Cancel requests on shutdown.
Could previously cause PPSSPP to hang a bit on exit.
|
2021-05-16 09:55:50 -07:00 |
|
Unknown W. Brackets
|
cedf196d8f
|
Replacement: Validate ZIMs are 8888.
|
2021-05-16 09:48:28 -07:00 |
|
Unknown W. Brackets
|
7afd02e7e0
|
Tools: Make ZimTool able to use ZSTD/specify level.
There's decompression speed tradeoffs at some levels.
|
2021-05-16 09:39:39 -07:00 |
|
Unknown W. Brackets
|
a0f79ed624
|
Replacement: Allow loading ZIMs for replacements.
Larger, but can be ZSTD compressed and load much faster.
|
2021-05-16 09:30:33 -07:00 |
|
Henrik Rydgård
|
f1bf596f5c
|
Merge pull request #14466 from ANR2ME/adhoc
[Adhoc] Fix possible crash issue on blocking socket implementation.
|
2021-05-16 11:33:08 +02:00 |
|
ANR2ME
|
8dcfed0385
|
Show Port Offset value too when detecting Data coming from incorrect port.
|
2021-05-16 13:16:20 +07:00 |
|
ANR2ME
|
d5177e33b9
|
Fix possible crash issue on blocking socket implementation.
|
2021-05-16 12:55:55 +07:00 |
|
Henrik Rydgård
|
29ae351a52
|
Merge pull request #14464 from unknownbrackets/path-cleanup
Further Path cleanup
|
2021-05-15 23:17:48 +02:00 |
|
Unknown W. Brackets
|
e4dc8e6000
|
Common: Prevent non_path IOFile usage.
|
2021-05-15 11:12:56 -07:00 |
|
Unknown W. Brackets
|
f2b2f26e8e
|
Common: Use Path for GetExeDirectory().
|
2021-05-15 11:12:54 -07:00 |
|
Unknown W. Brackets
|
7b175627b3
|
VFS: Use Path for DirectoryAssetReader.
|
2021-05-15 11:12:04 -07:00 |
|
Unknown W. Brackets
|
82cd904e99
|
Common: Use Path for GetFileSize().
|
2021-05-15 11:11:37 -07:00 |
|
Unknown W. Brackets
|
2558022afe
|
Config: Move data path settings to Paths.
|
2021-05-15 11:11:37 -07:00 |
|
Unknown W. Brackets
|
15038bb663
|
Common: Remove File funcs redundant with Path.
Shouldn't use these anymore anyway.
|
2021-05-15 11:11:37 -07:00 |
|
Henrik Rydgård
|
138d81e14d
|
Merge pull request #14460 from unknownbrackets/path-cleanup
Fix headless test run, small cleanups to Path usage
|
2021-05-15 09:48:11 +02:00 |
|
Unknown W. Brackets
|
a097403298
|
Common: Remove File::GetFilename().
|
2021-05-14 23:08:31 -07:00 |
|
Unknown W. Brackets
|
b74ecd5fa0
|
SaveState: Use Path instead of strings.
|
2021-05-14 23:00:22 -07:00 |
|
Unknown W. Brackets
|
8db4277e6c
|
UI: Correct fallback to screenshots for icons.
|
2021-05-14 22:48:48 -07:00 |
|
Unknown W. Brackets
|
c03e68c996
|
Debugger: Simplify symbol map filename build.
|
2021-05-14 22:48:32 -07:00 |
|
Unknown W. Brackets
|
d376e67f87
|
Common: Cleanup some Path constructions.
|
2021-05-14 22:48:04 -07:00 |
|
Unknown W. Brackets
|
2a9170a2ea
|
http: Use Path for the download file.
|
2021-05-14 22:46:03 -07:00 |
|
Unknown W. Brackets
|
ed2ade4e22
|
headless: Correct tests.
|
2021-05-14 22:44:05 -07:00 |
|
Henrik Rydgård
|
89ea9625a5
|
Revert gradle update (investigating build server issue)
This reverts commit 2987b8c17a .
|
2021-05-14 23:01:36 +02:00 |
|
Henrik Rydgård
|
81b5e080ff
|
Merge pull request #14436 from hrydgard/path-struct
Introduce Path, start using it all over the place.
|
2021-05-14 21:58:17 +02:00 |
|