| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ | |
| // Licensed under GPLv2 | ||
| // Refer to the license.txt file included. | ||
|
|
||
| #include "AudioCommon/stdafx.h" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,8 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| namespace ColorUtil | ||
| { | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,8 +9,8 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include <cstddef> | ||
| #include <cstdint> | ||
|
|
||
| #ifdef _WIN32 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| namespace FPURoundMode | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,6 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| bool SDCardCreate(u64 disk_size /*in MB*/, const char* filename); | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
|
|
||
| #include <string> | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| class SettingsHandler | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,8 +4,8 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include <string> | ||
| #include "Common/CommonTypes.h" | ||
|
|
||
| namespace Common | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ | |
| // Licensed under GPLv2 | ||
| // Refer to the license.txt file included. | ||
|
|
||
| #include "Common/stdafx.h" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| struct InstructionInfo | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,8 +6,8 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/Common.h" | ||
| #include "Common/MemoryUtil.h" | ||
|
|
||
| namespace Gen | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/IniFile.h" | ||
|
|
||
| namespace ActionReplay | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| class CDolLoader | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Core/Boot/ElfTypes.h" | ||
|
|
||
| enum KnownElfTypes | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,10 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include <string> | ||
|
|
||
| #include "Common/IniFile.h" | ||
|
|
||
| enum Hotkey | ||
| { | ||
| HK_OPEN, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Core/DSP/DSPInterpreter.h" | ||
|
|
||
| // Basic code analysis. | ||
| namespace DSPAnalyzer | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,6 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| typedef u16 UDSPInstruction; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/Common.h" | ||
|
|
||
| #define GDSP_MBOX_CPU 0 | ||
| #define GDSP_MBOX_DSP 1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Core/DSP/DSPTables.h" | ||
|
|
||
| #define DSP_REG_MASK 0x1f | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/x64Emitter.h" | ||
|
|
||
| class DSPEmitter; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |
| #include <string> | ||
| #include <vector> | ||
|
|
||
| #include "Common/Common.h" | ||
|
|
||
| enum LabelType | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,8 +4,8 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "AudioCommon/SoundStream.h" | ||
| #include "Common/ChunkFile.h" | ||
|
|
||
| class DSPEmulator | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| // | ||
| #pragma once | ||
|
|
||
| #include "Common/Common.h" | ||
|
|
||
| class CDump | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,10 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include <vector> | ||
|
|
||
| #include "Common/Common.h" | ||
|
|
||
| namespace File | ||
| { | ||
| class IOFile; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/Common.h" | ||
|
|
||
| namespace FifoFileStruct | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,9 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/IniFile.h" | ||
|
|
||
| #include "Core/GeckoCode.h" | ||
|
|
||
| namespace Gecko | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,8 @@ | |
| #pragma once | ||
|
|
||
| #include <map> | ||
|
|
||
| #include "Common/CommonTypes.h" | ||
|
|
||
| namespace HLE | ||
| { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| #pragma once | ||
|
|
||
| #include "Common/Common.h" | ||
|
|
||
| namespace HLE_OS | ||
| { | ||
|
|
||