Skip to content

Commit 0f4356e

Browse files
authored
Update network-control-interface.md
commands added in: libretro/RetroArch#3068 libretro/RetroArch#10073 libretro/RetroArch#10095
1 parent 31e90c1 commit 0f4356e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/development/retroarch/network-control-interface.md

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following commands are supported:
3333
* RESET
3434
* SHADER_NEXT
3535
* SHADER_PREV
36+
* SET_SHADER <shader path>
3637
* CHEAT_INDEX_PLUS
3738
* CHEAT_INDEX_MINUS
3839
* CHEAT_TOGGLE
@@ -48,3 +49,13 @@ The following commands are supported:
4849
* DISK_PREV
4950
* GRAB_MOUSE_TOGGLE
5051
* MENU_TOGGLE
52+
* VERSION
53+
* READ_CORE_RAM <address> <number of bytes>
54+
* WRITE_CORE_RAM <address> <byte1> <byte2> ...
55+
* GET_STATUS (returns a string like `GET_STATUS CONTENTLESS|PAUSED|RUNNING <system_id>,<content filename>,crc32=<content hash>`)
56+
* GET_CONFIG_PARAM <param name> (only some params are supported currently)
57+
* SHOW_MSG <msg> (show a message via the OSD)
58+
59+
60+
61+

0 commit comments

Comments
 (0)