diff --git a/360/xdk360_audio.cpp b/360/xdk360_audio.cpp index cb13057698..e1558c1f63 100644 --- a/360/xdk360_audio.cpp +++ b/360/xdk360_audio.cpp @@ -17,7 +17,7 @@ #include "../driver.h" #include #include -#include "xaudio-c/xaudio.h" +#include "../audio/xaudio-c/xaudio_xdk360.h" #include "../general.h" #define MAX_BUFFERS 16 diff --git a/360/xaudio-c/xaudio.h b/audio/xaudio-c/xaudio_xdk360.h similarity index 93% rename from 360/xaudio-c/xaudio.h rename to audio/xaudio-c/xaudio_xdk360.h index 8831bebecd..a1a968c6f8 100644 --- a/360/xaudio-c/xaudio.h +++ b/audio/xaudio-c/xaudio_xdk360.h @@ -1,7 +1,19 @@ -/* - xaudio.h (2010-08-14) / (2012-12-04) - authors: OV2, Themaister -*/ +/* RetroArch - A frontend for libretro. + * Copyright (C) 2010-2013 - Hans-Kristian Arntzen + * Copyright (C) 2010-2013 - OV2 + * Copyright (C) 2011-2013 - Daniel De Matteis + * + * RetroArch is free software: you can redistribute it and/or modify it under the terms + * of the GNU General Public License as published by the Free Software Found- + * ation, either version 3 of the License, or (at your option) any later version. + * + * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with RetroArch. + * If not, see . + */ // Kinda stripped down. Only contains the bare essentials used in RetroArch.