mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-15 05:34:19 +02:00
v111.8
Serialize SDD1 decompressor Major speedup to nall/serializer [Alcaro] Removed fast PPU tile cache (major speedup for run-ahead mode)
This commit is contained in:
@@ -26,6 +26,10 @@ extern "C" {
|
||||
static thread_local ucontext_t co_primary;
|
||||
static thread_local ucontext_t* co_running = 0;
|
||||
|
||||
const char* co_module() {
|
||||
return "ucontext";
|
||||
}
|
||||
|
||||
cothread_t co_active() {
|
||||
if(!co_running) co_running = &co_primary;
|
||||
return (cothread_t)co_running;
|
||||
|
Reference in New Issue
Block a user