diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-30 22:06:53 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-30 22:06:53 +0000 |
| commit | 005cbbb3790028c9f4764626ef384665003366d7 (patch) | |
| tree | b3fd0aa53cdfabca3f8b4716b9e07dfc828bef75 /Source/Core/VideoCommon | |
| parent | 85565688d7391d9e583dbb073ae7220bd5b1b911 (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/SConscript | 1 | ||||
| -rw-r--r-- | Source/Core/VideoCommon/VideoCommon.vcproj | 10 |
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>
|
