public abstract class ModulePatcher extends Object implements ModuleListener
ModulePatcher(String path)
void
onLoaded(Emulator<?> emulator, Module module)
protected abstract void
patch32(Emulator<?> emulator, Module module)
patch64(Emulator<?> emulator, Module module)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ModulePatcher(String path)
public final void onLoaded(Emulator<?> emulator, Module module)
onLoaded
ModuleListener
protected abstract void patch32(Emulator<?> emulator, Module module)
protected abstract void patch64(Emulator<?> emulator, Module module)
Copyright © 2022. All rights reserved.