We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065f20e commit 4ff14ebCopy full SHA for 4ff14eb
README.md
@@ -81,6 +81,13 @@ python3 tombll_add_data.py data.json
81
82
```
83
84
+For testing widescreen patch
85
+it could work with only tr4 and tr5
86
+compile with cmake -DTEST=on
87
+```shell
88
+./TombRaiderLinuxLauncherTest -w tomb4.exe
89
+```
90
+
91
## Screenshots
92
93

src/Network.cpp
@@ -78,7 +78,7 @@ std::string get_ssl_certificate(const std::string& host) {
78
}
79
80
struct WriteData {
- Downloader* downloader;
+ Downloader* downloader; // cppcheck-suppress unusedStructMember
FILE* file;
};
0 commit comments