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 can get this addon to work, however it requires a cfg file in addition to the tos.img file in the folder: ..path to userdata/addon_data/game.libretro.hatari/resources/system/hatari.cfg
The contents of the hatari.cfg needs to be:
[ROM]
szTosImageFileName = ..path to userdata/addon_data/game.libretro.hatari/resources/system/tos.img
Which is just pointing to the tos.img file in the same folder as the config file. Consider either auto generating this cfg file, or changing the default path szTosImageFileName.
I can get this addon to work, however it requires a cfg file in addition to the tos.img file in the folder:
..path to userdata/addon_data/game.libretro.hatari/resources/system/hatari.cfg
The contents of the hatari.cfg needs to be:
Which is just pointing to the tos.img file in the same folder as the config file. Consider either auto generating this cfg file, or changing the default path szTosImageFileName.
Some additional info on the config file here.
The text was updated successfully, but these errors were encountered: