grumpycoders / grumpycoders/pcsx-redux
Add option to manipulate UI save states from Lua
Open
- Dominant language
- C++
- Stars
- 994
- Forks
- 151
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 18
Description
### 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.
Contributor guide
Assessment
This issue has not been assessed yet.