mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-06 04:35:29 +02:00
Fix a type conversion warning.
This commit is contained in:
@@ -9,7 +9,7 @@ static MemStickState memStickState;
|
||||
static MemStickFatState memStickFatState;
|
||||
static u64 memStickSize;
|
||||
static bool memStickNeedsAssign = false;
|
||||
static s64 memStickInsertedAt = 0;
|
||||
static u64 memStickInsertedAt = 0;
|
||||
|
||||
void MemoryStick_DoState(PointerWrap &p) {
|
||||
auto s = p.Section("MemoryStick", 1, 3);
|
||||
|
||||
Reference in New Issue
Block a user