This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PPU-d6b889b6081c0d2942b38b8036809cd8aa7e83c7: | |
| "Redirect logs to tty": | |
| Games: | |
| "Battlefield 1943": | |
| NPEB00092: [ 01.00 ] | |
| Author: "Faith" | |
| Notes: | |
| Patch Version: 1.0 | |
| Patch: | |
| - [ be32, 0x00bc957c, 0x60000000 ] # nop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |