- Fix compiling issues. (Regression from r5068.)
This commit is contained in:
rogerman 2015-01-16 22:06:11 +00:00
parent 37ee317415
commit 433d263b4e
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* mic.cpp - this file is part of DeSmuME
*
* Copyright (C) 2009-2011 DeSmuME Team
* Copyright (C) 2009-2015 DeSmuME Team
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -24,6 +24,7 @@
#include "mic.h"
#include "NDSSystem.h"
#include "readwrite.h"
#include "emufile.h"
#define MIC_NULL_SAMPLE_VALUE 0
#define MIC_MAX_BUFFER_SAMPLES 320

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2014 DeSmuME team
Copyright (C) 2014-2015 DeSmuME team
Copyright (C) 2014 Alvin Wong
This file is free software: you can redistribute it and/or modify
@ -19,6 +19,8 @@
#include "ds.h"
#include "NDSSystem.h"
#include "firmware.h"
#include "mc.h"
#include "render3D.h"
#include "rasterize.h"
#include "SPU.h"