Use symbolic names instead of numbers and bump cache version

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5464 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
pierre
2010-05-22 20:40:43 +00:00
parent 78b7a95d3f
commit b1a79b822d
2 changed files with 15 additions and 15 deletions

View File

@ -18,7 +18,7 @@
#include "LinearDiskCache.h"
static const char ID[4] = {'D', 'C', 'A', 'C'};
const int version = 5457; // TODO: Get from SVN_REV
const int version = 5464; // TODO: Get from SVN_REV
LinearDiskCache::LinearDiskCache()
: file_(NULL), num_entries_(0) {