mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
revert last 2 commits
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3533 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5bcf69cbd6
commit
6b2855de5e
37 changed files with 1935 additions and 1939 deletions
|
@ -42,7 +42,7 @@
|
|||
#include "Render.h"
|
||||
|
||||
#include "MemoryUtil.h"
|
||||
#include "SUStructs.h"
|
||||
#include "BPStructs.h"
|
||||
#include "TextureDecoder.h"
|
||||
#include "TextureMngr.h"
|
||||
#include "PixelShaderCache.h"
|
||||
|
@ -256,7 +256,7 @@ TextureMngr::TCacheEntry* TextureMngr::Load(int texstage, u32 address, int width
|
|||
if (address == 0)
|
||||
return NULL;
|
||||
|
||||
TexMode0 &tm0 = sumem.tex[texstage > 3].texMode0[texstage & 3];
|
||||
TexMode0 &tm0 = bpmem.tex[texstage > 3].texMode0[texstage & 3];
|
||||
u8 *ptr = g_VideoInitialize.pGetMemoryPointer(address);
|
||||
int bsw = TexDecoder_GetBlockWidthInTexels(tex_format) - 1;
|
||||
int bsh = TexDecoder_GetBlockHeightInTexels(tex_format) - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue