DX12 fix + rpcs3-tests project

This commit is contained in:
Nekotekina 2015-10-21 10:24:02 +03:00
parent 8cfabf0ead
commit d4e0da3f80
41 changed files with 404 additions and 1299 deletions

View file

@ -0,0 +1,27 @@
#include "stdafx.h"
TEST_CLASS(UnitTest1)
{
TEST_METHOD(TestMethod1)
{
setup_ps3_environment();
}
TEST_METHOD(TestMethod2)
{
// TODO: Your test code here
}
};
TEST_CLASS(UnitTest2)
{
TEST_METHOD(TestMethod1)
{
// TODO: Your test code here
}
TEST_METHOD(TestMethod2)
{
// TODO: Your test code here
}
};