File tree Expand file tree Collapse file tree 3 files changed +648
-14
lines changed Expand file tree Collapse file tree 3 files changed +648
-14
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ rp_module_section="core"
15
15
16
16
function _update_hook_joy2key() {
17
17
# make sure joy2key is always updated when updating retropie-setup
18
- rp_isInstalled " $md_id " && install_bin_joy2key
18
+ rp_isInstalled " $md_id " && rp_callModule " $md_id "
19
19
}
20
20
21
21
function depends_joy2key() {
22
- local depends=()
22
+ local depends=(python3-urwid )
23
23
# 'python3-sdl2' might not be available
24
24
# it's packaged in Debian starting with version 11 (Bullseye)
25
25
local p_ver
@@ -33,7 +33,7 @@ function depends_joy2key() {
33
33
34
34
function install_bin_joy2key() {
35
35
local file
36
- for file in " joy2key.py" " joy2key_sdl.py" ; do
36
+ for file in " joy2key.py" " joy2key_sdl.py" " osk.py " ; do
37
37
cp " $md_data /$file " " $md_inst /"
38
38
chmod +x " $md_inst /$file "
39
39
python3 -m compileall " $md_inst /$file "
You can’t perform that action at this time.
0 commit comments