SPU2: license header update

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-09-25 14:39:18 +02:00 committed by refractionpcsx2
parent c5b5a3039a
commit b0b4adea75
57 changed files with 600 additions and 746 deletions

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,21 +1,18 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,20 +1,17 @@
//GiGaHeRz's SPU2 Driver /* PCSX2 - PS2 Emulator for PCs
//Copyright (c) 2003-2008, David Quintana <gigaherz@gmail.com> * Copyright (C) 2002-2020 PCSX2 Dev Team
// *
//This library is free software; you can redistribute it and/or * PCSX2 is free software: you can redistribute it and/or modify it under the terms
//modify it under the terms of the GNU Lesser General Public * of the GNU Lesser General Public License as published by the Free Software Found-
//License as published by the Free Software Foundation; either * ation, either version 3 of the License, or (at your option) any later version.
//version 2.1 of the License, or (at your option) any later version. *
// * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
//This library is distributed in the hope that it will be useful, * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
//but WITHOUT ANY WARRANTY; without even the implied warranty of * PURPOSE. See the GNU General Public License for more details.
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
//Lesser General Public License for more details. * You should have received a copy of the GNU General Public License along with PCSX2.
// * If not, see <http://www.gnu.org/licenses/>.
//You should have received a copy of the GNU Lesser General Public */
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
//
#ifndef DEBUG_H_INCLUDED #ifndef DEBUG_H_INCLUDED
#define DEBUG_H_INCLUDED #define DEBUG_H_INCLUDED

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,21 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* This library is free software; you can redistribute it and/or modify it under * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* the terms of the GNU Lesser General Public License as published by the Free * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* Software Foundation; either version 2.1 of the License, or (at your * PURPOSE. See the GNU General Public License for more details.
* option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITHOUT * You should have received a copy of the GNU General Public License along with PCSX2.
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * If not, see <http://www.gnu.org/licenses/>.
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
* for more details.
*
* You should have received a copy of the GNU Lesser General Public License along
* with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
// Adapted from ZeroSPU2 code by Zerofrog. Heavily modified by Arcum42. // Adapted from ZeroSPU2 code by Zerofrog. Heavily modified by Arcum42.

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef __LINUX_H__ #ifndef __LINUX_H__

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Dialogs.h" #include "Dialogs.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../Global.h" #include "../Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef CONFIG_H_INCLUDED #ifndef CONFIG_H_INCLUDED

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../Global.h" #include "../Global.h"

View File

@ -1,22 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* This library is free software; you can redistribute it and/or modify it under * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* the terms of the GNU Lesser General Public License as published by the Free * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* Software Foundation; either version 2.1 of the License, or (at your * PURPOSE. See the GNU General Public License for more details.
* option) any later version.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
* for more details.
*
* You should have received a copy of the GNU Lesser General Public License along
* with this library; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
* *
* You should have received a copy of the GNU General Public License along with PCSX2.
* If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../Global.h" #include "../Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
// To be continued... // To be continued...

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef DIALOG_H_INCLUDED #ifndef DIALOG_H_INCLUDED

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,21 +1,18 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once
// Implemented in Config.cpp // Implemented in Config.cpp

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,16 +1,16 @@
/* SDL Audio sink for SPU2-X. /* PCSX2 - PS2 Emulator for PCs
* Copyright (c) 2013, Matt Scheirer <matt.scheirer@gmail.com> * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found- * of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version. * ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * PCSX2 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 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU Lesser General Public License for more details. * PURPOSE. See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public License * You should have received a copy of the GNU General Public License along with PCSX2.
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <cassert> #include <cassert>

View File

@ -1,19 +1,17 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* * of the GNU Lesser General Public License as published by the Free Software Found-
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * ation, either version 3 of the License, or (at your option) any later version.
* of the GNU Lesser General Public License as published by the Free Software Found- *
* ation, either version 3 of the License, or (at your option) any later version. * PCSX2 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
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * PURPOSE. See the GNU General Public License for more details.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR *
* PURPOSE. See the GNU Lesser General Public License for more details. * You should have received a copy of the GNU General Public License along with PCSX2.
* * If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License */
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/
#include "Global.h" #include "Global.h"
#include "soundtouch/SoundTouch.h" #include "soundtouch/SoundTouch.h"

View File

@ -1,19 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* The file is based on WavFile.h from SoundTouch library. * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* Original portions are (c) 2009 by Olli Parviainen (oparviai 'at' iki.fi) * of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
// Note the file is mostly a copy paste of the WavFile.h from SoundTouch library. It was // Note the file is mostly a copy paste of the WavFile.h from SoundTouch library. It was

View File

@ -1,19 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* The file is based on WavFile.h from SoundTouch library. * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* Original portions are (c) 2009 by Olli Parviainen (oparviai 'at' iki.fi) * of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
// Note the file is mostly a copy paste of the WavFile.h from SoundTouch library. It was // Note the file is mostly a copy paste of the WavFile.h from SoundTouch library. It was

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,20 +1,17 @@
//GiGaHeRz's SPU2 Driver /* PCSX2 - PS2 Emulator for PCs
//Copyright (c) 2003-2008, David Quintana <gigaherz@gmail.com> * Copyright (C) 2002-2020 PCSX2 Dev Team
// *
//This library is free software; you can redistribute it and/or * PCSX2 is free software: you can redistribute it and/or modify it under the terms
//modify it under the terms of the GNU Lesser General Public * of the GNU Lesser General Public License as published by the Free Software Found-
//License as published by the Free Software Foundation; either * ation, either version 3 of the License, or (at your option) any later version.
//version 2.1 of the License, or (at your option) any later version. *
// * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
//This library is distributed in the hope that it will be useful, * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
//but WITHOUT ANY WARRANTY; without even the implied warranty of * PURPOSE. See the GNU General Public License for more details.
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
//Lesser General Public License for more details. * You should have received a copy of the GNU General Public License along with PCSX2.
// * If not, see <http://www.gnu.org/licenses/>.
//You should have received a copy of the GNU Lesser General Public */
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
//
#include "Global.h" #include "Global.h"
@ -176,4 +173,4 @@ DWORD WINAPI DspUpdateThread(PVOID param)
} }
} }
#endif #endif

View File

@ -1,20 +1,17 @@
//GiGaHeRz's SPU2 Driver /* PCSX2 - PS2 Emulator for PCs
//Copyright (c) 2003-2008, David Quintana <gigaherz@gmail.com> * Copyright (C) 2002-2020 PCSX2 Dev Team
// *
//This library is free software; you can redistribute it and/or * PCSX2 is free software: you can redistribute it and/or modify it under the terms
//modify it under the terms of the GNU Lesser General Public * of the GNU Lesser General Public License as published by the Free Software Found-
//License as published by the Free Software Foundation; either * ation, either version 3 of the License, or (at your option) any later version.
//version 2.1 of the License, or (at your option) any later version. *
// * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
//This library is distributed in the hope that it will be useful, * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
//but WITHOUT ANY WARRANTY; without even the implied warranty of * PURPOSE. See the GNU General Public License for more details.
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
//Lesser General Public License for more details. * You should have received a copy of the GNU General Public License along with PCSX2.
// * If not, see <http://www.gnu.org/licenses/>.
//You should have received a copy of the GNU Lesser General Public */
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
//
// DSP plugin interface // DSP plugin interface

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -1,20 +1,17 @@
//GiGaHeRz's SPU2 Driver /* PCSX2 - PS2 Emulator for PCs
//Copyright (c) 2003-2008, David Quintana <gigaherz@gmail.com> * Copyright (C) 2002-2020 PCSX2 Dev Team
// *
//This library is free software; you can redistribute it and/or * PCSX2 is free software: you can redistribute it and/or modify it under the terms
//modify it under the terms of the GNU Lesser General Public * of the GNU Lesser General Public License as published by the Free Software Found-
//License as published by the Free Software Foundation; either * ation, either version 3 of the License, or (at your option) any later version.
//version 2.1 of the License, or (at your option) any later version. *
// * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
//This library is distributed in the hope that it will be useful, * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
//but WITHOUT ANY WARRANTY; without even the implied warranty of * PURPOSE. See the GNU General Public License for more details.
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
//Lesser General Public License for more details. * You should have received a copy of the GNU General Public License along with PCSX2.
// * If not, see <http://www.gnu.org/licenses/>.
//You should have received a copy of the GNU Lesser General Public */
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
//
#pragma once #pragma once

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"
@ -75,22 +73,6 @@ void SPU2configure()
configure(); configure();
} }
s32 SPU2test()
{
if (!CheckSSE())
return -1;
ReadSettings();
if (SndBuffer::Test() != 0) {
// TODO : Implement a proper dialog that allows the user to test different audio out drivers.
const wchar_t *wtf = mods[OutputModule]->GetIdent();
SysMessage(L"The '%s' driver test failed. Please configure\na different SoundOut module and try again.", wtf);
return -1;
}
return 0;
}
// -------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------
// DMA 4/7 Callbacks from Core Emulator // DMA 4/7 Callbacks from Core Emulator
// -------------------------------------------------------------------------------------- // --------------------------------------------------------------------------------------

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once
@ -47,8 +45,6 @@ s32 SPU2freeze(int mode, freezeData *data);
void SPU2DoFreezeIn( pxInputStream& infp ); void SPU2DoFreezeIn( pxInputStream& infp );
void SPU2DoFreezeOut( void* dest ); void SPU2DoFreezeOut( void* dest );
void SPU2configure(); void SPU2configure();
void SPU2about();
s32 SPU2test();
u32 SPU2ReadMemAddr(int core); u32 SPU2ReadMemAddr(int core);

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "Global.h" #include "Global.h"

View File

@ -1,20 +1,17 @@
//GiGaHeRz's SPU2 Driver /* PCSX2 - PS2 Emulator for PCs
//Copyright (c) 2003-2008, David Quintana <gigaherz@gmail.com> * Copyright (C) 2002-2020 PCSX2 Dev Team
// *
//This library is free software; you can redistribute it and/or * PCSX2 is free software: you can redistribute it and/or modify it under the terms
//modify it under the terms of the GNU Lesser General Public * of the GNU Lesser General Public License as published by the Free Software Found-
//License as published by the Free Software Foundation; either * ation, either version 3 of the License, or (at your option) any later version.
//version 2.1 of the License, or (at your option) any later version. *
// * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
//This library is distributed in the hope that it will be useful, * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
//but WITHOUT ANY WARRANTY; without even the implied warranty of * PURPOSE. See the GNU General Public License for more details.
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
//Lesser General Public License for more details. * You should have received a copy of the GNU General Public License along with PCSX2.
// * If not, see <http://www.gnu.org/licenses/>.
//You should have received a copy of the GNU Lesser General Public */
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
//
#include "Global.h" #include "Global.h"
#include "spu2.h" #include "spu2.h"

View File

@ -1,20 +1,17 @@
//GiGaHeRz's SPU2 Driver /* PCSX2 - PS2 Emulator for PCs
//Copyright (c) 2003-2008, David Quintana <gigaherz@gmail.com> * Copyright (C) 2002-2020 PCSX2 Dev Team
// *
//This library is free software; you can redistribute it and/or * PCSX2 is free software: you can redistribute it and/or modify it under the terms
//modify it under the terms of the GNU Lesser General Public * of the GNU Lesser General Public License as published by the Free Software Found-
//License as published by the Free Software Foundation; either * ation, either version 3 of the License, or (at your option) any later version.
//version 2.1 of the License, or (at your option) any later version. *
// * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
//This library is distributed in the hope that it will be useful, * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
//but WITHOUT ANY WARRANTY; without even the implied warranty of * PURPOSE. See the GNU General Public License for more details.
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
//Lesser General Public License for more details. * You should have received a copy of the GNU General Public License along with PCSX2.
// * If not, see <http://www.gnu.org/licenses/>.
//You should have received a copy of the GNU Lesser General Public */
//License along with this library; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
//
#pragma once #pragma once

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
// ====================================================================================== // ======================================================================================

View File

@ -1,18 +1,16 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../Config.h" #include "../Config.h"

View File

@ -1,19 +1,18 @@
/* SPU2-X, A plugin for Emulating the Sound Processing Unit of the Playstation 2 /* PCSX2 - PS2 Emulator for PCs
* Developed and maintained by the Pcsx2 Development Team. * Copyright (C) 2002-2020 PCSX2 Dev Team
* *
* Original portions from SPU2ghz are (c) 2008 by David Quintana [gigaherz] * PCSX2 is free software: you can redistribute it and/or modify it under the terms
* of the GNU Lesser General Public License as published by the Free Software Found-
* ation, either version 3 of the License, or (at your option) any later version.
* *
* SPU2-X is free software: you can redistribute it and/or modify it under the terms * PCSX2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* of the GNU Lesser General Public License as published by the Free Software Found- * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* ation, either version 3 of the License, or (at your option) any later version. * PURPOSE. See the GNU General Public License for more details.
* *
* SPU2-X is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * You should have received a copy of the GNU General Public License along with PCSX2.
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * If not, see <http://www.gnu.org/licenses/>.
* PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with SPU2-X. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once
#include <wx/wx.h> #include <wx/wx.h>