mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
36 lines
813 B
JSON
36 lines
813 B
JSON
{
|
|
"info": {
|
|
"description": "Dolwin Emulator Jey-Dai specs.",
|
|
"helpGroup": "EMU Debug Commands"
|
|
},
|
|
|
|
"can": {
|
|
|
|
"FileLoad": {
|
|
"help": "Load file",
|
|
"args": 1,
|
|
"hints": "<file>",
|
|
"usage": [
|
|
"Syntax: FileLoad <file>\n",
|
|
"Commands outputs Array of bytes [], which can be used by other commands.\n",
|
|
"Example: FileLoad \"Data\\AnsiFont.szp\"\n"
|
|
],
|
|
"output": "Array bytes []"
|
|
},
|
|
|
|
"FileSave": {
|
|
"help": "Save file",
|
|
"args": 2,
|
|
"hints": "<file> <cmd>",
|
|
"usage": [
|
|
"Syntax: FileSave <file> <cmd ...>\n",
|
|
"Save data returned by another command (cmd) to specified file.\n",
|
|
"Example: FileSave \"Data\\FST.bin\" DumpFst\n"
|
|
]
|
|
}
|
|
|
|
},
|
|
|
|
"todo": [ "Open", "Close", "Reset", "Exit" ]
|
|
|
|
}
|