ref: 69292f99f66b19f3d749630dac4bee141c31da6d
parent: 7ac0fa91a242288cb72828ecfaa36817f65a5348
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 12 10:50:06 EDT 2019
Add a new bugfix
--- a/src/Organya.cpp
+++ b/src/Organya.cpp
@@ -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"