diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-02-04 17:33:59 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-02-04 17:33:59 +0000 |
| commit | 7b7cfa940ebbe5905e88c223503daa2edfaaa2ce (patch) | |
| tree | 0c2209c3e1401e87e4817b965bf3e95526ed60c7 /Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp | |
| parent | ad88b27c7625b1577dd0c5cc656f3cbb73e6aac9 (diff) | |
remove stuff from ogl debugger that did nothing. (copied from dsp hle a while ago)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2111 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp b/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp index 0035a5c54d..6fdfc9358a 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp @@ -131,7 +131,7 @@ FRAGMENTSHADER* PixelShaderCache::GetShader() if (g_Config.iLog & CONF_SAVESHADERS && code) {
static int counter = 0;
char szTemp[MAX_PATH];
- sprintf(szTemp, "%s/ps_%04i.txt", g_Config.texDumpPath, counter++);
+ sprintf(szTemp, "%s/ps_%04i.txt", FULL_DUMP_DIR, counter++);
SaveData(szTemp, code);
}
|
