Reicast Git (2016/02/01) is compiled. reicast is a multi-platform Dreamcast emulator. The project is currently in Alpha, usability, performance and stability issues are to be expected. Cortex-A9 dualcore, 1ghz+ is the minimum hardware for decent speeds.
Reicast Git Changelog:
* Merge pull request #902 from philenotfound/master
Fix the check for the enviroment variable
* 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
reicast-joyconfig: Fix crash if button/axis is unnamed
Download: Reicast Git (2016/02/01) x86
Download: Reicast Git (2016/02/01) x64
Source: Here
0 Comments
Post a Comment