Fix warnings
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user