• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 4 5 6 7 8 ... 115 Next »

modify the default settings ANDROID
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
modify the default settings ANDROID
02-12-2021, 03:13 PM
#1
yhork_2 Offline
Junior Member
**
Posts: 1
Threads: 1
Joined: Feb 2021
Hello I hope you are well
I was wondering if you can modify the default settings of the dolphin from the source code
I should be able to generate a dolphin.ini file with the settings that I have made from the source code
my real question is how do i do that? How do I create my own default configuration?
What file should I modify? cpp or a java class?
Thank you very much for your attention, I await your response. have a nice day
Find
Reply
02-13-2021, 06:16 AM (This post was last modified: 02-13-2021, 06:16 AM by Neui.)
#2
Neui Offline
Quiet
***
Posts: 173
Threads: 1
Joined: Apr 2015
It looks like you would modify Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model, specifically BooleanSetting.java, FloatSetting.java, IntSetting.java and StringSetting.java. It is split by type rather than by file.

Note that there is also a C++ version at Source/Core/Core/Config/MainSettings.cpp, but the Java(/Android) version is for some reason separate.

To set up the environment to compile you could follow How to Set Up an Android Development Environment, but it doesn't really explain how to build and get the application APK to install. I guess maybe there is something about it in the artifacts in Android Studio, but I am not sure.

Note: Not tested.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode