jayjay Posted May 10, 2018 Share Posted May 10, 2018 (edited) Is there a way to get emulator paths? Preferably this selected.Game uses this emulator path. EDIT. Nevermind. I'll check the EmulatorId against the xml. Edited May 10, 2018 by jayjay Quote Link to comment Share on other sites More sharing options...
Axenn Posted August 30, 2018 Share Posted August 30, 2018 (edited) didn't tested but i think it can work. var emulators = PluginHelper.DataManager.GetAllEmulators(); // it's an array you could access by the row, example: emulators[0].ApplicationPath; Edited August 30, 2018 by Axenn Quote Link to comment Share on other sites More sharing options...
jayjay Posted August 31, 2018 Author Share Posted August 31, 2018 Thanks @Axenn. Am finding c# difficult. This should help me out. Quote Link to comment Share on other sites More sharing options...
Axenn Posted August 31, 2018 Share Posted August 31, 2018 happy to help. I'm not an expert in c# (not my job, programmation for pleasure) but if i can help, it's a real pleasure. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.