Skip to content

Commit c552e8b

Browse files
committed
chore: Basic gitignore, initial README
1 parent 5c0db9c commit c552e8b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.o

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# PCSX2/HardwareTests
2+
This is a collection of hardware tests that were used to validate the accuracy of PCSX2
3+
4+
Each directory will contain a test and readme.
5+
6+
## What you need to know
7+
These tests are built using the latest PS2 homebrew toolchain available [here](https://github.com/ps2dev/ps2toolchain).
8+
9+
These tests are written under the assumption that you are using [ps2client](https://github.com/ps2dev/ps2client) and [ps2link](https://github.com/ps2dev/ps2link/) with your real hardware.
10+
The results for the majority of tests will be sent back to your host computer either by using the network `STDIO` (for messages), or using `host:` (for file i/o).
11+
12+
As of now there is no automated runner for these tests.

0 commit comments

Comments
 (0)