Skip to content

Commit

Permalink
PSP2: Disable glk engine to reduce binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed May 31, 2019
1 parent d3dda03 commit eb17109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/master.cfg
Expand Up @@ -752,6 +752,7 @@ scumm_env_psp2["VITASDK"] = "%s/vitasdk" % (scumm_root_psp2)
p_master = {
"configureargs": [
"--disable-engines=lastexpress",
"--disable-engines=glk",
"--host=psp2"
],
"env": scumm_env_psp2,
Expand Down

0 comments on commit eb17109

Please sign in to comment.