Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoliszeredi/shogun2hotfix
Shogun2 hotfix for zen3+ CPUs
https://github.com/zoliszeredi/shogun2hotfix
Last synced: 27 days ago
JSON representation
Shogun2 hotfix for zen3+ CPUs
- Host: GitHub
- URL: https://github.com/zoliszeredi/shogun2hotfix
- Owner: zoliszeredi
- License: gpl-3.0
- Created: 2022-12-10T20:06:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:46:34.000Z (about 2 years ago)
- Last Synced: 2024-11-23T06:35:49.526Z (about 2 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shogun2Hotfix
## Motivation
Shogun2 does not work on modern Zen3+ processors and needs a hotfix to work.
## HOWTO
```bash
# deps
sudo apt-get install make gcc-multilib
make
```
In steam game properties add this to run args:
```bash
LD_PRELOAD='/PATH/TO/hotfix32.so' %command%
```## CREDITS
https://steamcommunity.com/app/34330/discussions/0/3039355912939083304/
https://news.ycombinator.com/item?id=25818126