mirror of https://github.com/snes9xgit/snes9x.git
Fix header path in apu/apu.cpp
This commit is contained in:
parent
1aeb1c8f3e
commit
ef41a96c57
|
@ -194,7 +194,7 @@
|
|||
|
||||
namespace SNES
|
||||
{
|
||||
#include "dsp/blargg_endian.h"
|
||||
#include "bapu/dsp/blargg_endian.h"
|
||||
|
||||
CPU cpu;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue