Added support for saving screenshot of game using a user-defined shortcut
This commit is contained in:
parent
14ba4e0d91
commit
0f34d709e4
5 changed files with 77 additions and 23 deletions
|
|
@ -68,6 +68,10 @@ Reduce/increase brightness:
|
|||
|
||||
MENU + VOLUME UP or VOLUME DOWN
|
||||
|
||||
Add/remove Favorites (from menu):
|
||||
|
||||
SELECT
|
||||
|
||||
The remaining emulation shortcuts are all user defined.
|
||||
|
||||
----------------------------------------
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ export SYSTEM_PATH="$SDCARD_PATH/.system/rg35xx"
|
|||
export CORES_PATH="$SYSTEM_PATH/cores"
|
||||
export USERDATA_PATH="$SDCARD_PATH/.userdata/rg35xx"
|
||||
export LOGS_PATH="$USERDATA_PATH/logs"
|
||||
export SCREENSHOTS_PATH="$SDCARD_PATH/Screenshots"
|
||||
|
||||
#######################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue