flycast/core/linux-dist
Phil Eichinger dde4647e55 Fix the check for the enviroment variable
I tried running reicast and it immediately died with:

terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_S_construct null not valid
Aborted

I was missing the environment variable XDG_CONFIG_DIRS

Turns out find_system_config_dirs() checked for the existence of
XDG_DATA_DIRS but then tried to use XDG_CONFIG_DIRS (non-existent in my
case).

fixes #847
2016-01-30 10:29:36 +01:00
..
evdev.cpp stdclass: Make path getter function names more verbose 2015-09-02 15:49:00 +02:00
evdev.h linux/softrend: Cleanup accidental file changes 2015-12-13 14:08:16 +01:00
joystick.cpp linux-dist: Fix indentation 2015-08-19 12:02:47 +02:00
joystick.h linux-dist/joystick: Disable legacy joystick API by default 2015-08-26 01:34:49 +02:00
main.cpp Fix the check for the enviroment variable 2016-01-30 10:29:36 +01:00
main.h linux-dist: Fix indentation 2015-08-19 12:02:47 +02:00
x11.cpp linux/softrend: Fix porting bugs, hackplement X11 drawing 2015-12-13 14:00:25 +01:00
x11.h linux-dist: Fix indentation 2015-08-19 12:02:47 +02:00