Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestion: Game Shortcuts from Home Screen
12-06-2013, 07:11 AM
Post: #5
RE: Suggestion: Game Shortcuts from Home Screen
Hi, I've got question. Still related to this feature. I try to send game path to pppsspp android, to directly run it.
I see I can modify app-android.cpp, add parameter to NativeApp_init method, modified 1-2 lines like

Code:
const char *argv[3] = {app_name.c_str(), game_iso_path.c_str(), 0};
NativeInit(2, argv, user_data_path.c_str(), externalDir.c_str(), installID.c_str());

Am I doing it correctly, or, are there better settings/methods to run game directly ?

Sorry I'm new at this, still learning on git. Perhaps I'll add pull request later.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Suggestion: Game Shortcuts from Home Screen - valefor - 12-06-2013 07:11 AM

Forum Jump: