Fixed logging in opengl
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1186 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e2de566546
commit
c5b66b8c77
|
@ -84,7 +84,7 @@ void __Log(const char *fmt, ...)
|
|||
g_VideoInitialize.pLog(Msg, FALSE);
|
||||
|
||||
if (pfLog == NULL)
|
||||
pfLog = fopen("Logs/oglgfx.txt", "w");
|
||||
pfLog = fopen(FULL_LOGS_DIR "oglgfx.txt", "w");
|
||||
|
||||
if (pfLog != NULL)
|
||||
fwrite(Msg, strlen(Msg), 1, pfLog);
|
||||
|
|
Loading…
Reference in New Issue