Merge branch 'accurate' into commentBalfrog

This commit is contained in:
Gabriel Ravier 2019-09-13 19:01:03 +02:00
commit aeb1e292b7
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -10,6 +10,11 @@
#include <stdio.h>
#include <string.h>
#ifdef FIX_BUGS
// The original source code forgot to set this (you can tell because, in the original EXE,
// the DSBUFFERDESC structs in this file have a different size to the ones in Sound.cpp)
#define DIRECTSOUND_VERSION 0x500
#endif
#include <dsound.h>
#include "WindowsWrapper.h"