Skip to content

Instantly share code, notes, and snippets.

View valters-tomsons's full-sized avatar

Valters valters-tomsons

View GitHub Profile
PPU-81058f1cd6afdbf69749f7a0773bde36c4bbb296:
"Ultrawide 21:9 (3440x1440)":
Games:
"Lord of the Rings: Conquest":
BLES00412: [01.00]
Author: "Faith"
Patch Version: 1.0
Notes: "Requires \"Stretch To Display Area\" checked in the GPU settings.\n\nFor optimal splitscreen experience, it's recommended to switch the display orientation to Vertical in the game's settings."
Patch:
- [be32, 0x00c1e980, 0x4018e38e]
@valters-tomsons
valters-tomsons / BLES00323_patch.yml
Last active December 25, 2025 16:38
Mercenaries 2 - PS3 Patches
Version: 1.2
PPU-d02498a9cc5a1df4ade6373d79eab1cdd9e09229:
"Ultrawide 21:9 (3440x1440)":
Games:
"Mercenaries 2: World in Flames™":
BLES00323: [01.03]
Author: "Faith"
Patch Version: 1.0
Notes: "Requires \"Stretch To Display Area\" checked in the GPU settings. HUD will be stretched. Certain scenes may have visual bugs."
@valters-tomsons
valters-tomsons / steamhost
Last active July 7, 2025 07:32
Steam Link CEC
#!/bin/sh
pkill -x steam && sleep 5
export MANGOHUD=0
systemd-inhibit gamescope --backend headless -e -W 1920 -H 1080 -r 120 -- steam -gamepadui -steamos3 -steampal
@valters-tomsons
valters-tomsons / NPEB00092_patch.yml
Last active December 25, 2025 01:29
Battlefield (PS3) - Redirect logs to TTY
PPU-d6b889b6081c0d2942b38b8036809cd8aa7e83c7:
"Redirect logs to tty":
Games:
"Battlefield 1943":
NPEB00092: [ 01.00 ]
Author: "Faith"
Notes:
Patch Version: 1.0
Patch:
- [ be32, 0x00bc957c, 0x60000000 ] # nop
@valters-tomsons
valters-tomsons / NPEB01352_patch.yml
Created May 14, 2024 16:44
Deadly Premonition: The Director's Cut - PS3 Patches
Version: 1.2
PPU-b6c244044dbd6fcee19bb9e0d82f434119524629:
"Ultrawide 21:9 (3440x1440)":
Games:
"Deadly Premonition: Director's Cut":
NPEB01352: [ 01.00 ]
Author: "faith"
Patch Version: 1.0
Notes: "Requires \"Stretch To Display Area\" checked in the GPU settings. HUD will be stretched. Certain scenes may have visual bugs."
#!/bin/sh
mkdir build-64
cd build-64 || exit
../configure --disable-tests --enable-win64 --with-mingw
make -j8
cd .. || exit
mkdir build-32
cd build-32 || exit