Commit Graph

30601 Commits

Author SHA1 Message Date
Henrik Rydgård
acc0884569 New settings icon for later. Derived from the Material Design one. 2021-09-19 20:23:46 +02:00
Henrik Rydgård
97ad418910 Radio button assets 2021-09-19 20:23:46 +02:00
Henrik Rydgård
825cf56c7b Make a little info icon for later. Not in atlas yet. 2021-09-19 20:23:46 +02:00
Henrik Rydgård
da8d5ef343 Always show Help button on memstick screen 2021-09-19 20:23:46 +02:00
Henrik Rydgård
a4cb53c615 Use the new icons 2021-09-19 20:23:46 +02:00
Henrik Rydgård
c2714033eb Shrink the folder icons slightly. Not updating atlas right now. 2021-09-19 20:23:46 +02:00
Henrik Rydgård
cc9a739faf Fix the look of buttons with images. Use one. 2021-09-19 20:23:46 +02:00
Henrik Rydgård
09a13e3d2c Didn't mean to push this 2021-09-19 20:23:46 +02:00
Henrik Rydgård
76f2fe60ac Move the memstick options higher on the System tab. Other minor tweaks 2021-09-19 20:23:46 +02:00
Henrik Rydgård
76df060349 Show the logo screen before the memstick screen on first boot with scoped storage 2021-09-19 20:23:46 +02:00
Henrik Rydgård
52527798c0 Some file move process tweaks 2021-09-19 20:23:46 +02:00
Henrik Rydgård
395ce57919 Add Help button to MemstickScreen, pointing at a guide on the website. 2021-09-19 20:23:45 +02:00
Henrik Rydgård
363e846653 MemstickScreen: Shrink the right column to leave more space 2021-09-19 20:23:45 +02:00
Henrik Rydgård
7f021624e3
Merge pull request #14883 from unknownbrackets/texcache
In lazy hashing mode, assume videos never match
2021-09-19 19:46:44 +02:00
Unknown W. Brackets
ec3d408da0 HLE: Detect video buffer copies.
These are common and can help us notify the texture cache appropriately.
2021-09-19 07:51:33 -07:00
Unknown W. Brackets
2d9719ed26 TexCache: Avoid hashing videos at all in lazy mode. 2021-09-19 07:35:25 -07:00
Unknown W. Brackets
e2c7366c92 TexCache: Prevent lazy cache on video textures. 2021-09-19 07:31:31 -07:00
Henrik Rydgård
de206611e0
Merge pull request #14880 from ANR2ME/adhoc_gamemode
[AdhocGameMode] An attempt to handle source port better on GameMode for further communication
2021-09-19 12:24:46 +02:00
Henrik Rydgård
cea177ca32
Merge pull request #14881 from vit9696/macdebug
Improve Xcode debugging support
2021-09-19 11:58:30 +02:00
vit9696
eb89c9be1e Fix garbled log output in Xcode terminal 2021-09-19 12:26:55 +03:00
vit9696
fc18a171a7 Handle Xcode-specific debug arguments on startup 2021-09-19 11:54:53 +03:00
Henrik Rydgård
d432a34119 Remove accidental duplicate file 2021-09-19 09:39:34 +02:00
Henrik Rydgård
50f3cd7ba4
Merge pull request #14879 from unknownbrackets/vertexjit-arm
vertexjit: Correct morph flag alpha check assert
2021-09-19 07:19:42 +02:00
ANR2ME
2bda9c1c84 Keep tracks of the sender/source port on GameMode for further communication, in case it was remapped by router or ISP for some reason. 2021-09-19 10:55:03 +07:00
ANR2ME
ef279657dc Shows a warning when detecting a different sender/source port on GameMode. 2021-09-19 10:54:59 +07:00
ANR2ME
62a7ea2f41 Minor change to AdhocMatching's senderport type 2021-09-19 10:35:19 +07:00
Unknown W. Brackets
99c317d935 vertexjit: Correct morph flag alpha check assert. 2021-09-18 20:00:05 -07:00
Unknown W. Brackets
ff22dbc16c Replacement: Fix a mistake in ZIM texture loading.
Fixes #14877.
2021-09-18 14:52:19 -07:00
Henrik Rydgård
6dbbe66968 Merge branch 'iota97-square-shape' 2021-09-18 23:30:02 +02:00
iota97
7d8dd7c816 Square shape for combo button. Additional shapes (folder_open, warning) too. 2021-09-18 23:28:03 +02:00
Henrik Rydgård
d944c254c2
Merge pull request #14868 from iota97/logo-fix
Little fix to logo screen
2021-09-18 10:06:02 +02:00
Henrik Rydgård
6f34f26687
Merge pull request #14871 from iota97/atlas
Fix atlas tool on linux
2021-09-18 10:04:46 +02:00
Henrik Rydgård
3b34a07589
Merge pull request #14872 from unknownbrackets/path-size
Common: Use 0 as unknown size in GetFileSize()
2021-09-18 08:37:25 +02:00
AdamN
9aa8fa8553
Merge pull request #14870 from ANR2ME/adhoc_matching
[AdhocMatching] An attempt to handle unknown/incorrect source port better on AdhocMatching
2021-09-18 10:14:20 +07:00
Unknown W. Brackets
6b30eade31 Common: Use 0 as unknown size in GetFileSize(). 2021-09-17 17:28:28 -07:00
iota97
3534df0d5e Fix atlas tool on linux 2021-09-17 15:13:35 +02:00
Henrik Rydgård
cd05f3ad29
Merge pull request #14839 from vit9696/master
Provide automatic macOS releases with Apple Silicon support
2021-09-17 08:00:21 +02:00
ANR2ME
2305de42f0 Keeping track the source port of received data on AdhocMatching to be used for further communication, in the case the port was re-mapped for some reason. 2021-09-17 12:36:56 +07:00
ANR2ME
a95678ae49 Show a warning if other players detected to have their port being re-mapped, where communication with them might have an issue. 2021-09-17 12:36:56 +07:00
ANR2ME
2bb5453dc6 Don't ignores unknown sender/source port, due to a possibility of port re-mapping done by router or ISP the source port might be different. 2021-09-17 12:36:56 +07:00
ANR2ME
fa92cda23d Minor change to AdhocMatching logging 2021-09-17 12:36:56 +07:00
iota97
564a3691cd Little fix to logo screen 2021-09-17 00:09:47 +02:00
Vitaly Cheptsov
c8204a24ec
Try to workaround git tag fetch failure 2021-09-17 00:50:30 +03:00
vit9696
82249ce9a7 Update SDL and try faster commit history fetch 2021-09-17 00:33:11 +03:00
Henrik Rydgård
e6a2da69c5
Merge pull request #14867 from unknownbrackets/savedata-volatile
Dialog: Allow termination of access thread at return
2021-09-16 18:38:28 +02:00
Unknown W. Brackets
24f1dcec98 Dialog: Allow termination of access thread at ret.
Sometimes the thread is just sitting at return, but hasn't stopped quite
yet.  Allow deleting the thread in this case without modifying volatile
lock status.
2021-09-16 08:57:20 -07:00
vit9696
90cb3d302d Silence submodule fetch error screaming 2021-09-16 10:54:07 +03:00
vit9696
e1cb1c9a67 Switch to submodules and fix release version generation 2021-09-16 10:40:39 +03:00
vit9696
5fc7344271 Drop bundled SDL2 for macOS 2021-09-16 10:17:59 +03:00
Henrik Rydgård
2229bea92a
Merge pull request #14865 from unknownbrackets/savedata-volatile
Dialog: Try to recover on double init, report
2021-09-16 08:46:41 +02:00