Skip to content

Commit 4ff14eb

Browse files
committed
add widescreen test
1 parent 065f20e commit 4ff14eb

File tree

5 files changed

+51
-380
lines changed

5 files changed

+51
-380
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ python3 tombll_add_data.py data.json
8181

8282
```
8383

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+
8491
## Screenshots
8592

8693
![screenshot1](https://raw.githubusercontent.com/noisecode3/TombRaiderLinuxLauncher/main/doc/screenshot1.jpg)

src/Network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ std::string get_ssl_certificate(const std::string& host) {
7878
}
7979

8080
struct WriteData {
81-
Downloader* downloader;
81+
Downloader* downloader; // cppcheck-suppress unusedStructMember
8282
FILE* file;
8383
};
8484

0 commit comments

Comments
 (0)