mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-23 13:32:50 +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:
@@ -33,6 +33,10 @@ static void springboard(int ignored) {
|
||||
}
|
||||
}
|
||||
|
||||
const char* co_method() {
|
||||
return "sjlj";
|
||||
}
|
||||
|
||||
cothread_t co_active() {
|
||||
if(!co_running) co_running = &co_primary;
|
||||
return (cothread_t)co_running;
|
||||
|
Reference in New Issue
Block a user