libretro / dosbox-libretro

Port of DOSBox (upstream) to the libretro API.
GNU General Public License v2.0
61 stars 40 forks source link

Feature request: XMS and EMS support toggles in the core options #132

Closed boomercore closed 3 years ago

boomercore commented 3 years ago

As is, these can only be altered through conf loading, which is rather clumsy.

MrBlastman commented 3 years ago

You can turn ems and xms on and off by typing as such when at the command prompt:

"ems true" "ems false"

etc.

boomercore commented 3 years ago

Thanks, that's good enough for me, really. Would still be nice but so long as it's possible.