master
Commits on Mar 4, 2021
-
Merge pull request #14261 from LunaMoo/BokuCompat
Allow polygon upscaling in Boku no Natsuyasumi series
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Allow polygon upscaling in Boku no Natsuyasumi series via IntraVRAMBl…
…ockTransferAllowCreateFB hack.
Commits on Mar 3, 2021
-
Merge pull request #14229 from unknownbrackets/windows-keys
Windows: Setting for standard/debugger shortcuts
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #14238 from unknownbrackets/ui-sysinfo
UI: Wrap long info items and cleanup storage display
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #14248 from TotalCaesar659/patch-3
Fix double space again
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #14250 from unknownbrackets/config-defines
Cleanup ppsspp_config.h usage
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #14253 from unknownbrackets/texreplace
GPU: Ignore replacements for framebufs
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
GPU: Ignore replacements for framebufs.
Since these don't specify the texture hash/etc. info. More importantly, prevents a crash.
-
Merge pull request #14249 from unknownbrackets/savestate
SaveState: Automatically fix duplicate event types
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Build: More consistently avoid _M_ defines.
We use PPSSPP_ARCH in several places already, this makes it more complete.
-
unknownbrackets committed
Mar 3, 2021 -
We shouldn't want to use that anyway, for conflicts...
unknownbrackets committedMar 3, 2021 -
unknownbrackets committed
Mar 3, 2021 -
Build: Explicitly include ppsspp_config.h.
This adds it to all files that use it. Not all our builds include the file.
unknownbrackets committedMar 3, 2021 -
SaveState: Automatically fix duplicate event types.
Some states during certain version ranges have broken state IDs. This will auto-heal those on load as best we can.
Commits on Mar 2, 2021
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #14243 from unknownbrackets/linker
Module: Avoid logging bad pointers when no nids
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #14242 from unknownbrackets/ppge-state
PPGe: Reload atlas on load state if different
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Commits on Mar 1, 2021
-
Merge pull request #14241 from hrydgard/ios-jit-detect-2
iOS: Try a different JIT detection method, thanks Halo-Michael.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
iOS: Try a different JIT detection method, thanks Halo-Michael.
Also add an escape route from games list settings without a back button. See #14240
-
Time to remove this line in CMakeLists.txt now.
hrydgard committedMar 1, 2021 -
Commits on Feb 28, 2021
-
Windows: Stop using 1234 default unused paths.
They show in storage now, so just send blank.
-
Merge pull request #14202 from unknownbrackets/ui-labels
Add labels to all UI views
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #14234 from unknownbrackets/mpeg-minor
Mpeg: Allow full use of the buffer queue
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #14235 from ANR2ME/adhoc
[Adhoc] Always enable TCPNoDelay to improve response time
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Removing TCPNoDelay option from Networking Settings and always enable…
… it to improve response time.
-
Replacing the deprecated gethostbyname function with getaddrinfo func…
…tion to prevent getting deprecated warnings
ANR2ME committedFeb 28, 2021