Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cant get controlconfig to work
11-02-2014, 09:37 AM
Post: #2
RE: Cant get controlconfig to work
okay im computer illiterate and i dont know how i got there but
http:// github.com/hrydgard/ppsspp/blob/master/Windows/main.cpp

line 419, the bolded word shouldnt that be "controlsConfigFilename"?


char configFilename[MAX_PATH] = { 0 };
char controlsConfigFilename[MAX_PATH] = { 0 };
...
std::strncpy(configFilename, tempStr.c_str(), MAX_PATH);
std::strncpy(configFilename, tempStr.c_str(), MAX_PATH);
...
g_Config.Load(configFilename, controlsConfigFilename);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Cant get controlconfig to work - fgeds - 11-02-2014, 03:50 AM
RE: Cant get controlconfig to work - fgeds - 11-02-2014 09:37 AM
RE: Cant get controlconfig to work - fgeds - 11-02-2014, 12:08 PM
RE: Cant get controlconfig to work - fgeds - 11-02-2014, 07:00 PM

Forum Jump: