Skip to content

Instantly share code, notes, and snippets.

@Gezine
Created October 2, 2025 19:10
Show Gist options
  • Save Gezine/1c28ebed908fde151d923d449a4aa012 to your computer and use it in GitHub Desktop.
Save Gezine/1c28ebed908fde151d923d449a4aa012 to your computer and use it in GitHub Desktop.
PS5 Youtube disable PSN signin popup
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<TitleID>
<ID>PPSA01650</ID>
</TitleID>
<Metadata Title="Youtube"
Name="Disable PSN signin popup"
Author="Gezine"
PatchVer="1.00"
AppVer="01.000.003"
ImageBase="0x400000"
AppElf="eboot.bin">
<PatchList>
<!-- Disable PSN sign-in dialog popup -->
<Line Type="bytes" Address="0x6AF1FE" Value="9090909090"/>
</PatchList>
</Metadata>
</Patch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment