mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 21:39:48 +00:00
12 lines
132 B
C++
12 lines
132 B
C++
#include "dcfileio.h"
|
|
|
|
|
|
static volatile int gFileIOStatus;
|
|
|
|
// @NotOk
|
|
// globals
|
|
void FileIO_Sync(void)
|
|
{
|
|
while (gFileIOStatus);
|
|
}
|