View Single Post
Posts: 61 | Thanked: 55 times | Joined on Jul 2023 @ Europe
#29
My DrNokSnes fork is on github now:

It is based on the initial commit that clort used to fork android-808 DrNokSnes version.

The main issue (and the root cause of many troubles) was the user config file.
The initial code has been cleaned up a bit and several files have been removed

https://github.com/Arno1103/drnoksnes-leste

The GUI is still broken. (Not too much time available to figure out what is going wrong).

To be able to build DrNokSnes, additional packages are needed:

x11proto-xsp-dev from android-808 repo

https://github.com/android-808/x11proto-xsp

libxsp0 and libxsp-dev from android-808 repo

https://github.com/android-808/libxsp

libsdl-haa from android-808 repo

https://github.com/android-808/sdlhaa

(Edit: libtool-bin and quilt are needed to build these packages, there are available in Leste repo using apt))

The packages are easy to build using:

Code:
dpkg-buildpackage -uc -b
Install them with:

Code:
dpkg -i package_name.deb

Then clone drnoksnes-leste repo in the directory of your choice:

Code:
git clone https://github.com/arno1103/drnoksnes-leste .
Then run:

Code:
sudo ./configure && make
(It takes around 15min)

The last step is to copy drnoksnes config file in the correct directory.
From your repo, run:

Code:
cp www/drnoksnes.conf /home/user/.config/
To run a game directly from your repo directory:

Code:
./drnoksnes your_game.sfc
(Key mapping and other options can be modified in drnoksnes.conf)

Note: it is recommended to disable Hildon compositing like other emulators

Last edited by Arno_11; 2024-03-20 at 08:42.
 

The Following User Says Thank You to Arno_11 For This Useful Post: