Go to file
2019-04-03 21:23:10 -05:00
src Update Frsp/Fctiwz tests' expected output 2017-05-07 12:31:21 -05:00
.gitignore First commit of HWTests 2017-04-17 21:20:58 -05:00
app.lds Update the makefile for libxenon build 2019-04-03 21:23:10 -05:00
LICENSE Initial commit 2017-04-17 20:09:48 -05:00
Makefile Update the makefile for libxenon build 2019-04-03 21:23:10 -05:00
README.md First commit of HWTests 2017-04-17 21:20:58 -05:00

Xenia HW Test Suite

This is a test suite intended to run against the emulator and the Xenon processor to ensure accuracy.

Requirements

  • A PowerPC cross-compiler (g++-powerpc-linux-gnu)
    • Bash on Windows works fine.
  • An xbox 360 capable of running linux (for hardware testing)

Running on Xenia

Run the suite the same way you would run a xbox 360 game.

Output is sent through PowerPC debug prints (seen with --enable_debugprint_log=true).