mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
lets apply some mathematical magic:
* optimize may last commit to make it faster * reorder the code to make it more readable please test and enjoy git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5520 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e960cf1ce6
commit
66914c7ae4
2 changed files with 52 additions and 63 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "LinearDiskCache.h"
|
||||
|
||||
static const char ID[4] = {'D', 'C', 'A', 'C'};
|
||||
const int version = 5511; // TODO: Get from SVN_REV
|
||||
const int version = 5520; // TODO: Get from SVN_REV
|
||||
|
||||
LinearDiskCache::LinearDiskCache()
|
||||
: file_(NULL), num_entries_(0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue