| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-30 | Merge pull request #220 from magumagu/audio-handling-cleanup-v2 | Pierre Bourdon | |
| Audio handling cleanup v2 | |||
| 2014-03-29 | Move audio handling out of DSP emulation. | magumagu | |
| This is good for a couple of reasons: one, it gets rid of duplicated code, and two, DSP emulation shouldn't need to interact with audio in the first place. | |||
| 2014-03-29 | Delete AudioCommon::UseJIT(). | magumagu | |
| 2014-03-29 | Move mixer construction to AudioCommon.cpp. | magumagu | |
| 2014-03-29 | Remove all trailing whitespaces from our codebase. | Pierre Bourdon | |
| 2014-03-14 | Kill off some usages of c_str. | Lioncash | |
| Also changes some function params, but this is ok. Some simplifications were also able to be made (ie. killing off strcmps with ==, etc). | |||
| 2014-02-28 | Fix various warnings reported by clang | Tillmann Karras | |
| - mostly remove unused variables - rename some generic JIT identifiers | |||
| 2014-02-20 | Fix more header sorting issues in AudioCommon/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
