implemented d3d9 uninstance

This commit is contained in:
aap
2015-09-08 09:47:21 +02:00
parent e330cd1743
commit 56bf3b2311
6 changed files with 119 additions and 19 deletions

View File

@@ -33,7 +33,8 @@ main(int argc, char *argv[])
// rw::platform = rw::PLATFORM_PS2;
// rw::platform = rw::PLATFORM_OGL;
// rw::platform = rw::PLATFORM_XBOX;
rw::platform = rw::PLATFORM_D3D8;
// rw::platform = rw::PLATFORM_D3D8;
rw::platform = rw::PLATFORM_D3D9;
int uninstance = 0;
int arg = 1;