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
1 changed files with 1 additions and 1 deletions

View File

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