diff options
| author | JosJuice <josjuice@gmail.com> | 2025-11-24 21:46:29 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2025-11-24 21:46:29 +0100 |
| commit | 37194c7b936fc04a695e7b5a082b8cad071cd7b1 (patch) | |
| tree | ad5f845e67957bb2bc691f6d4fead5e8308b9358 | |
| parent | 1fa5accf039e7fefc78469d3dc672e01631429b8 (diff) | |
GameSettings: Use three-character INIs for newly added settings
This is a follow-up to 0f1ecf41f9. Our policy is to use three-character
game INIs for settings unless a game has multiple releases and the
setting shouldn't be applied to all of them.
SAHE69.ini was simply renamed to SAH.ini. RL6E69.ini was deleted
entirely, because RL6.ini already exists and contains the same setting.
| -rw-r--r-- | Data/Sys/GameSettings/RL6E69.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SAH.ini (renamed from Data/Sys/GameSettings/SAHE69.ini) | 0 |
2 files changed, 0 insertions, 5 deletions
diff --git a/Data/Sys/GameSettings/RL6E69.ini b/Data/Sys/GameSettings/RL6E69.ini deleted file mode 100644 index b43bb1d13c..0000000000 --- a/Data/Sys/GameSettings/RL6E69.ini +++ /dev/null @@ -1,5 +0,0 @@ -# RL6E69 - Nerf N-Strike Elite - -[Core] -# Avoid startup hang. -CPUThread = False diff --git a/Data/Sys/GameSettings/SAHE69.ini b/Data/Sys/GameSettings/SAH.ini index cb8d8a4ac0..cb8d8a4ac0 100644 --- a/Data/Sys/GameSettings/SAHE69.ini +++ b/Data/Sys/GameSettings/SAH.ini |
