mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-19 23:06:45 -07:00
Advantages: * Less confusion for users * No need to build twice to make sure you didn't break something * Easier to switch between the cores for testing Disadvantages: * None, as far as I can tell :) Maybe some extra code complexity, but not much. Also break some include chains that caused <windows.h> to get included into everything, slowing down the build on Windows. There's more to do here though, there's still a lot of files that get it included that don't need it at all. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4891 8ced0084-cf51-0410-be5f-012b33b47a6e |
||
|---|---|---|
| .. | ||
| BreakpointDlg.cpp | ||
| BreakpointDlg.h | ||
| BreakpointView.cpp | ||
| BreakpointView.h | ||
| BreakpointWindow.cpp | ||
| BreakpointWindow.h | ||
| CodeWindow.cpp | ||
| CodeWindow.h | ||
| CodeWindowFunctions.cpp | ||
| Debugger.h | ||
| JitWindow.cpp | ||
| JitWindow.h | ||
| MemoryCheckDlg.cpp | ||
| MemoryCheckDlg.h | ||
| MemoryWindow.cpp | ||
| MemoryWindow.h | ||
| RegisterView.cpp | ||
| RegisterView.h | ||
| RegisterWindow.cpp | ||
| RegisterWindow.h | ||
| SConscript | ||
| stdafx.cpp | ||
| stdafx.h | ||