net-server: default to "fceux-server.conf" instead of "fceu-server.conf" (thanks Joe Nihmias!)

This commit is contained in:
punkrockguy318 2012-11-02 13:41:36 +00:00
parent 3343c1234f
commit 8e5c0a063a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define DEFAULT_MAX 100
#define DEFAULT_TIMEOUT 5
#define DEFAULT_FRAMEDIVISOR 1
#define DEFAULT_CONFIG "/etc/fceu-server.conf"
#define DEFAULT_CONFIG "/etc/fceux-server.conf"
// MSG_NOSIGNAL and SOL_TCP have been depreciated on osx
#if defined (__APPLE__) || defined(BSD)