grumpycoders / pcsx-redux

The PCSX-Redux project is a collection of tools, research, hardware design, and libraries aiming at development and reverse engineering on the PlayStation 1. The core product itself, PCSX-Redux, is yet another fork of the Playstation emulator, PCSX.

Home Page:https://pcsx-redux.consoledev.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to manipulate UI save states from Lua

notdodgeball opened this issue · comments

Describe the bug

As of now the lua functions have a different mechanism (from the UI menu options) to create and load save states.

Expected behavior

I could just use
PCSX.loadSaveState( 1 )
PCSX.createSaveState( 1 )
and load/save from the UI slot 1.

Also, a option to indicate a global slot would be appreciated.