Home
last modified time | relevance | path

Searched refs:IDS_ERR_D3D_FAILED (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/nestopia/nestopia-1.51.1/source/win32/language/
H A Dresource.h698 #define IDS_ERR_D3D_FAILED 40009 macro
H A Dlanguage.rc1452IDS_ERR_D3D_FAILED "Direct3DCreate9() failed! DirectX 9.0c or newer is required to run …
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDirect2D.cpp548 throw Application::Exception( IDS_ERR_D3D_FAILED ); in Create()