Fix header path in apu/apu.cpp

This commit is contained in:
bl0ckeduser 2012-02-03 17:43:32 -05:00
parent 1aeb1c8f3e
commit ef41a96c57

View File

@ -194,7 +194,7 @@
namespace SNES namespace SNES
{ {
#include "dsp/blargg_endian.h" #include "bapu/dsp/blargg_endian.h"
CPU cpu; CPU cpu;
} }