libretro / libretro-fsuae

WIP - fs-uae libretro version (Cross-platform Amiga emulator)
GNU General Public License v2.0
16 stars 9 forks source link

Making a lakka core for arm #9

Closed Ntemis closed 5 years ago

Ntemis commented 7 years ago

Hello, i need some help adding support in lakka for fsuae this is the package i made reading the readme of the repo. http://dpaste.com/14PNPDG Any help appreciated Regards

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39562967-making-a-lakka-core-for-arm?utm_campaign=plugin&utm_content=tracker%2F44782378&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F44782378&utm_medium=issues&utm_source=github).
repojohnray commented 7 years ago

Do you generate the 'fsuae_libretro.so' library without any compilation issue using the definition above?

Adding the file: 'fs-uae.dat' is better; It contains, the FDD sound, and the data required to use the emulator beyond the A1200 mode. The path must be relative to the 'retroarch' executable (README.md contains the paths list).

'fsuae_libretro.so' and fs-uae.dat' are the only two files required by the emulator.

sergiobenrocha2 commented 7 years ago
base/fs-uae.dat, base/../share/fs-uae/fs-uae.dat or base/../../Data/fs-uae.dat

Shouldn't it be located at the System/BIOS dir? RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY

repojohnray commented 7 years ago

The code still uses the legacy fsuae directory scheme. A change is likely better.

repojohnray commented 5 years ago

RETRO_ENVIRONMENT_GET_LIBRETRO_PATH added to the search path.

RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY can be added too.