Skip to content

Commit

Permalink
add widescreen test
Browse files Browse the repository at this point in the history
  • Loading branch information
noisecode3 committed Dec 11, 2024
1 parent 065f20e commit 4ff14eb
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 380 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ python3 tombll_add_data.py data.json

```

For testing widescreen patch
it could work with only tr4 and tr5
compile with cmake -DTEST=on
```shell
./TombRaiderLinuxLauncherTest -w tomb4.exe
```

## Screenshots

![screenshot1](https://raw.githubusercontent.com/noisecode3/TombRaiderLinuxLauncher/main/doc/screenshot1.jpg)
Expand Down
2 changes: 1 addition & 1 deletion src/Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ std::string get_ssl_certificate(const std::string& host) {
}

struct WriteData {
Downloader* downloader;
Downloader* downloader; // cppcheck-suppress unusedStructMember
FILE* file;
};

Expand Down
Loading

0 comments on commit 4ff14eb

Please sign in to comment.