A few very minor comment cleanups; getting all my code branches in sync for when I hit the road today.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@817 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-03-19 08:28:00 +00:00
parent e172d0e104
commit ce6dcd3871
3 changed files with 2 additions and 10 deletions

View File

@ -19,9 +19,6 @@
#ifndef __PSXCOUNTERS_H__
#define __PSXCOUNTERS_H__
// fixme: sCycle, Cycle, and otarget are unused
// Can't remove them without making a new savestate version though.
struct psxCounter {
u64 count, target;
u32 mode;

View File

@ -17,12 +17,7 @@
*/
#include "PrecompiledHeader.h"
#include "IopCommon.h"
#include "VU.h"
#include "iCore.h"
#include "Hw.h"
#include "iR3000A.h"
u8 *psxM = NULL;
u8 *psxP = NULL;

View File

@ -55,7 +55,7 @@ namespace vtlb_private
// first indexer -- 8/16/32/64/128 bit tables [values 0-4]
// second indexer -- read/write [0 or 1]
// third indexer -- 128 pages of memory!
// third indexer -- 128 possible handlers!
void* RWFT[5][2][128];
}
@ -97,7 +97,7 @@ callfunction:
// Interpreter Implementations of VTLB Memory Operations.
// See recVTLB.cpp for the dynarec versions.
// Interpreterd VTLB lookup for 8, 16, and 32 bit accesses
// Interpreted VTLB lookup for 8, 16, and 32 bit accesses
template<int DataSize,typename DataType>
__forceinline DataType __fastcall MemOp_r0(u32 addr)
{