public abstract class ModulePatcher extends Object implements ModuleListener
| Constructor and Description |
|---|
ModulePatcher(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
onLoaded(Emulator<?> emulator,
Module module) |
protected abstract void |
patch32(Emulator<?> emulator,
Module module) |
protected abstract void |
patch64(Emulator<?> emulator,
Module module) |
public ModulePatcher(String path)
Copyright © 2026. All rights reserved.