Merge pull request #2508 from polluks/waitvsync

[ATMOS] waitvsync
This commit is contained in:
Bob Andrews
2024-09-08 16:14:51 +02:00
committed by GitHub
3 changed files with 24 additions and 0 deletions

View File

@@ -169,6 +169,9 @@ void atmos_tock (void);
void atmos_zap (void);
/* Raygun sound effect */
void waitvsync (void);
/* Wait for start of next frame */
/* End of atmos.h */