mirror of https://github.com/nmlgc/ReC98.git
15 lines
221 B
C++
15 lines
221 B
C++
![]() |
extern "C" {
|
||
|
#include "platform.h"
|
||
|
#include "master.hpp"
|
||
|
#include "th04/main/slowdown.hpp"
|
||
|
|
||
|
void near slowdown_frame_delay(void)
|
||
|
{
|
||
|
while(vsync_Count1 < slowdown_factor) {
|
||
|
}
|
||
|
vsync_Count1 = 0;
|
||
|
slowdown_factor = 1;
|
||
|
}
|
||
|
|
||
|
}
|