mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
Linux build fix.. I think..
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2355 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
691be5eec4
commit
5057d3b446
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ class DriveReader : public SectorReader
|
|||
{
|
||||
private:
|
||||
DriveReader(const char *drive);
|
||||
void DriveReader::SetSectorSize(int blocksize);
|
||||
void SetSectorSize(int blocksize);
|
||||
enum { CACHE_SIZE = 32 };
|
||||
int m_blocksize;
|
||||
u8* cache[CACHE_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue