mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +00:00
Bus: Increase the number of ticks for RAM reads
This commit is contained in:
parent
5c5e9644d7
commit
475f7ccd1f
@ -72,7 +72,7 @@ enum : u32
|
||||
|
||||
enum : TickCount
|
||||
{
|
||||
RAM_READ_TICKS = 4
|
||||
RAM_READ_TICKS = 6
|
||||
};
|
||||
|
||||
enum : size_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user