diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-21 18:23:10 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-21 18:23:10 +0000 |
| commit | 9e3747e2f39834902dffea47906b18041267f432 (patch) | |
| tree | 1b253259c35738a196ce632ddb7f3ce7b9168056 /Source/Core/VideoCommon/Src/TextureDecoder.cpp | |
| parent | 92031705cd6c43423e915d05b761c7f71eb0c82d (diff) | |
SaveState preparations #1 - Annotate all(?) state. (NO SCHEDULE PROMISE!)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@257 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureDecoder.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureDecoder.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureDecoder.cpp b/Source/Core/VideoCommon/Src/TextureDecoder.cpp index 86d20101a5..2652b6f3b3 100644 --- a/Source/Core/VideoCommon/Src/TextureDecoder.cpp +++ b/Source/Core/VideoCommon/Src/TextureDecoder.cpp @@ -20,7 +20,7 @@ #include "TextureDecoder.h"
#include "LookUpTables.h"
-//Uncomment this to enable Texure Format ID overlays
+//Uncomment this to enable Texture Format ID overlays
#define OVERLAY_TEXFMT
#ifdef OVERLAY_TEXFMT
@@ -29,6 +29,7 @@ bool TexFmt_Overlay_Center=false; #endif
// TRAM
+// STATE_TO_SAVE
u8 texMem[TMEM_SIZE];
//////////////////////////////////////////////////////////////////////////
|
