mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 14:29:48 +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:
@@ -413,6 +413,10 @@ static void co_init_(void) {
|
||||
co_active_handle = co_create_(state_size, (uintptr_t)&co_switch);
|
||||
}
|
||||
|
||||
const char* co_method() {
|
||||
return "ppc";
|
||||
}
|
||||
|
||||
cothread_t co_active() {
|
||||
if(!co_active_handle) co_init_();
|
||||
|
||||
|
Reference in New Issue
Block a user