2017-04-27 23:24:57 +00:00
Run <Obey$Dir>.!Boot
2019-09-18 14:34:15 +00:00
Set Alias$RMLoadIfThere IfThere %%0 Then RMLoad %%*0
RMEnsure SharedUnixLibrary 1.14 RMLoadIfThere System:Modules.SharedULib
2017-04-27 23:24:57 +00:00
RMEnsure SharedUnixLibrary 1.14 Error ScummVM requires SharedUnixLibrary 1.14 or later. This can be downloaded from https://www.riscos.info/packages/LibraryDetails.html#SharedUnixLibrary
2019-11-09 18:36:48 +00:00
RMEnsure DigitalRenderer 0.55 RMLoadIfThere System:Modules.DRenderer
RMEnsure DigitalRenderer 0.55 Error ScummVM requires DigitalRenderer 0.55 or later. This can be downloaded from https://www.riscos.info/packages/LibraryDetails.html#DRenderer
2017-04-27 23:24:57 +00:00
2019-09-19 12:12:09 +00:00
RMEnsure Iconv 0.12 RMLoadIfThere System:Modules.Iconv
RMEnsure Iconv 0.12 Error ScummVM requires Iconv 0.12 or later. This can be downloaded from https://www.netsurf-browser.org/projects/iconv/
2019-09-18 14:34:15 +00:00
Unset Alias$RMLoadIfThere
2019-02-28 20:49:17 +00:00
| If running from the desktop, redirect stdout and stderr to a file.
| This shouldn't happen when running from the command line, so that commands like "<ScummVM$Dir> --help" still work as expected.
Set Alias$Run_ScummVM Run <ScummVM$Dir>.scummvm %%*0 ><Choices$Write>.ScummVM.stdout 2><Choices$Write>.ScummVM.stderr
If "<Wimp$State>"="commands" Then Set Alias$Run_ScummVM Run <ScummVM$Dir>.scummvm %%*0
CDir <Choices$Write>.ScummVM
2017-04-27 23:24:57 +00:00
2017-08-10 15:05:51 +00:00
|WimpSlot
2019-02-28 20:49:17 +00:00
Run_ScummVM %*0
Unset Alias$Run_ScummVM