summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-30 22:06:53 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-30 22:06:53 +0000
commit005cbbb3790028c9f4764626ef384665003366d7 (patch)
treeb3fd0aa53cdfabca3f8b4716b9e07dfc828bef75 /Source/Core/VideoCommon
parent85565688d7391d9e583dbb073ae7220bd5b1b911 (diff)
Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@390 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/SConscript1
-rw-r--r--Source/Core/VideoCommon/VideoCommon.vcproj10
2 files changed, 10 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/SConscript b/Source/Core/VideoCommon/Src/SConscript
index cab758ea50..012ac7b8d7 100644
--- a/Source/Core/VideoCommon/Src/SConscript
+++ b/Source/Core/VideoCommon/Src/SConscript
@@ -9,6 +9,7 @@ files = [
"XFBConvert.cpp",
"Fifo.cpp",
"VideoState.cpp",
+ "Profiler.cpp",
]
env_common = env.Copy()
diff --git a/Source/Core/VideoCommon/VideoCommon.vcproj b/Source/Core/VideoCommon/VideoCommon.vcproj
index 0a72472bd4..7f775ee9aa 100644
--- a/Source/Core/VideoCommon/VideoCommon.vcproj
+++ b/Source/Core/VideoCommon/VideoCommon.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="8.00"
Name="VideoCommon"
ProjectGUID="{E5D1F0C0-AA07-4841-A4EB-4CF4DAA6B0FA}"
RootNamespace="VideoCommon"
@@ -438,6 +438,14 @@
>
</File>
<File
+ RelativePath=".\Src\Profiler.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\Profiler.h"
+ >
+ </File>
+ <File
RelativePath=".\Src\SConscript"
>
</File>