mirror of https://github.com/snes9xgit/snes9x.git
Make Resampler a class again.
This commit is contained in:
parent
e938225cd2
commit
845366f139
|
@ -12,8 +12,9 @@
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
struct Resampler
|
class Resampler
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
int size;
|
int size;
|
||||||
int buffer_size;
|
int buffer_size;
|
||||||
int start;
|
int start;
|
||||||
|
|
Loading…
Reference in New Issue