Get disk cache revision from SVN_REV.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5533 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY 2010-05-29 14:24:55 +00:00
parent 05ef8231b8
commit bcfc688140
1 changed files with 2 additions and 1 deletions

View File

@ -16,9 +16,10 @@
// http://code.google.com/p/dolphin-emu/
#include "LinearDiskCache.h"
#include "svnrev.h"
static const char ID[4] = {'D', 'C', 'A', 'C'};
const int version = 5520; // TODO: Get from SVN_REV
const int version = SVN_REV;
LinearDiskCache::LinearDiskCache()
: file_(NULL), num_entries_(0) {