mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
MacOS buildfix for some reason
This commit is contained in:
+3
-3
@@ -291,10 +291,10 @@ namespace SaveState
|
||||
}
|
||||
|
||||
private:
|
||||
static const int BLOCK_SIZE = 8192;
|
||||
static const int REWIND_NUM_STATES = 20;
|
||||
const int BLOCK_SIZE = 8192;
|
||||
const int REWIND_NUM_STATES = 20;
|
||||
// TODO: Instead, based on size of compressed state?
|
||||
static const int BASE_USAGE_INTERVAL = 15;
|
||||
const int BASE_USAGE_INTERVAL = 15;
|
||||
|
||||
typedef std::vector<u8> StateBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user