diff options
| author | NeoBrainX <NeoBrainX@gmail.com> | 2012-08-07 18:57:53 +0200 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@gmail.com> | 2012-08-07 18:57:53 +0200 |
| commit | 6e02ad55bc228ca2af9a695dc404f64765b7472a (patch) | |
| tree | c5ae42112867103fb080750eb55374eecbf6ad70 /Source/Core/VideoCommon/Src/BPStructs.cpp | |
| parent | c143e08b9a65cabd2005fcbb72276544ab4c1c7b (diff) | |
Maintenance.
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPStructs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index 4f2f6bed25..179196e412 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -447,8 +447,8 @@ void BPWritten(const BPCmd& bp) } } break; - case BPMEM_TEXINVALIDATE: // Used, if game has manual control the Texture Cache, which we don't allow - DEBUG_LOG(VIDEO, "BP Texture Invalid: %08x", bp.newvalue); + case BPMEM_TEXINVALIDATE: + // TODO: Needs some restructuring in TextureCacheBase. break; case BPMEM_ZCOMPARE: // Set the Z-Compare and EFB pixel format @@ -491,7 +491,7 @@ void BPWritten(const BPCmd& bp) break; case BPMEM_PRELOAD_MODE: // Set to 0 when GX_TexModeSync() is called. - // if this is different from 0, manual TMEM management is used. + // if this is different from 0, manual TMEM management is used (GX_PreloadEntireTexture). if (bp.newvalue != 0) { // NOTE(neobrain): Apparently tmemodd doesn't affect hardware behavior at all (libogc uses it just as a buffer and switches its contents with tmemeven whenever this is called) |
