I have written an NES emulator in C++, and I need to make it a part of an application I’ve wrote in Android Xamarin. (Only external libraries that I used are SDL2)
From what I found online, it is possible to port the program “as is” to the app, but its a tedious process.
Is there any better way of doing this? Maybe rewriting the code using a different library compatible with Android Xamarin?
New contributor
Roee Toledano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.