Shadowman94 / naclports

Automatically exported from code.google.com/p/naclports
0 stars 0 forks source link

DOSBox keymapper access #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey guys,

DOSBox has the ability to map keys to each other, which would help for games 
that need F-key support on chromebooks.

http://www.dosbox.com/wiki/Mapper

You can either invoke the UI through a command line option to dosbox, or pass 
in a map file. I think it would be great if we could pass a map file in through 
a parameter to the embed of naclport's dosbox.

Thanks!

(version: naclports head revision).

Original issue reported on code.google.com by ho...@google.com on 26 Aug 2013 at 5:11

GoogleCodeExporter commented 9 years ago
I've noticed that i looks for a .map file in the filesystem on startup.

Perhaps it would be better to improve the ability to map things into the VFS.

I'm looking at improving the fs mapping at the moment, as well as removing all 
the 
builerplate code by switching to using SDLmain.

Original comment by sbc@google.com on 26 Aug 2013 at 4:11