• 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 ... 14 15 16 17 18 ... 117 Next »

Commit 63c9831 broke game autostarting on Android
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Commit 63c9831 broke game autostarting on Android
01-29-2019, 04:55 AM
#1
freelancer
Unregistered
 
Commit 63c9831 changed the format of the intent sent to org/dolphinemu/dolphinemu/activities/EmulationActivity.java (as far as I can tell in order to add support for multiple discs). Unfortunately this broke the code in org/dolphinemu/dolphinemu/utils/StartupHandler.java which is supposed to autostart a specified game when the app is launched from an external intent (used by frontends such as ARC Browser, which I'm the developer of). EmulatorActivity now expects a StringArray called "SelectedGames", while StartupHandler still sends a String called "SelectedGame".

The code in StartupHandler.java needs to be updated to send a correct intent with the new format.

I wasn't sure where to post this, I hope this is alright.
Reply
01-29-2019, 05:10 AM
#2
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,946
Threads: 7
Joined: Oct 2014
Thanks for the very clear report. I'll start working on a fix.
Find
Reply
01-31-2019, 04:07 AM
#3
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,946
Threads: 7
Joined: Oct 2014
AutoStartFile should be working again in 5.0-9475.

I also added the new AutoStartFiles as an additional option, where you can specify a string array with multiple discs that Dolphin can use for automatic disc switching. If you use both AutoStartFile and AutoStartFiles at the same time, older versions of Dolphin will read AutoStartFile and newer versions will read AutoStartFiles.
Find
Reply
01-31-2019, 04:16 AM
#4
freelancer
Unregistered
 
Awesome, thank you!
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