fix wrong include path

This commit is contained in:
tildearrow 2022-02-17 04:26:23 -05:00
parent 7bc0f530a3
commit 456db22f9d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "../macroInt.h"
#include <queue>
#include "sound/saa1099.h"
#include "../../../../extern/SAASound/src/SAASound.h"
#include "../../../extern/SAASound/src/SAASound.h"
enum DivSAACores {
DIV_SAA_CORE_MAME=0,