Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko | |
PS2: Pull request to master for latest PS2 code | |||
2014-02-18 | PS2: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-23 | PS2: Made it quieter unless -DLOGORRHEIC is set | Max Lingua | |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | BACKENDS: Avoid #including .cpp files | Max Horn | |
So far, the various *-fs-factory.cpp files were #including the corresponding *-fs.cpp files. This is surprising and hence could lead to all kinds of problems). To fix this, provide proper headers for the *-fs.cpp files. This also makes code reuse via subclassing possible. Since not all ports were tested, this will likely lead to a few easy to fix compile regressions. |