Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 608 Bytes

ddraw_logger

Logger for DirectDraw

It's a wrapper for ddraw.dll that will log the calls to DirectDraw into a ddraw_log.txt file.

Supported APIs are:

  • DirectDrawCreate
  • DirectDrawCreateClipper
  • DirectDrawCreateEx
  • DirectDrawEnumerateA
  • DirectDrawEnumerateExA
  • DirectDrawEnumerateExW
  • DirectDrawEnumerateW
  • IDirect3D
  • IDirect3DDevice
  • IDirect3DExecuteBuffer
  • IDirect3DTexture
  • IDirect3DViewport
  • IDirectDraw
  • IDirectDraw2
  • IDirectDraw4
  • IDirectDrawClipper
  • IDirectDrawPalette
  • IDirectDrawSurface

License

ddraw_logger is licensed under the MIT license. See LICENSE.txt