mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-18 11:51:32 +02:00
v111.10
Fixed deterministic serialization on Windows.
This commit is contained in:
@@ -13,12 +13,12 @@ extern "C" {
|
||||
|
||||
typedef void* cothread_t;
|
||||
|
||||
const char* co_method();
|
||||
cothread_t co_active();
|
||||
cothread_t co_derive(void*, unsigned int, void (*)(void));
|
||||
cothread_t co_create(unsigned int, void (*)(void));
|
||||
void co_delete(cothread_t);
|
||||
void co_switch(cothread_t);
|
||||
int co_serializable();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user