Unknown W. Brackets
|
6202e46e2c
|
UI: Wrap long info items.
Avoid overlapping the label.
|
2021-02-28 15:04:00 -08:00 |
|
Henrik Rydgård
|
0fb655acf6
|
Merge pull request #14202 from unknownbrackets/ui-labels
Add labels to all UI views
|
2021-02-28 20:10:38 +01:00 |
|
Henrik Rydgård
|
abdf606d0b
|
Merge pull request #14234 from unknownbrackets/mpeg-minor
Mpeg: Allow full use of the buffer queue
|
2021-02-28 20:08:39 +01:00 |
|
Henrik Rydgård
|
a26f5896f9
|
Merge pull request #14235 from ANR2ME/adhoc
[Adhoc] Always enable TCPNoDelay to improve response time
|
2021-02-28 20:08:29 +01:00 |
|
ANR2ME
|
620e003c10
|
Removing TCPNoDelay option from Networking Settings and always enable it to improve response time.
|
2021-03-01 01:45:28 +07:00 |
|
ANR2ME
|
36a9fb7645
|
Replacing the deprecated gethostbyname function with getaddrinfo function to prevent getting deprecated warnings
|
2021-03-01 01:45:28 +07:00 |
|
ANR2ME
|
758fb12fc3
|
Making sure there are no warnings related to deprecated inet_ntoa function
|
2021-03-01 01:45:27 +07:00 |
|
Henrik Rydgård
|
0facd4d4a6
|
Merge pull request #14230 from unknownbrackets/texreplace
Support texture replacement filtering overrides
|
2021-02-28 18:09:38 +01:00 |
|
Henrik Rydgård
|
08c917fe7b
|
Merge pull request #14233 from unknownbrackets/texoffset
GPU: Dirty texparams when cropping a self-copy
|
2021-02-28 18:09:02 +01:00 |
|
Unknown W. Brackets
|
161ddbeac0
|
Mpeg: Allow full use of the buffer queue.
Track filled size separately so we can be entirely filled.
|
2021-02-28 08:56:08 -08:00 |
|
Unknown W. Brackets
|
7c7b1dafa0
|
GPU: Dirty texparams when cropping a self-copy.
If we used UV to limit the blit, we may need to do the blit again next
time, so re-examine texture params.
|
2021-02-28 08:20:46 -08:00 |
|
Unknown W. Brackets
|
0f5ebd210a
|
Windows: Add missing header for menu.
|
2021-02-28 07:51:38 -08:00 |
|
Henrik Rydgård
|
91c0ef237c
|
Merge pull request #14231 from unknownbrackets/lighting
In lighting, always normalize zero to (0, 0, 1)
|
2021-02-28 09:55:54 +01:00 |
|
Unknown W. Brackets
|
64484a59e6
|
GPU: Normalize zero consistently in hw transform.
|
2021-02-28 00:05:10 -08:00 |
|
Unknown W. Brackets
|
3d8e444368
|
GE Debugger: Correct powered diffuse display.
|
2021-02-27 23:52:45 -08:00 |
|
Unknown W. Brackets
|
2f63f9999d
|
GPU: Normalize 0 to 1 always in software lighting.
See #14167. This seems to be consistent.
|
2021-02-27 23:51:45 -08:00 |
|
Unknown W. Brackets
|
82a7a26409
|
GPU: Look up replaced filtering options.
|
2021-02-27 17:17:21 -08:00 |
|
Unknown W. Brackets
|
fb3ad1df4b
|
Replacement: Read in texture filtering overrides.
If you're replacing, you can know more information about linear safety for
tests.
|
2021-02-27 17:16:16 -08:00 |
|
Henrik Rydgård
|
2e5ba066aa
|
Merge pull request #14228 from unknownbrackets/volatile
Dialog: Use dialog type header more consistently
|
2021-02-27 23:32:01 +01:00 |
|
Henrik Rydgård
|
31c095226f
|
Merge pull request #14225 from hrydgard/android-file-picker
Android: Implement opening ISOs through a file picker and Storage Access Framework
|
2021-02-27 23:31:09 +01:00 |
|
Unknown W. Brackets
|
88fe2e9863
|
Dialog: Use dialog type header more consistently.
|
2021-02-27 13:43:12 -08:00 |
|
Henrik Rydgård
|
77fb8dd3b2
|
Merge pull request #14227 from unknownbrackets/volatile
Dialog: Respect accessThread priority on shutdown
|
2021-02-27 22:41:41 +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 |
|
Unknown W. Brackets
|
52c5f4bf95
|
Dialog: Respect accessThread priority on shutdown.
This influences shutdown timing.
|
2021-02-27 13:15:12 -08:00 |
|
Unknown W. Brackets
|
d066b39334
|
Screenshot: Provide common params properly.
|
2021-02-27 12:51:56 -08:00 |
|
Unknown W. Brackets
|
fa320599dc
|
HLE: Correct helper thread arg handling.
|
2021-02-27 12:51:25 -08:00 |
|
Unknown W. Brackets
|
aa13f5afb7
|
Dialog: Track type id on dialog class.
|
2021-02-27 12:01:52 -08:00 |
|
Unknown W. Brackets
|
2b9b157151
|
Savedata: Eat cycles in savedata shutdown start.
|
2021-02-27 10:35:26 -08:00 |
|
Henrik Rydgård
|
e12888844c
|
Merge pull request #14189 from sum2012/kernel-patch
sceKernelFindModuleByName:Add delay for Fake module
|
2021-02-27 18:17:50 +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
|
35ad3106ff
|
Merge pull request #14224 from hrydgard/scoped-storage-prep
Add a Storage tab to System Information with some path info
|
2021-02-27 12:39:08 +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 |
|
Unknown W. Brackets
|
c7d344875d
|
Merge pull request #14222 from unknownbrackets/mips-minor
jit: Avoid using mips identifier directly
|
2021-02-26 11:01:10 -08:00 |
|
Unknown W. Brackets
|
7de77e4683
|
mipsjit: Correct inheritance/compilation.
|
2021-02-26 07:24:58 -08:00 |
|
Unknown W. Brackets
|
cae0815095
|
jit: Avoid using mips identifier directly.
Apparently this gets defined on mips systems.
|
2021-02-26 07:24:58 -08:00 |
|
Henrik Rydgård
|
5d4d8ab418
|
Merge pull request #14217 from unknownbrackets/snappy-update
SaveState: Fix Snappy build error on older clang
|
2021-02-24 16:42:49 +01:00 |
|
Unknown W. Brackets
|
2a04b630ba
|
SaveState: Fix Snappy build error on older clang.
|
2021-02-24 07:33:09 -08:00 |
|
Henrik Rydgård
|
86a2b280ce
|
Merge pull request #14209 from nassau-tk/pgf-fix-jpn0/ltn0246
Fix Size & Position jpn0.pgf/ltn0.pgf/ltn2.pgf/ltn4.pgf/ltn6.pgf
|
2021-02-24 08:35:07 +01:00 |
|
Henrik Rydgård
|
be3ee87972
|
Merge pull request #14214 from unknownbrackets/glslang-update
GPU: Update SPIRV-Cross to 2021-01-15
|
2021-02-24 08:20:00 +01:00 |
|
Unknown W. Brackets
|
579482320d
|
GPU: Revert stencil discard workaround change.
This reverts commit 0640ebb22d .
Apparently caused more problems than it solved.
|
2021-02-23 19:39:01 -08:00 |
|
Unknown W. Brackets
|
d731a5f498
|
GPU: Update SPIRV-Cross to 2021-01-15.
|
2021-02-23 17:55:24 -08:00 |
|
nassau-tk
|
848142d2ac
|
Fix Size & Position jpn0.pgf/ltn0.pgf/ltn2.pgf/ltn4.pgf/ltn6.pgf
|
2021-02-23 17:41:09 +09:00 |
|
Henrik Rydgård
|
a64737f7fd
|
Merge pull request #14207 from unknownbrackets/vulkan-stencil
GPU: Use stencil discard workaround w/o depth test
|
2021-02-23 08:16:03 +01:00 |
|
Henrik Rydgård
|
0cd5613848
|
Merge pull request #14208 from unknownbrackets/snappy-update
Update to Snappy 453942b
|
2021-02-23 08:13:06 +01:00 |
|
Unknown W. Brackets
|
75cf583d81
|
SaveState: Avoid some warnings in Snappy.
|
2021-02-22 22:48:06 -08:00 |
|
Unknown W. Brackets
|
7a9cbdfd6a
|
SaveState: Update to Snappy 453942b.
|
2021-02-22 22:43:18 -08:00 |
|
Unknown W. Brackets
|
0640ebb22d
|
GPU: Use stencil discard workaround w/o depth test.
|
2021-02-22 21:40:01 -08:00 |
|
Henrik Rydgård
|
39198b53a5
|
Merge pull request #14205 from unknownbrackets/mpeg-minor
Mpeg: Correct stream buffer wrapping, cleanup
|
2021-02-22 16:18:13 +01:00 |
|