mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +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…
Reference in a new issue