Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. InitAll {
  2. InitDirectInput {
  3. Creating DirectInput...
  4. .done
  5. enumerating controller info...
  6. .done
  7. ptr to controller interface is 0 - no joystick
  8. A problem with controller occurs or no controller found. Clearing assignments.
  9. InitDirectInput }
  10. jim_enumerate_devices()
  11. $DriverName = dgVoodoo
  12. $Description = dgVoodoo DirectX Wrapper
  13. $DriverVersion= 3407872
  14. $VendorId = 4318
  15. $DeviceId = 595
  16. $SubSysId = 0
  17. $Revision = 0
  18. $WHQLLevel = 0
  19. jim_read_config_from_file
  20. . done
  21.  
  22. (i) List of enumerated devices:
  23. pDriverGUID 0, pDeviceGUID 776b98
  24. D3DDevice description : dgVoodoo HAL /selected/
  25. Creating DirectDraw7
  26. . done
  27. Setting cooperative level...
  28. (full-screen)
  29. . done
  30. SetDisplayMode( 320, 240 )
  31. Creating primary surface...
  32. . done
  33. Creating back buffer for software rendering...
  34. . done
  35. Restoring surfaces...
  36. . done
  37. Querying gamma interface...
  38. . done
  39. 565 mode = 4
  40. other inits
  41. jim_write_configuration_to_file()
  42. InitAll }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement