Skip to content

v0.3.2

Choose a tag to compare

@HybridEidolon HybridEidolon released this 10 May 02:40

v0.3.2

Added

  • pso.set_sleep_hack_enabled(enabled): true to patch the frame
    limiter to use Sleep(1) and reduce CPU usage dramatically. This
    tweak will cause Ephinea to instantly close the game. Sorry! It's
    out of our control.
    The game normally calls Sleep(0) to yield to
    other threads, but Windows does not guarantee that the process
    gives up its timeslice. Using 1 millisecond is enough to get the
    desired effect without skewing timing. Since this doesn't work on
    Ephinea, there is no built-in UI to enable it.