You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have an option to create the jsdos.json settings file dynamically from the js script/api bt using one of the following options:
By creating the file "On the Fly" using the InitFS option.
currently it generates the file properly, but the settings of the json file, such as the virtual buttons - don't work.
The problem may be related to the length of the extension characters of the file jsdos.json, which contains 4 characters instead of 3 (which is only support by dos).
Another solution can be achived by adding an option to the script, like "jsdosjson", where I can dynamically insert the Json code without the need to create a special bundle (similar to the "dosboxconf" option).
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I would like to have an option to create the jsdos.json settings file dynamically from the js script/api bt using one of the following options:
By creating the file "On the Fly" using the InitFS option.
currently it generates the file properly, but the settings of the json file, such as the virtual buttons - don't work.
The problem may be related to the length of the extension characters of the file jsdos.json, which contains 4 characters instead of 3 (which is only support by dos).
Another solution can be achived by adding an option to the script, like "jsdosjson", where I can dynamically insert the Json code without the need to create a special bundle (similar to the "dosboxconf" option).
Thank you.
The text was updated successfully, but these errors were encountered: