Add new file 'OpenGLBase' to Qt Windows build. Fixup previous mistake, missing 'new'. Update native.

This commit is contained in:
Sacha 2013-02-20 00:34:03 +10:00
parent 73842db159
commit 6be288b678
3 changed files with 7 additions and 2 deletions

View File

@ -18,6 +18,11 @@ x86 {
HEADERS += ../Core/MIPS/x86/*.h
}
win32 {
SOURCES += ../Windows/OpenGLBase.cpp
HEADERS += ../Windows/OpenGLBase.h
}
SOURCES += ../Core/CPU.cpp \ # Core
../Core/Config.cpp \
../Core/Core.cpp \

View File

@ -1686,7 +1686,7 @@ void Debugger_DisplayList::UpdateVertexInfo()
VertexDecoder vtcDec;
vtcDec.SetVertexType(state.vertType);
u8* tmp = u8(20*vtcDec.GetDecVtxFmt().stride);
u8* tmp = new u8(20*vtcDec.GetDecVtxFmt().stride);
vtcDec.DecodeVerts(tmp,Memory::GetPointer(vaddr),0,0,0,0,19);
VertexReader vtxRead(tmp,vtcDec.GetDecVtxFmt(),state.vertType);
delete tmp;

2
native

@ -1 +1 @@
Subproject commit 14386f87b044ff59bf509a35591debf89d917fb2
Subproject commit f807e225f75b131e614c92770fb93a5e902be22b