Fix warnings

This commit is contained in:
twinaphex
2020-10-07 00:09:44 +02:00
parent 451a040d26
commit e03f7adc85

View File

@@ -19,11 +19,12 @@
*/
/* Begin FDS sound */
#include <string.h>
#include "fceu-types.h"
#include "x6502.h"
#include "fceu.h"
#include "sound.h"
#include "state.h"
#define FDSClock (1789772.7272727272727272 / 2)
@@ -295,4 +296,4 @@ DECLFW(FDSSoundWrite) {
void FDSSoundPower(void) {
FDSSoundReset();
FDSSoundStateAdd();
}
}