Fix headers
Oops, accidentally removed some headers that should stay
This commit is contained in:
parent
a7c175d0fd
commit
a786dd7e13
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
class CHle;
|
class CHle;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
#include "alist.h"
|
#include "alist.h"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
static inline int16_t clamp_s16(int_fast32_t x)
|
static inline int16_t clamp_s16(int_fast32_t x)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern const int16_t RESAMPLE_LUT[64 * 4];
|
extern const int16_t RESAMPLE_LUT[64 * 4];
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2012 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Macro for unused variable warning suppression
|
// Macro for unused variable warning suppression
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2012 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "mem.h"
|
#include "mem.h"
|
||||||
#include "ucodes.h"
|
#include "ucodes.h"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <Common/stdtypes.h>
|
#include <Common/stdtypes.h>
|
||||||
#include "Rsp.h"
|
#include "Rsp.h"
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2012 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2012 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// Copyright(C) 2009 Richard Goedeken
|
||||||
|
// Copyright(C) 2002 Hacktarux
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2013 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
// Project64 - A Nintendo 64 emulator
|
||||||
|
// http://www.pj64-emu.com/
|
||||||
|
// Copyright(C) 2001-2021 Project64
|
||||||
|
// Copyright(C) 2014 Bobby Smiles
|
||||||
|
// GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
class CHle;
|
class CHle;
|
||||||
|
|
Loading…
Reference in New Issue