stubbed out dsound, dinput, and ddraw, some apps get a little farther before crashing...
authorRichard Campbell <betam4x@gmail.com>
Tue, 3 Feb 2004 23:09:48 +0000 (23:09 +0000)
committerRichard Campbell <betam4x@gmail.com>
Tue, 3 Feb 2004 23:09:48 +0000 (23:09 +0000)
commit8c6973cde5680360e9f4e10a98f24373ec91216a
tree07db2365e2c2d573dc09d238c27f094648cdff1b
parent57a8fb919e2cf8aebe7a97d4e5844d1fd94f3760
stubbed out dsound, dinput, and ddraw, some apps get a little farther before crashing now (FCEU).

svn path=/trunk/; revision=8018
reactos/lib/ddraw/Makefile [new file with mode: 0644]
reactos/lib/ddraw/ddraw.c [new file with mode: 0644]
reactos/lib/ddraw/ddraw.edf [new file with mode: 0644]
reactos/lib/dinput/Makefile [new file with mode: 0644]
reactos/lib/dinput/dinput.c [new file with mode: 0644]
reactos/lib/dinput/dinput.edf [new file with mode: 0644]
reactos/lib/dsound/Makefile [new file with mode: 0644]
reactos/lib/dsound/dsound.c [new file with mode: 0644]
reactos/lib/dsound/dsound.edf [new file with mode: 0644]