Age | Commit message (Collapse) | Author |
|
|
|
* Work in progress.
|
|
The GP2X is now folded into the GPH backend (as the GP2X device).
|
|
|
|
* Plugins are acting up on the old GP2X so disable for now until I get a chance to work on them some more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is used to provide default implementations for createConfigWriteStream
and createConfigReadStream, which can be used by most backends.
Note that backends can still override createConfigRead/WriteStream;
this could be useful if settings on some port are not stored in a
regular file (think 'Windows registry', for a hypothetical example).
|
|
|
|
|
|
|
|
|
|
|
|
This should fix compilation on mingw64
|
|
|
|
|
|
|
|
|
|
Tested only on Linux, but hopefully this is sufficiently
portable to support the other POSIX platforms.
Using fork/exec instead of the simpler 'system' to avoid quoting issues
and depending on specific shell features to handle a missing xdg-open
gracefully.
|
|
|
|
|
|
This should pacify buildbot. Somehow on my system, it does not need it, though.
|
|
|
|
|