Henrik Rydgård
|
88b2552d64
|
Turn on scoped storage, for the purposes of testing on this branch.
|
2021-06-07 00:24:50 +02:00 |
|
Unknown W. Brackets
|
64678e0114
|
Reporting: Move message report interface to Common.
This makes it so we can call reporting from Common.
|
2021-06-06 09:22:03 -07:00 |
|
Unknown W. Brackets
|
64e007c0ce
|
Debugger: Add stub API for replay functionality.
|
2021-05-29 14:50:57 -07: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 |
|
Henrik Rydgård
|
47039b4bcd
|
Address all the easy feedback. Some is left.
|
2021-05-13 10:39:17 +02:00 |
|
Henrik Rydgård
|
2e16e83159
|
It never ends...
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
a40b1dec5f
|
Use Path for fullName in dirlisting. Bugfixes.
Buildfixes
UWP: Buildfix.
headless: Buildfix.
Common: Buildfix.
iOS: Buildfixes.
libretro: Buildfix.
Qt: Buildfix.
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
ae06499a0c
|
Change Copy, Rename to use Path. Remove std::string version of Exists().
Buildfixes
Buildfix
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
025bcb1673
|
Introduce Path, start using it all over the place.
Still lots left to convert!
Convert GetSysDirectory to return Path.
More buildfixing
Remove unnecessary Path( constructors
|
2021-05-13 10:39:16 +02:00 |
|
Henrik Rydgård
|
d775bf4e4c
|
Merge pull request #14442 from unknownbrackets/path-extension
Update path extension and PSP/GAME/ handling
|
2021-05-10 21:05:05 +02:00 |
|
Henrik Rydgård
|
a40bb2eaa1
|
headless: Avoid empty string compares for mountIso.
|
2021-05-09 17:24:04 -07:00 |
|
Unknown W. Brackets
|
8a0adfde33
|
headless: Avoid C++ files for Path support.
Not critical for Android paths, but better if they work.
|
2021-05-09 17:00:48 -07:00 |
|
Unknown W. Brackets
|
1e22966984
|
http: Separate out net buffer code from formatting.
|
2021-05-01 11:20:05 -07:00 |
|
Unknown W. Brackets
|
8a8328c431
|
Common: Move ColorConv to a more appropriate place.
|
2021-05-01 11:20:05 -07:00 |
|
Henrik Rydgård
|
f4a6d291e1
|
Common: Capitalize setCurrentThreadName().
|
2021-04-30 23:02:36 -07:00 |
|
Henrik Rydgård
|
e6aa841b78
|
Common: Get rid of Executor.cpp/h.
There was only one implementation.
|
2021-04-30 22:33:34 -07:00 |
|
Unknown W. Brackets
|
8241cd5d81
|
Merge tag 'v1.11.3' into merge-v1.11.3
v1.11.3
|
2021-04-26 19:14:50 -07:00 |
|
Henrik Rydgård
|
bfee168175
|
Don't even bother checking touch.id == 0 for closing popup windows. It's fine to close with any touch.
Fixes issue with touch on Windows mentioned in #14387
Also includes a warning fix.
|
2021-04-17 22:34:35 +02:00 |
|
Henrik Rydgård
|
8314a805f8
|
Merge pull request #14358 from unknownbrackets/debugger
Add basic APIs for managing memory info tagging
|
2021-04-17 18:35:38 +02:00 |
|
Henrik Rydgård
|
a7d7631feb
|
Merge pull request #14369 from unknownbrackets/zstd
Use zstd for save states, GE frame dumps, and ZIMs
|
2021-04-12 08:35:58 +02:00 |
|
Unknown W. Brackets
|
cb9a22c0cb
|
Build: Recompress pngs using better zlib.
Used pngwolf to recompress all pngs. Not a big change, but should
slightly reduce app download size.
|
2021-04-11 11:09:18 -07:00 |
|
Unknown W. Brackets
|
b8bd29896c
|
UI: Compress atlas metadata.
This is vastly smaller, although probably negligible impact on load time.
|
2021-04-11 09:13:10 -07:00 |
|
Unknown W. Brackets
|
372deeaef1
|
UI: Compress zim files with zstd.
Loads in nearly half the time. Compressed at level 22.
|
2021-04-11 09:13:10 -07:00 |
|
Unknown W. Brackets
|
d3e2aa6d28
|
Build: Add libzstd to build.
|
2021-04-11 09:13:10 -07:00 |
|
Unknown W. Brackets
|
7a1398844a
|
Debugger: Add simple API to control tagging detail.
In case a client requires it.
|
2021-04-04 20:23:51 -07:00 |
|
Unknown W. Brackets
|
ff98d81e33
|
Build: Simplify by always including FakeCPUDetect.
|
2021-03-20 17:25:50 -07:00 |
|
Henrik Rydgård
|
dc873bbd42
|
Add missing -DWITH_UPNP in a couple more places.
|
2021-03-20 13:46:45 +01:00 |
|
Henrik Rydgård
|
5087cb6689
|
Android: Fix "Load..." to allow all file types. Change backported from PR #14232
|
2021-03-14 11:24:00 +01:00 |
|
Henrik Rydgård
|
f19393f63c
|
Indentation fixes
|
2021-03-13 16:27:07 +01:00 |
|
Henrik Rydgård
|
5dea4ecfdf
|
Android: Add a dependency on the AndroidX appcompat library.
It's apache licensed so it's ok, and I need it for some Storage Access
Framework work for #11997.
|
2021-03-13 15:49:25 +01:00 |
|
Unknown W. Brackets
|
d9aecffd72
|
Build: Remove old ARM define.
|
2021-03-02 21:26:03 -08:00 |
|
Unknown W. Brackets
|
5119d79082
|
Build: Remove IOS define.
|
2021-03-02 21:04:03 -08:00 |
|
Henrik Rydgård
|
f7ace3b8ee
|
Update version to 1.11.3
|
2021-03-02 21:50:51 +01:00 |
|
Henrik Rydgård
|
f36c85d099
|
Comment cleanup, allow file picker as far back as KitKat.
|
2021-02-27 22:32:54 +01:00 |
|
Henrik Rydgård
|
e60b38b6cb
|
Address feedback, remove probably-misleading comment (had already fixed it).
|
2021-02-27 22:19:03 +01:00 |
|
Henrik Rydgård
|
2364c1c5e6
|
Fix exit "race", add persistable permissions
|
2021-02-27 14:08:38 +01:00 |
|
Henrik Rydgård
|
54c9e28444
|
Android: Implement opening ISOs through a file picker and Storage Access Framework
Has issues with the recent list - fails to open during shutdown due to
no activity, there's a little race to fix.
|
2021-02-27 13:49:20 +01:00 |
|
Henrik Rydgård
|
26eab06886
|
Add a Storage tab to System Information.
Add a system property that we can later query to see if we should use
scoped storage adaptations or not.
|
2021-02-27 11:49:38 +01:00 |
|
Henrik Rydgård
|
21511ac7b2
|
Don't even try the hack on iOS 14.4
|
2021-02-22 09:31:18 +01:00 |
|
Unknown W. Brackets
|
f7740edc6d
|
Debugger: Add more metadata for memory usage.
|
2021-02-15 15:01:21 -08:00 |
|
Henrik Rydgård
|
eed70fc315
|
Experimenally turn off the debug symbols again - see if this helps the buildbot
|
2021-02-15 22:07:07 +01:00 |
|
Henrik Rydgård
|
fc5e27bf78
|
Update gradle. Enable automatic debug symbol upload for release builds.
|
2021-02-15 10:54:46 +01:00 |
|
Henrik Rydgård
|
acd496b6c2
|
Update version to 1.11.2
|
2021-02-14 09:43:53 +01:00 |
|
Unknown W. Brackets
|
fb7e4acb06
|
Android: Ensure shutdown waits for render.
We apparently have a case where render is busy during shutdown, based on
crash reports.
|
2021-02-13 12:49:48 -08:00 |
|
Henrik Rydgård
|
d1c4b86e0a
|
Update version to 1.11.1
|
2021-02-11 22:55:01 +01:00 |
|
Henrik Rydgård
|
76a568a4d3
|
Update version to 1.11
|
2021-02-07 22:43:56 +01:00 |
|
Unknown W. Brackets
|
17d2a314d5
|
UI: Correct developer tools test run.
|
2021-02-03 21:26:25 -08:00 |
|
Unknown W. Brackets
|
f97df5d153
|
Debugger: Broadcast ctrl input events.
This can be useful to trigger debugging functionality on button press.
|
2021-01-18 18:14:48 -08:00 |
|
Unknown W. Brackets
|
de3277c679
|
Debugger: Add API to trigger buttons.
|
2021-01-18 16:58:34 -08:00 |
|