mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
Change cpu_lag_max to a define, since it is used in an assert
This commit is contained in:
parent
e073786abe
commit
8398a6ee75
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ BOOST::uint8_t* Snes_Spc::run_until_( time_t end_time )\
|
|||
return ®S [r_cpuio0];\
|
||||
}
|
||||
|
||||
//unused: int const cpu_lag_max = 12 - 1; // DIV YA,X takes 12 clocks
|
||||
#define cpu_lag_max (12 - 1) // DIV YA,X takes 12 clocks
|
||||
|
||||
void Snes_Spc::end_frame( time_t end_time )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue