mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-02 23:23:28 +02:00
Merge commit '5e109224fb3480d806e44d74587d052c7f88bf83' into master
This commit is contained in:
@@ -25,7 +25,7 @@ cothread_t co_active() {
|
||||
}
|
||||
|
||||
cothread_t co_derive(void* memory, unsigned int heapsize, void (*coentry)(void)) {
|
||||
//Windows fibers do not allow users to supply their own memory
|
||||
/* Windows fibers do not allow users to supply their own memory */
|
||||
return (cothread_t)0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user