Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove emu.h from headers (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude. | ||||
* | Change window handle storage to template instead of void* (nw) (#1725) | 2016-11-17 | 1 | -1/+2 | |
| | | | | * Change window handle storage to template instead of void* (nw) | ||||
* | srcclean (nw) | 2016-09-26 | 1 | -2/+2 | |
| | |||||
* | Convert OSD monitor info to modules plus add DXGI implementation | 2016-09-14 | 1 | -0/+161 | |