Added a PSPENV environment variable to the psp make files. Also fixed a minor compile bug where the debug flag for psp forced JLOG support, which in turn enabled a JGE_LOG_FILE macro that has long since been removed from the code.

This commit is contained in:
wrenczes@gmail.com
2011-04-19 04:35:42 +00:00
parent 4d6b288867
commit 7e884b53f9
3 changed files with 3 additions and 4 deletions

View File

@@ -361,9 +361,6 @@ void Run()
// The main loop
int main(int argc, char *argv[])
{
#ifdef DOJLOG
remove(JGE_LOG_FILE);
#endif
JLOG("SetupCallbacks()");
SetupCallbacks();
#ifdef DEVHOOK