This is a patch to make Shadow Hearts: Covenant (NTSC) work in Sony's PS2 emulator from the PS2 Classics.
The bps needs to be applied against the eboot.bin of the KOF98 core. CRC32 = c74622fb.
| #!/usr/bin/env python3 | |
| from fuse import FUSE, Operations, FuseOSError | |
| import struct | |
| import errno | |
| import os | |
| import sys | |
| import time | |
| class PS5BFS_Full(Operations): | |
| def __init__(self, img): |
This is a patch to make Shadow Hearts: Covenant (NTSC) work in Sony's PS2 emulator from the PS2 Classics.
The bps needs to be applied against the eboot.bin of the KOF98 core. CRC32 = c74622fb.
This is just a dump of some interesting undocumented features of webOS (3.8 specifically, on early 2018 4k LG TV) and other development-related tips.
| # sudo: auth account password session | |
| auth optional pam_reattach.so | |
| auth sufficient pam_tid.so | |
| auth sufficient pam_smartcard.so | |
| auth required pam_opendirectory.so | |
| account required pam_permit.so | |
| password required pam_deny.so | |
| session required pam_permit.so |
| # sudo: auth account password session | |
| auth sufficient pam_tid.so | |
| auth sufficient pam_smartcard.so | |
| auth required pam_opendirectory.so | |
| account required pam_permit.so | |
| password required pam_deny.so | |
| session required pam_permit.so |
| // This is the user configuration. It is empty by default. | |
| // All possible keys are described in the default configuration file. | |
| // To open it, run the "Open default configuration" action. | |
| // Do not edit this file, it will be replaced on update. | |
| // Edit the user configuration file instead. | |
| // You can open it by running the "Preferences" action. |
I hereby claim:
To claim this, I am signing this object:
| \set QUIET 1 | |
| -- formatting | |
| \x auto | |
| \set VERBOSITY verbose | |
| \set ON_ERROR_ROLLBACK interactive | |
| \timing | |
| \pset pager off | |
| \pset null '<NULL>' |