mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
Simplify some more license headers
This commit is contained in:
parent
732802ebd0
commit
6d9986846c
@ -1,19 +1,6 @@
|
|||||||
// Copyright (C) 2003 Dolphin Project.
|
// Copyright 2003 Dolphin Emulator Project
|
||||||
|
// Licensed under GPLv2
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// Refer to the license.txt file included.
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, version 2.0.
|
|
||||||
|
|
||||||
// This program is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License 2.0 for more details.
|
|
||||||
|
|
||||||
// A copy of the GPL 2.0 should have been included with the program.
|
|
||||||
// If not, see http://www.gnu.org/licenses/
|
|
||||||
|
|
||||||
// Official Git repository and contact information can be found at
|
|
||||||
// https://github.com/dolphin-emu/dolphin
|
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
#include "Common/FPURoundMode.h"
|
#include "Common/FPURoundMode.h"
|
||||||
|
@ -1,41 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2005 Duddie, wntrmute, Hermes
|
||||||
$Id: assemble.cpp,v 1.3 2008-11-11 01:04:26 wntrmute Exp $
|
// Licensed under GPLv2+
|
||||||
|
// Refer to the license.txt file included.
|
||||||
project: GameCube DSP Tool (gcdsp)
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
Revision 1.4 2008/10/04 10:30:00 Hermes
|
|
||||||
added function to export the code to .h file
|
|
||||||
added support for '/ *' '* /' and '//' for comentaries
|
|
||||||
added some sintax detection when use registers
|
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
|
||||||
Revision 1.2 2005/09/14 02:19:29 wntrmute
|
|
||||||
added header guards
|
|
||||||
use standard main function
|
|
||||||
|
|
||||||
Revision 1.1 2005/08/24 22:13:34 wntrmute
|
|
||||||
Initial import
|
|
||||||
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
@ -1,26 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2009 Dolphin Emulator Project
|
||||||
|
// Copyright 2005 Duddie
|
||||||
project: GameCube DSP Tool (gcdsp)
|
// Licensed under GPLv2+
|
||||||
created: 2005.03.04
|
// Refer to the license.txt file included.
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_interpreter.cpp
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
#include "Common/Event.h"
|
#include "Common/Event.h"
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: DSPCore.h
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2005 Duddie
|
||||||
filename: disassemble.cpp
|
// Licensed under GPLv2+
|
||||||
project: GameCube DSP Tool (gcdsp)
|
// Refer to the license.txt file included.
|
||||||
created: 2005.03.04
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
@ -1,26 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2005 Duddie
|
||||||
project: GameCube DSP Tool (gcdsp)
|
// Licensed under GPLv2+
|
||||||
created: 2005.03.04
|
// Refer to the license.txt file included.
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_interface.h
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#include "Common/Atomic.h"
|
#include "Common/Atomic.h"
|
||||||
#include "Common/CPUDetect.h"
|
#include "Common/CPUDetect.h"
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_interface.h
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2005 Duddie
|
||||||
filename: opcodes.h
|
// Licensed under GPLv2+
|
||||||
project: GameCube DSP Tool (gcdsp)
|
// Refer to the license.txt file included.
|
||||||
created: 2005.03.04
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2005 Duddie
|
||||||
filename: gdsp_opcodes_helper.h
|
// Licensed under GPLv2+
|
||||||
project: GameCube DSP Tool (gcdsp)
|
// Refer to the license.txt file included.
|
||||||
created: 2005.03.04
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_interpreter.cpp
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#include "Core/DSP/DSPAnalyzer.h"
|
#include "Core/DSP/DSPAnalyzer.h"
|
||||||
#include "Core/DSP/DSPCore.h"
|
#include "Core/DSP/DSPCore.h"
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_memory.cpp
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#include "Core/DSP/DSPCore.h"
|
#include "Core/DSP/DSPCore.h"
|
||||||
#include "Core/DSP/DSPHWInterface.h"
|
#include "Core/DSP/DSPHWInterface.h"
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_memory.h
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_registers.cpp
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
|
@ -1,27 +1,7 @@
|
|||||||
/*====================================================================
|
// Copyright 2008 Dolphin Emulator Project
|
||||||
|
// Copyright 2004 Duddie & Tratax
|
||||||
filename: gdsp_registers.h
|
// Licensed under GPLv2+
|
||||||
project: GCemu
|
// Refer to the license.txt file included.
|
||||||
created: 2004-6-18
|
|
||||||
mail: duddie@walla.com
|
|
||||||
|
|
||||||
Copyright (c) 2005 Duddie & Tratax
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
|
||||||
modify it under the terms of the GNU General Public License
|
|
||||||
as published by the Free Software Foundation; either version 2
|
|
||||||
of the License, or (at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
====================================================================*/
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,19 +1,6 @@
|
|||||||
// Copyright (C) 2003 Dolphin Project.
|
// Copyright 2003 Dolphin Emulator Project
|
||||||
|
// Licensed under GPLv2
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// Refer to the license.txt file included.
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, version 2.0.
|
|
||||||
|
|
||||||
// This program is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License 2.0 for more details.
|
|
||||||
|
|
||||||
// A copy of the GPL 2.0 should have been included with the program.
|
|
||||||
// If not, see http://www.gnu.org/licenses/
|
|
||||||
|
|
||||||
// Official Git repository and contact information can be found at
|
|
||||||
// https://github.com/dolphin-emu/dolphin
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Here is a nice ascii overview of audio flow affected by this file:
|
Here is a nice ascii overview of audio flow affected by this file:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// copyright 2014 dolphin emulator project
|
// Copyright 2013 Dolphin Emulator Project
|
||||||
// licensed under gplv2
|
// Licensed under GPLv2
|
||||||
// refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#include "Core/PowerPC/JitArm64/Jit.h"
|
#include "Core/PowerPC/JitArm64/Jit.h"
|
||||||
#include "Core/PowerPC/JitArm64/JitArm64_RegCache.h"
|
#include "Core/PowerPC/JitArm64/JitArm64_RegCache.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// copyright 2014 dolphin emulator project
|
// Copyright 2013 Dolphin Emulator Project
|
||||||
// licensed under gplv2
|
// Licensed under GPLv2
|
||||||
// refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,19 +1,6 @@
|
|||||||
// Copyright (C) 2003 Dolphin Project.
|
// Copyright 2003 Dolphin Emulator Project
|
||||||
|
// Licensed under GPLv2
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// Refer to the license.txt file included.
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, version 2.0.
|
|
||||||
|
|
||||||
// This program is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License 2.0 for more details.
|
|
||||||
|
|
||||||
// A copy of the GPL 2.0 should have been included with the program.
|
|
||||||
// If not, see http://www.gnu.org/licenses/
|
|
||||||
|
|
||||||
// Official Git repository and contact information can be found at
|
|
||||||
// https://github.com/dolphin-emu/dolphin
|
|
||||||
|
|
||||||
#include "Common/Atomic.h"
|
#include "Common/Atomic.h"
|
||||||
#include "Common/BitSet.h"
|
#include "Common/BitSet.h"
|
||||||
|
@ -1,19 +1,6 @@
|
|||||||
// Copyright (C) 2003 Dolphin Project.
|
// Copyright 2003 Dolphin Emulator Project
|
||||||
|
// Licensed under GPLv2
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// Refer to the license.txt file included.
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, version 2.0.
|
|
||||||
|
|
||||||
// This program is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License 2.0 for more details.
|
|
||||||
|
|
||||||
// A copy of the GPL 2.0 should have been included with the program.
|
|
||||||
// If not, see http://www.gnu.org/licenses/
|
|
||||||
|
|
||||||
// Official Git repository and contact information can be found at
|
|
||||||
// https://github.com/dolphin-emu/dolphin
|
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright 2013 Max Eliaser
|
// Copyright 2013 Max Eliaser
|
||||||
// Licensed under the GNU General Public License, version 2 or higher.
|
// Licensed under GPLv2+
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright 2013 Max Eliaser
|
// Copyright 2013 Max Eliaser
|
||||||
// Licensed under the GNU General Public License, version 2 or higher.
|
// Licensed under GPLv2+
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
// See XInput2.cpp for extensive documentation.
|
// See XInput2.cpp for extensive documentation.
|
||||||
|
@ -1,18 +1,5 @@
|
|||||||
// Copyright (C) 2003 Dolphin Project.
|
// Copyright 2003 Dolphin Emulator Project
|
||||||
|
// Licensed under GPLv2
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// Refer to the license.txt file included.
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, version 2.0.
|
|
||||||
|
|
||||||
// This program is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License 2.0 for more details.
|
|
||||||
|
|
||||||
// A copy of the GPL 2.0 should have been included with the program.
|
|
||||||
// If not, see http://www.gnu.org/licenses/
|
|
||||||
|
|
||||||
// Official Git repository and contact information can be found at
|
|
||||||
// https://github.com/dolphin-emu/dolphin
|
|
||||||
|
|
||||||
// Dummy file for common to compile
|
// Dummy file for common to compile
|
||||||
|
@ -1,19 +1,6 @@
|
|||||||
// Copyright (C) 2003 Dolphin Project.
|
// Copyright 2003 Dolphin Emulator Project
|
||||||
|
// Licensed under GPLv2
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// Refer to the license.txt file included.
|
||||||
// it under the terms of the GNU General Public License as published by
|
|
||||||
// the Free Software Foundation, version 2.0.
|
|
||||||
|
|
||||||
// This program is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
// GNU General Public License 2.0 for more details.
|
|
||||||
|
|
||||||
// A copy of the GPL 2.0 should have been included with the program.
|
|
||||||
// If not, see http://www.gnu.org/licenses/
|
|
||||||
|
|
||||||
// Official Git repository and contact information can be found at
|
|
||||||
// https://github.com/dolphin-emu/dolphin
|
|
||||||
|
|
||||||
// Stubs to make DSPCore compile as part of DSPSpy.
|
// Stubs to make DSPCore compile as part of DSPSpy.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user