mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-30 14:34:22 +01:00
commit
7ffa3f737e
@ -4,7 +4,6 @@
|
|||||||
For further information, consult the LICENSE file in the root directory.
|
For further information, consult the LICENSE file in the root directory.
|
||||||
\*****************************************************************************/
|
\*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "../snes9x.h"
|
#include "../snes9x.h"
|
||||||
#include "apu.h"
|
#include "apu.h"
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
For further information, consult the LICENSE file in the root directory.
|
For further information, consult the LICENSE file in the root directory.
|
||||||
\*****************************************************************************/
|
\*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _APU_H_
|
#ifndef _APU_H_
|
||||||
#define _APU_H_
|
#define _APU_H_
|
||||||
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
/* Simple resampler based on bsnes's ruby audio library */
|
/*****************************************************************************\
|
||||||
|
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
||||||
|
This file is licensed under the Snes9x License.
|
||||||
|
For further information, consult the LICENSE file in the root directory.
|
||||||
|
\*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __HERMITE_RESAMPLER_H
|
#ifndef __HERMITE_RESAMPLER_H
|
||||||
#define __HERMITE_RESAMPLER_H
|
#define __HERMITE_RESAMPLER_H
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
/* Simple resampler based on bsnes's ruby audio library */
|
/*****************************************************************************\
|
||||||
|
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
||||||
|
This file is licensed under the Snes9x License.
|
||||||
|
For further information, consult the LICENSE file in the root directory.
|
||||||
|
\*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __RESAMPLER_H
|
#ifndef __RESAMPLER_H
|
||||||
#define __RESAMPLER_H
|
#define __RESAMPLER_H
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
/* Simple byte-based ring buffer. Licensed under public domain (C) BearOso. */
|
/*****************************************************************************\
|
||||||
|
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
||||||
|
This file is licensed under the Snes9x License.
|
||||||
|
For further information, consult the LICENSE file in the root directory.
|
||||||
|
\*****************************************************************************/
|
||||||
|
|
||||||
#ifndef __RING_BUFFER_H
|
#ifndef __RING_BUFFER_H
|
||||||
#define __RING_BUFFER_H
|
#define __RING_BUFFER_H
|
||||||
|
Loading…
Reference in New Issue
Block a user