1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Rename config file.

This commit is contained in:
Sergey Lipskiy 2013-11-18 10:32:19 +07:00
parent 0a1499caed
commit 306f02911b

View File

@ -93,7 +93,7 @@ void Config_LoadConfig()
Config_SetDefault();
// read configuration
const char *filename = ConfigGetSharedDataFilepath("glN64.conf");
const char *filename = ConfigGetSharedDataFilepath("GLideN64.conf");
f = fopen(filename, "r");
if (!f) {
fprintf( stderr, "[GLideN64]: (WW) Couldn't open config file '%s' for reading: %s\n", filename, strerror( errno ) );