dolphin/Source/Core
Ryan Houdek c2b2e03f73 [Android] Support arguments from Activity Monitor.
Activity Monitor can start activities by using adb to invoke it.
This will allow us to set the user directory and autostart file from adb.

adb shell am start -n org.dolphinemu.dolphinemu/.gamelist.GameListActivity -e AutoStartFile /sdcard/AC.gcz -e UserDir /sdcard/dolphin-emu2/

This allows more automated testing to be done with Dolphin on Android.
2015-03-08 08:43:25 -05:00
..
AudioCommon Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
Common Fix -Wswitch warning 2015-03-01 16:17:32 +01:00
Core Fixed a crash on launch which occurred if the hotkeys are not defined and the default hotkeys are loaded. 2015-03-08 20:27:14 +11:00
DiscIO Merge pull request #2113 from Stevoisiak/VolumeCleanup 2015-03-05 12:18:53 -05:00
DolphinQt Merge pull request #2129 from Sonicadvance1/shuffle_user_dir 2015-02-27 14:07:06 +11:00
DolphinWX [Android] Support arguments from Activity Monitor. 2015-03-08 08:43:25 -05:00
InputCommon Fixed the crash that would occur when the Refresh button was pressed in the controllers config. 2015-03-08 20:27:13 +11:00
UICommon Move user directory detection location to UICommon. 2015-02-25 03:31:59 -06:00
VideoBackends Merge pull request #2164 from Armada651/cache-fix 2015-03-02 17:24:00 +01:00
VideoCommon VertexLoaderX64: fix harmless off-by-one error 2015-03-08 04:43:59 +01:00
CMakeLists.txt