N64: Fixed a typo. Now jabo go fast. Also prevented d3d8 from presenting

This commit is contained in:
pjgat09 2014-07-22 01:51:15 +00:00
parent 41d33337e7
commit 7c5c47bedb
3 changed files with 3 additions and 3 deletions

View File

@ -190,7 +190,7 @@ extern "C"
rendering_callback(0);
hr = m_pDevice->Present(pSourceRect,pDestRect,hDestWindowOverride,pDirtyRegion);
//hr = m_pDevice->Present(pSourceRect,pDestRect,hDestWindowOverride,pDirtyRegion);
LOG(hr);
return hr;

View File

@ -6,8 +6,8 @@
#pragma comment(linker, "/EXPORT:Direct3DCreate8=_Direct3DCreate8@4")
#define LOG(x) { std::ofstream myfile; myfile.open ("d3d8_wrapper_log.txt", std::ios::app); myfile << x << "\n"; myfile.close(); }
//#define LOG(x)
//#define LOG(x) { std::ofstream myfile; myfile.open ("d3d8_wrapper_log.txt", std::ios::app); myfile << x << "\n"; myfile.close(); }
#define LOG(x)
#define TESTDLL_API __declspec(dllexport)

Binary file not shown.