mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Fix a type conversion warning.
This commit is contained in:
parent
3490220db0
commit
83469d5b18
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user