mirror of https://github.com/snes9xgit/snes9x.git
Fix APU include snes.hpp
This commit is contained in:
parent
8064f7f289
commit
ff5939d5ad
|
@ -197,7 +197,7 @@
|
|||
#include "display.h"
|
||||
#include "hermite_resampler.h"
|
||||
|
||||
#include "snes/snes.hpp"
|
||||
#include "bapu/snes/snes.hpp"
|
||||
|
||||
#define APU_DEFAULT_INPUT_RATE 31950 // ~ 59.94Hz
|
||||
#define APU_MINIMUM_SAMPLE_COUNT 512
|
||||
|
|
Loading…
Reference in New Issue