bsnes/nall - fix mysterious compile error
This commit is contained in:
parent
0fcfcf3379
commit
4aa0813795
|
@ -4,6 +4,8 @@
|
|||
typedef float resample_coeff_t; // note: sizeof(resample_coeff_t) must be == to a power of 2, and not larger than 16
|
||||
typedef float resample_samp_t;
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
// ...but don't comment this single RESAMPLE_SSEREGPARM define out when disabling SSE.
|
||||
#define RESAMPLE_SSEREGPARM
|
||||
|
|
Loading…
Reference in New Issue