mirror of https://github.com/PCSX2/pcsx2.git
Remove some old files from the codeblocks project.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2218 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
1dced84153
commit
91113d5e9a
|
@ -341,7 +341,6 @@
|
||||||
<Unit filename="../gui/AppInit.cpp" />
|
<Unit filename="../gui/AppInit.cpp" />
|
||||||
<Unit filename="../gui/AppMain.cpp" />
|
<Unit filename="../gui/AppMain.cpp" />
|
||||||
<Unit filename="../gui/AppRes.cpp" />
|
<Unit filename="../gui/AppRes.cpp" />
|
||||||
<Unit filename="../gui/CheckedStaticBox.cpp" />
|
|
||||||
<Unit filename="../gui/CheckedStaticBox.h" />
|
<Unit filename="../gui/CheckedStaticBox.h" />
|
||||||
<Unit filename="../gui/ConsoleLogger.cpp" />
|
<Unit filename="../gui/ConsoleLogger.cpp" />
|
||||||
<Unit filename="../gui/ConsoleLogger.h" />
|
<Unit filename="../gui/ConsoleLogger.h" />
|
||||||
|
@ -452,7 +451,6 @@
|
||||||
<Unit filename="../gui/Saveslots.cpp" />
|
<Unit filename="../gui/Saveslots.cpp" />
|
||||||
<Unit filename="../gui/i18n.cpp" />
|
<Unit filename="../gui/i18n.cpp" />
|
||||||
<Unit filename="../gui/i18n.h" />
|
<Unit filename="../gui/i18n.h" />
|
||||||
<Unit filename="../gui/wxHelpers.cpp" />
|
|
||||||
<Unit filename="../gui/wxHelpers.h" />
|
<Unit filename="../gui/wxHelpers.h" />
|
||||||
<Unit filename="../ps2/BiosTools.cpp" />
|
<Unit filename="../ps2/BiosTools.cpp" />
|
||||||
<Unit filename="../ps2/BiosTools.h" />
|
<Unit filename="../ps2/BiosTools.h" />
|
||||||
|
|
|
@ -53,7 +53,8 @@ void __fastcall vu0ExecMicro(u32 addr) {
|
||||||
VU0.VI[REG_VPU_STAT].UL|= 0x1;
|
VU0.VI[REG_VPU_STAT].UL|= 0x1;
|
||||||
VU0.VI[REG_VPU_STAT].UL&= ~0xAE;
|
VU0.VI[REG_VPU_STAT].UL&= ~0xAE;
|
||||||
|
|
||||||
if (addr != -1) VU0.VI[REG_TPC].UL = addr;
|
// If an unsigned variable isn't -1? --arcum42
|
||||||
|
/*if (addr != -1) */VU0.VI[REG_TPC].UL = addr;
|
||||||
_vuExecMicroDebug(VU0);
|
_vuExecMicroDebug(VU0);
|
||||||
CpuVU0.ExecuteBlock();
|
CpuVU0.ExecuteBlock();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue