Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 977 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 977 Bytes

D3DWindower

This program forces D3D applications into Windowed mode. This comes in handy when applications do not have a windowed mode option, and will force the user to stay in fullscreen mode.

Get the source

Download the latest source code with:

git clone git@github.com:emist/D3DWindower.git

Keep your source up to date with:

git pull origin master

Dependencies

.NET Framework

Microsoft Detours 3.0 Express

Windows Debug Help Library

The windebug dlls need to be placed in the bin\ folder of WindowerClient for the project to execute properly.

Compiling

Load the solution into visual studio and press F6

Documentation

Docs