mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-19 13:01:55 +02:00
v110.4
Save state improvements.
This commit is contained in:
@@ -18,9 +18,6 @@ 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);
|
||||
unsigned int co_size(unsigned int);
|
||||
void co_save(cothread_t, void*, unsigned int);
|
||||
void co_load(cothread_t, const void*, unsigned int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user